> ## Documentation Index
> Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# dashboard skill

> turn any report response into a polished, single-file HTML dashboard, KPI cards, charts, and sortable tables in edgeful's dark style.

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.

<Note>
  if you set up the edgeful API using the prompt on [set up API with your AI agent](/getting-started/set-it-up-with-ai), the dashboard skill was already installed for you — you can skip this page and jump to "use it" below.
</Note>

## 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:

```text prompt — paste into your agent theme={null}
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 <a href="https://app.edgeful.com/storage/v1/object/public/skills/dashboard-skill.zip" target="_blank" rel="noopener noreferrer">the skill zip</a>, 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`.
