From agent-media
Generates a photographic storyboard/wireframe board from a character sheet (R2-hosted) and script. Outputs a multi-panel grid (4/6/8/10 panels) showing the same person performing an action progression.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-media:make-wireframeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a photographic storyboard / wireframe board from a character sheet (R2-hosted) + script. Multi-panel grid showing the same person performing the action progression, 4 / 6 / 8 / 10 numbered panels.
Generate a photographic storyboard / wireframe board from a character sheet (R2-hosted) + script. Multi-panel grid showing the same person performing the action progression, 4 / 6 / 8 / 10 numbered panels.
Call this skill when the user asks for the outcome described above. It runs on the agent-media vNext primitive runtime via the mcp__agent-media__make_wireframe MCP tool. Authentication is the user's existing agent-media Bearer token (issued by agent-media login).
Preferred path: MCP tool mcp__agent-media__make_wireframe. Schema is auto-published via tools/list against the same MCP server, so don't restate the schema here — trust the server's response.
Fallback path: REST.
POST https://api.agent-media.ai/v1/skills/make_wireframe/run
Authorization: Bearer $AGENT_MEDIA_API_KEY
Content-Type: application/json
Idempotency-Key: <any unique string per intent>
{
"character_sheet_url": "https://pub-...r2.dev/vnext/primitive-runs/<id>/character-sheet.png",
"script": "walks into bedroom, picks up phone, smiles, hits record, talks to camera",
"n_panels": 6,
"aspect_ratio": "9:16"
}
3590sGET https://api.agent-media.ai/v1/primitives/runs/<run_id>
Authorization: Bearer $AGENT_MEDIA_API_KEY
agent-media login.This file is auto-generated by scripts/generate-public-skill.ts from the registry at services/api-v2/src/skills/registry.ts. Do not hand-edit; CI rejects drift.
npx claudepluginhub gitroomhq/agent-media --plugin agent-mediaCreates original educational comics with customizable art styles, tones, and panel layouts, including batch image generation.
Creates production-ready character design sheets for animation, games, or comics: orthographic turnarounds, expression sheets, proportion guides, and costume/accessory callouts.
Creates educational knowledge comics with configurable art styles, tones, and panel layouts. Supports sequential image generation and partial workflow options.