A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Bring AI Comic Director to your OpenClaw
中文版本 | 🌐 www.mangou.art
Mangou is a powerful plugin (skill bundle) for AI Agents (like Cursor, Claude Desktop, Cline) that transforms your local workspace into a fully automated AI Comic production studio.
Instead of wrestling with complex UIs online, you simply ask your AI assistant to generate characters, design storyboards, and stitch videos together. Mangou handles the heavy lifting by injecting local workflow tools directly into your Agent's toolkit.
This project is released under FSL-1.1-Apache-2.0.
That means:
For commercial partnerships or licensing questions, contact business@mangou.art.
SKILLs>= 1.1ffmpeg available in your system PATHMangou uses three separate install surfaces:
vercel-labs/skills or mangou.zipmangou-runtime.zip when you need Bun CLI executionThis keeps the skill lightweight enough for agent installers while preserving the full local runtime.
Repository rule:
skill-src/mangou/ is the only skill-document source inside this repository.packages/dashboard/ is the only dashboard package source inside this repository.dist/ directory is build output only.SKILL.md shim or symlink.MangouArt/mangou-ai-motion-comics.If you are using an Agent capable of running tools and shell commands, just copy & paste the following prompt to your AI:
Install Mangou from the lightweight skill repo with npx skills.
If I need to generate assets or videos, install mangou-runtime.zip too.
Manual fallback:
https://www.mangou.art/downloads/mangou.zip
https://www.mangou.art/downloads/mangou-runtime.zip
If you want to hack on the source code or build the skill manually, follow these steps:
bun install
cp .env.example .env.local
Fill in your provider settings as needed. The example file does not include real keys.
If you use BLTAI, set BLTAI_API_KEY in .env.local. Detailed signup and token flows are documented in:
knowledge/provider-jiekou.mdknowledge/provider-kie.mdknowledge/provider-bltai.mdnpm run build
npm run build:skill
Build outputs:
bundled-skills/mangou.zipbundled-skills/mangou-runtime.zipbundled-skills/mangou/Cross-repo note:
mangou only builds local artifacts.../mangou-ai-motion-comics is orchestrated by the parent Mango repo, not by mangou itself.Preferred:
npx skills add MangouArt/mangou-ai-motion-comics -a claude-code -y
Local development fallback:
npx skills add ./skill-src/mangou --agent claude-code
Fallback:
bundled-skills/mangou.zip as the base skillbundled-skills/mangou-runtime.zip into the same skill root when you need Bun CLI executionThe local read-only dashboard is not part of the base skill package anymore.
Target install model:
npx @mangou/dashboard
All commands are unified at the src/main.ts entry point. Usage is identical in both development and skill environments:
# Initialize project
bun run src/main.ts project init --name my-story
# Create content
bun run src/main.ts storyboard generate --path storyboards/shot1.yaml --type image
# Enable Visual Mirror
bun run src/main.ts server start --port 3000
<workspace>/
.mangou/
config.json
projects.json
projects/
<projectId>/
project.json
tasks.jsonl
storyboards/
asset_defs/
assets/
Notes:
tasks.jsonl is the single source of truth for task statestoryboards/ and asset_defs/ store YAML definitionsassets/ stores generated outputsprojects.json stores only the project index# Frontend development
bun run dev
# Type checking
bun run typecheck
# Test suite
bun test
# Build frontend and skill bundle
bun run build
bun run build:skill
# Full pre-release verification
bun run ci
The built skill follows a resource-action pattern:
project init: Initialize a new project directory.project stitch: Assemble storyboard clips into a final video.storyboard generate: Render images or videos for a specific storyboard YAML.storyboard split: Physically split a grid storyboard image.asset generate: Render an asset image.server start: Launch the local visualization server.Responsibilities are intentionally split:
Recommended release artifact:
bundled-skills/mangou.zipbundled-skills/mangou-runtime.zipMangouArt/mangou-ai-motion-comicsUse MangouArt/mangou-ai-motion-comics as the standalone lightweight repo for the short GitHub install path.
In the main mangou repository, use skill-src/mangou/ directly for local npx skills add testing.
Do not point skills add at the repository root, or the installer may copy the entire repo into the agent skill directory.
Use mangou.zip as the canonical fallback base skill package.
Download mangou-runtime.zip separately when you need Bun CLI and workspace templates.
.env.localSECURITY.mdCONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.mdCHANGELOG.mdIssue tracker:
https://github.com/MangouArt/mangou/issues1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project