make-wireframe

star 45

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.

gitroomhq By gitroomhq schedule Updated 5/28/2026

name: 'Make Wireframe' description: '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.' allowed-tools: ['mcp__agent-media__make_wireframe'] x-skill-slug: 'make_wireframe' x-skill-version: '1.0.0' x-primitive: 'wireframe_gpt2' x-mcp-tool: 'mcp__agent-media__make_wireframe'

Make Wireframe

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.

When to use this

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).

How to call it

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"
}

What it costs and how long it takes

  • Credits: 35
  • Wall time (typical): 90s
  • Deducted at submit; refunded on terminal failure.

Polling the result

GET https://api.agent-media.ai/v1/primitives/runs/<run_id>
Authorization: Bearer $AGENT_MEDIA_API_KEY

House rules baked into this skill

Source of truth

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.

Install via CLI
npx skills add https://github.com/gitroomhq/agent-media --skill make-wireframe
Repository Details
star Stars 45
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator