Skip to main content
the dashboard skill reads a report’s JSON and builds a shareable HTML dashboard around it. no design work, no charting code — your agent produces the file and hands you the path.
if you set up the edgeful API using the prompt on set up API with your AI agent, the dashboard skill was already installed for you — you can skip this page and jump to “use it” below.

install it

paste this into your coding agent (Claude Code, Codex, or Cursor) and it downloads and installs the skill for you — you don’t need to touch any files or run any commands yourself:
prompt — paste into your agent
Download and install the edgeful dashboard skill into this project. Get the zip from https://app.edgeful.com/storage/v1/object/public/skills/dashboard-skill.zip, unzip it, and install it for whichever coding agent you are: if you are Claude Code, copy the inner dashboard/ folder into ./.claude/skills/; if you are Codex, Cursor, or another agent, unzip it into ./skills/dashboard/ and use its SKILL.md as your guide. When it's installed, confirm it and tell me how to use it.

use it

once it’s installed, just ask your agent to build one — for example, “build me a dashboard from this data” — or, in Claude Code, run /dashboard. in Claude Code you may need to start a new session first so it picks up the newly installed skill.

prefer to install it by hand?

you don’t have to, the prompt above does everything. but if you’d rather do it manually: download the skill zip, unzip it, and for Claude Code copy the inner dashboard/ folder into ./.claude/skills/. for Codex or Cursor, unzip it into ./skills/dashboard/ and point your agent at its SKILL.md.