with one click
get-started-mcp
Storyboard MCP install ritual, health-check, and first prompts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Storyboard MCP install ritual, health-check, and first prompts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | get-started-mcp |
| description | Storyboard MCP install ritual, health-check, and first prompts |
| agent_rule | On getting started / install storyboard, run health-check before first billable call. |
| task | ["narrate"] |
| domain | ["story"] |
| persona | ["agent-only"] |
| scope | episode |
| category | onboarding |
| triggers | ["getting started","install storyboard","setup storyboard mcp","/get-started","how do I connect storyboard"] |
Canonical guide: https://storyboard.daydream.monster/get-started.html
storyboard-intro (and cowork-ux for Cowork/auto mode).list_capabilities + get_pricinghuman_summary from tool responses — never paste raw JSON.One command (recommended — installs all 3 onboarding skills: get-started, intro, cowork-ux):
npx skills add livepeer/storyboard
Equivalents: gh skill install livepeer/storyboard (GitHub CLI v2.90+), or
inside Claude Code, /plugin marketplace add livepeer/storyboard then
/plugin install storyboard@storyboard (registers /storyboard:get-started,
/storyboard:intro, /storyboard:cowork-ux). Full comparison of all 4
paths: INSTALL.md at the repo root.
curl fallback (no CLI required — fetches straight from public/skills/):
mkdir -p ~/.claude/skills/get-started-mcp ~/.claude/skills/storyboard-intro ~/.claude/skills/cowork-ux
curl -sL https://storyboard.daydream.monster/skills/get-started-mcp.md -o ~/.claude/skills/get-started-mcp/SKILL.md
curl -sL https://storyboard.daydream.monster/skills/storyboard-intro.md -o ~/.claude/skills/storyboard-intro/SKILL.md
curl -sL https://storyboard.daydream.monster/skills/cowork-ux.md -o ~/.claude/skills/cowork-ux/SKILL.md
Config emitter: npm run mcp:config -- --client code --key sk_… (or --demo for keyless).
New configs emit lean (9 tools) by default via the X-Storyboard-Tool-Profile: lean header — pass --full (or send the header value full) to opt into all ~99 tools.
DEMO_RENDER_KEYlist_capabilities, get_pricing, create_media, generate_project| Goal | User says |
|---|---|
| Single image | "A watercolor sunset over Tokyo." |
| Storyboard | "Make me a 6-scene visual story about an octopus learning to ride a bike." |
| Moodboard | "Build a 12-slot launch moodboard for [brand] — show cost first." |
| Animate upload | Upload via /upload-handoff → "Animate this image" with returned URL |
| Client | Authorization header |
|---|---|
| Claude Desktop (mcp-remote) | Authorization:Bearer sk_… no space |
| Claude Code / Cursor / Codex | Authorization: Bearer sk_… with space |
storyboard-intro — 5-intent routing; don't enumerate 99 toolscowork-ux — echo human_summary, menus, subscribe_progress loopfinishing-quality — post-gen ffmpeg finishing (P1)recover-pasted-image — Claude Code paste → URL (P1)See also: public/skills/cowork-ux.md (do not duplicate its rules here).