← 返回 Skills 市场
422
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polecomic
功能描述
完整的漫剧(动画漫画)生成工作流 skill。当用户想要:创作漫画剧集、生成动画短片、制作分镜脚本、设计原创角色、生成动漫风格视频片段、将故事想法转化为可视化内容,或任何涉及"漫剧""动漫创作""分镜""人设""画风设定""AI生成动画""参考图生成"的请求时,必须使用此 skill。 流程覆盖:剧本创作 → 分...
安全使用建议
This skill appears to implement exactly what it claims: a multi-stage manga/animation pipeline that calls Volcengine/‘Ark’ image and video APIs. Before installing/running: 1) Be aware you must supply an ARK_API_KEY (the registry metadata omitted this); the scripts will exit if it's not set. 2) The scripts will send your prompts, images (embedded as base64), and storyboard data to the Ark service (https://ark.cn-beijing.volces.com/api/v3) — only do this if you trust the service and accept associated cost/privacy implications. 3) The workflow updates and writes local files (storyboard.json, output/*, generation_log.json) and requires you to edit call_image_api.py to populate CHARACTER_PROMPTS if you want automatic character generation — modifying the script is expected but pay attention to not accidentally check secrets into source control. 4) Inspect the two included Python scripts before running, run them in an isolated environment if you want to limit blast radius, and ensure your ARK_API_KEY is stored securely (avoid committing it). 5) If you need the skill metadata corrected (so the platform reflects the ARK_API_KEY requirement), ask the publisher or avoid use until it's fixed.
功能分析
Type: OpenClaw Skill
Name: polecomic
Version: 1.0.0
The skill bundle provides a legitimate and well-documented workflow for generating manga and animations using the Volcengine (Ark) AI platform. The Python scripts (call_image_api.py and call_video_api.py) are designed to interact with official API endpoints (ark.cn-beijing.volces.com) to generate images and videos based on user-defined prompts. The code follows standard practices for API interaction, task polling, and local file management, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection. The instructions in SKILL.md are strictly aligned with the stated creative purpose.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and included scripts all align: they implement a multi-stage manga/animation pipeline (script → storyboard → character prompts → image generation → video generation) using the Volcengine/Ark APIs. One mismatch: the skill metadata in the registry claims no required environment variables, but the runtime docs and both scripts clearly require ARK_API_KEY for API authentication.
Instruction Scope
SKILL.md gives explicit stage-by-stage instructions and mandates pausing for user confirmation between stages. The instructions direct the agent and the operator to run the provided scripts, update CHARACTER_PROMPTS in call_image_api.py, and populate storyboard.json; they do not instruct reading unrelated system files or exfiltrating secrets. The scripts read/write only project files (storyboard.json, output/*, generation_log.json) and call the Ark API.
Install Mechanism
There is no automated install spec; the skill is instruction + Python scripts and requires the public Python packages 'volcengine-python-sdk[ark]' and 'requests' (installed via pip). No downloads from unknown URLs or archive extraction are present. This is a low-risk, typical requirement for a scripts-based skill.
Credentials
Only one credential is used at runtime: ARK_API_KEY (the scripts look for it in the environment or as a hardcoded variable). That is proportionate to the stated purpose. However, the registry metadata did not list required env vars while the documentation and scripts require ARK_API_KEY — this mismatch should be resolved before install so users know an external API key is mandatory.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or global agent configuration. It performs normal file I/O in its own workspace (output/, storyboard.json) and requires manual edits to CHARACTER_PROMPTS for character images; nothing in the package implies elevated or hidden persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polecomic - 安装完成后,直接呼叫该 Skill 的名称或使用
/polecomic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first vision
元数据
常见问题
manga-animation 是什么?
完整的漫剧(动画漫画)生成工作流 skill。当用户想要:创作漫画剧集、生成动画短片、制作分镜脚本、设计原创角色、生成动漫风格视频片段、将故事想法转化为可视化内容,或任何涉及"漫剧""动漫创作""分镜""人设""画风设定""AI生成动画""参考图生成"的请求时,必须使用此 skill。 流程覆盖:剧本创作 → 分... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 422 次。
如何安装 manga-animation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polecomic」即可一键安装,无需额外配置。
manga-animation 是免费的吗?
是的,manga-animation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
manga-animation 支持哪些平台?
manga-animation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 manga-animation?
由 徐京徽(@a574824551)开发并维护,当前版本 v1.0.0。
推荐 Skills