generate-media

Generate reusable role cards, reference grids, and storyboard frames via TapCanvas API.

523|125|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/anymouschina/TapCanvas --skill generate-media-anymouschina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-media
Source: https://github.com/anymouschina/TapCanvas/tree/main/apps/agents-cli/skills/generate-media
Command: npx skills add https://github.com/anymouschina/TapCanvas --skill generate-media-anymouschina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of reusable media assets (role cards, visual references, and storyboard frames) for TapCanvas storyboarding and character reference pipelines, ensuring consistency and reusability across chapters and projects.

Core Features & Use Cases

  • Generates role cards for characters using chapter data and existing references, producing consistent visual identities.
  • Creates scene/prop reference grids (3x3 layouts) that map elements to storyboard workflows, with metadata to support reuse.
  • Produces storyboard chunks with frame URLs and tail frames, and integrates with the TapCanvas public API via /public/draw and /public/tasks/result.
  • Maintains up-to-date ref_index and media_index, and stores outputs to assets/references for downstream pipelines.
  • Enforces style consistency and mandatory routing through the public API rather than embedding third-party SDKs directly.

Quick Start

Trigger the generate-media skill with your projectId, bookId and chapter range to start producing role cards, visual references, and storyboard frames via the TapCanvas public API.

Frequently Asked Questions about generate-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate storyboard frame generation for TapCanvas pipelines?

Automate storyboard frame generation by triggering the skill with your projectId, bookId, and chapter range to produce frame URLs and tail frames via the TapCanvas public API. Outputs integrate directly into downstream storyboarding workflows.

How do I generate consistent role cards from chapter data?

Generate consistent role cards by processing chapter data and existing visual references through the skill. It produces role cards with consistent visual identities for characters, ensuring reusability across multiple chapters and projects.

How does the TapCanvas public API routing work for drawing tasks?

TapCanvas public API routing works by enforcing mandatory calls through /public/draw for drawing and /public/tasks/result for task results. The skill prevents direct embedding of third-party SDKs, ensuring all media generation routes through the official endpoints.

Can I create 3x3 scene reference grids for visual references?

Yes, you can create 3x3 scene and prop reference grids that map elements to storyboard workflows. The skill generates these visual reference layouts with metadata to support asset reuse across chapters.

Does this skill maintain updated media indexes across chapters?

Yes, the skill maintains updated ref_index and media_index files automatically during asset generation. It stores outputs to assets and references directories, ensuring downstream pipelines access current media indexes.

What is the best way to ensure style consistency across storyboard frames?

The best way to ensure style consistency is using this skill to enforce consistent visual identities and reference reuse across chapters. It maintains style consistency by routing all generation through the TapCanvas public API and applying existing references.