← Back to Skills Marketplace
bozoyan

mcp-storyboard

by bozoyan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
232
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-storyboard
Description
多场景分镜文生图制作助手。使用 BizyAir API 生成故事绘本分镜场景图,支持自动追加模特提示词、自定义图片比例和批量生成。当用户需要生成分镜图、故事场景图、绘本插图或提到"分镜"、"场景图"、"绘本"时必须使用此技能。
Usage Guidance
主要问题是元数据与实际说明/代码不一致:SKILL.md 和脚本需要 BIZYAIR_API_KEY 和 curl(或 HTTP 客户端),但注册表没有声明这些依赖;在安装或运行前请确认并准备 BIZYAIR_API_KEY。审查并考虑移除或编辑自动追加的 MODEL_SUFFIX(脚本中硬编码的性化和具体人群描述),以符合你的内容政策与法律法规。不要随意执行脚本或运行 package.json/start,除非你信任来源并在受控环境中运行;如果你 will 执行脚本,先查看并理解 storyboard-mcp.js、scripts/storyboard.py、scripts/bizyair_api.sh 的逻辑。最后,删除或核查 .claude/settings.local.json 中的 chmod 授权条目,避免自动提升本地文件权限而不自知。
Capability Analysis
Type: OpenClaw Skill Name: mcp-storyboard Version: 1.0.0 The bundle is classified as suspicious primarily due to the inclusion of `.claude/settings.local.json`, which attempts to pre-authorize shell execution (`chmod +x`) for scripts within the bundle, potentially bypassing standard security prompts in the agent's environment. Additionally, `SKILL.md` and the core logic in `storyboard-mcp.js` and `scripts/storyboard.py` implement a 'Smart Prompt Enhancement' feature that automatically appends specific, suggestive physical descriptions (e.g., 'large chest display', 'hourglass figure') to user prompts involving people. While documented as a feature, this represents a non-transparent modification of user intent and an attempt to circumvent standard permission workflows for shell access.
Capability Assessment
Purpose & Capability
技能名与代码/文档一致地指向使用 BizyAir API 生成图片,且代码(JS/Python/Shell)实现该流程:创建异步任务、轮询、获取图片。问题在于注册表元数据列出“Required env vars: none / Required binaries: none”,但 SKILL.md、脚本和代码都明确需要 BIZYAIR_API_KEY 和 curl(或等效 HTTP 客户端);这是不一致,可能误导用户授予凭据或忽略必要配置。
Instruction Scope
SKILL.md 指导使用 MCP 优先、降级为 shell curl,并引用本仓库内的 Python/Shell 示例,范围限定于图片生成流程,没有指示读取系统之外的敏感文件或将数据发送到未经授权的第三方。需要注意:自动追加的提示词包含性化/描述性内容(如“大胸展示”、“20-year-old asian woman with light skin...” 等),这会影响生成内容的合规性与伦理性;若你不希望自动增强这些敏感描述,应修改提示词追加逻辑。
Install Mechanism
没有声明安装规范(instruction-only),意味着技能不会自动下载并执行外部二进制。代码文件和 package.json 存在,但没有提供自动 install 脚本——风险较低。注意:如果用户自己运行 package.json/start 或 chmod + execute 脚本,相关依赖(Node SDK、Python requests)会被实际运行。
Credentials
运行时确实需要 BIZYAIR_API_KEY(多处代码和 mcp.json、SKILL.md 均引用),但注册表元数据未列出该必需环境变量,且 manifest 中显示没有所需凭据声明——这是不匹配且易导致误配置或凭据泄露。除此之外没有请求其它不相关凭据,单一 API key 对应用途是合比例的。
Persistence & Privilege
技能没有设置 always: true、也没有声明修改其他技能或系统配置。唯一需要注意的项目是 .claude/settings.local.json 中的 permissions.allow 条目(允许对特定路径下脚本 chmod +x),这看起来像本地开发时的辅助配置,可能不适合直接用于生产环境;否则技能自主调用权限为默认(disable-model-invocation: false),这是正常。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-storyboard
  3. After installation, invoke the skill by name or use /mcp-storyboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mcp-storyboard v1.0.0 — 初始版本 - 发布多场景分镜文生图制作助手,支持故事分镜、场景图和绘本插图生成 - 自动追加优化人物/模特提示词,提升画面质量 - 支持自定义图片比例、批量生成,默认9:16比例 - 异步调用 BizyAir API,长时间任务自动轮询与进度提示 - 优先使用 MCP 工具,失败自动切换 Shell curl 模式 - 标准化 Markdown 输出,友好错误与用户提示
Metadata
Slug mcp-storyboard
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is mcp-storyboard?

多场景分镜文生图制作助手。使用 BizyAir API 生成故事绘本分镜场景图,支持自动追加模特提示词、自定义图片比例和批量生成。当用户需要生成分镜图、故事场景图、绘本插图或提到"分镜"、"场景图"、"绘本"时必须使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.

How do I install mcp-storyboard?

Run "/install mcp-storyboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mcp-storyboard free?

Yes, mcp-storyboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mcp-storyboard support?

mcp-storyboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mcp-storyboard?

It is built and maintained by bozoyan (@bozoyan); the current version is v1.0.0.

💬 Comments