An AI skill for generating custom iFrame widgets for the E-Ra IoT platform. Use this as an online skill - no download required!
Simply include this repository link in your prompt to any AI assistant:
Read the skill from: https://raw.githubusercontent.com/eoh-jsc/era-iframe-widget-skill/refs/heads/main/SKILL.md
Then create a widget that displays temperature with a gauge meter.
Use https://github.com/eoh-jsc/era-iframe-widget-skill to create a switch button widget for controlling lights.
@era-iframe-widget-skill: Create a multi-toggle widget for 4 switches
| File | Description |
|---|---|
SKILL.md |
Complete skill instructions with SDK reference, design system, and guidelines |
SYSTEM_PROMPT.md |
All-in-One system prompt for API integration (OpenAI, Django, etc.) |
examples/ |
6 ready-to-use widget templates |
- Switch Button - Toggle ON/OFF with visual feedback
- Value Display - Show sensor values with icons and units
- Gauge/Meter - Circular progress for percentage values
- Multi-Toggle - Multiple switches in grid layout
- Control Panel - Full dashboard combining multiple widgets
| Widget | Preview |
|---|---|
| Switch Button | Modern toggle switch |
| Value Display | Sensor value card |
| Gauge | Circular gauge meter |
| Multi-Toggle | Multiple toggles grid |
| Control Panel | Full dashboard |
All widgets use the official ERA Widget SDK:
<script src="https://www.unpkg.com/@eohjsc/era-widget@1.1.3/src/index.js"></script>MIT License - Feel free to use and modify!