Agent skill · Data & Analytics

inline-widget

Inline HTML widgets: charts, dashboards, data tables rendered directly in the chat via ShowWidget

ginlix-aigithub.com/ginlix-aiGitHub ↗
claude-codeApache-2.0
Install
npx skills add ginlix-ai/LangAlpha --skill inline-widget --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/inline-widget/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,604
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Inline Widget Render interactive HTML/SVG widgets directly inside the chat conversation using `ShowWidget`. Widgets appear inline between text — no sandbox, no preview URL, no side panel. They run JavaScript, so lean into making them **interactive and explorable** where it helps — something the user can sort, filter, toggle, and hover over, not just a static picture. ## When to Use - User wants a **quick visualization** embedded in the conversation (chart, metric card, data table) - The visualization is **self-contained** — all data is embedded in the HTML, no server needed - User wants **interactivity** within the chat: buttons, toggles, hover effects, animated charts - The output is a **single view** — not a multi-page app or dashboard that needs routing **Use `interactive-dashboard` instead if:** User needs a multi-page web app, server-side data, live data refresh, or complex interactivity requiring React/FastAPI. Read `.agents/skills/ui-design/SKILL.md` for design quality — its color discipline, chart restraint, and anti-slop principles apply here too. Its font pairings and type scale, though, are for full documents; a widget sits on the chat surface, so use the host-font typ

What's inside
Steps it walks through
  1. When to Use
  2. ShowWidget API
  3. Layout Rules (CRITICAL)
  4. Outer Element — Transparent Shell
  5. Inner Elements — Use Theme Variables
  6. Positioning
  7. Theme Variables
  8. Charts (Chart.js)
  9. Typography
  10. Interactivity
  11. Make it explorable
  12. sendPrompt()
  13. Refresh / Animation
  14. File Data
More from LangAlpha
All skills →
About this skill
What does the inline-widget skill do?

Inline HTML widgets: charts, dashboards, data tables rendered directly in the chat via ShowWidget

How do I install it?

Run `npx skills add ginlix-ai/LangAlpha --skill inline-widget --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ginlix-ai/LangAlpha, a repository with 1,604 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going