← 返回 Skills 市场
Music Video Generator
作者
liuyinjiwen06
· GitHub ↗
· v1.0.0
378
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install music-video-mcp
功能描述
Generate AI music videos from any MCP client. Turn text prompts into cinematic music videos with multiple styles and modes.
使用说明 (SKILL.md)
Freebeat MCP — AI Music Video Generator
Setup
- Get a free API key at freebeat.ai/developers
- Set environment variable:
FREEBEAT_API_KEY=your-key
Tools
generate_music_video
Create an AI music video from a text prompt.
prompt(required) — describe the video you wantmode—singing|storytelling|auto(default: auto)duration— 5-180 seconds (default: 30)style— visual style (e.g. "cinematic", "anime", "retro VHS")
check_generation_status
Check progress of a video generation job.
job_id— returned by generate_music_video
list_styles
Browse all available visual styles.
get_account_info
Check remaining credits and account status.
Example
"Create a cinematic music video about a rainy night in Tokyo"
Returns a video URL + job metadata.
安全使用建议
Before installing or running this skill: (1) note the inconsistency — the registry metadata says no env vars, but SKILL.md and code require FREEBEAT_API_KEY. Ask the publisher to clarify. (2) The shipped code is a mock that returns fake URLs; if you expect real video generation, confirm whether this package contacts a real backend or is only a demo. (3) The package.json uses the @anthropic-ai scope while the registry owner is an opaque ID and there's no homepage/source — verify the package identity on npm and the domain freebeat.ai before providing any API key. (4) If you must test it, avoid giving high-privilege or production API keys; create a throwaway key or test account. (5) If you plan to run via npx, inspect the exact npm package and its published source to ensure it matches the code you reviewed.
功能分析
Type: OpenClaw Skill
Name: music-video-mcp
Version: 1.0.0
The skill bundle is benign. The `src/index.js` explicitly states it's a 'MCP Server (Mock)' and uses `mockDelay()`, `fakeVideoUrl()`, and `fakeJobId()` functions, indicating it simulates interactions rather than making real external API calls. While it reads the `FREEBEAT_API_KEY` environment variable, it only checks for its presence and displays a truncated prefix in `get_account_info`, without sending the key or any other sensitive data to external endpoints. There are no signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in any of the files.
能力评估
Purpose & Capability
The name/description claim an AI music-video generator that uses a FREEBEAT API key. The shipped code implements a local/mock MCP server that returns fake job IDs and URLs rather than performing real video generation. This could be legitimate (a mock/demo), but the registry metadata claims no required env vars while the SKILL.md and code clearly expect FREEBEAT_API_KEY — an inconsistency.
Instruction Scope
SKILL.md only instructs the agent to set FREEBEAT_API_KEY and use the listed tools (generate_music_video, check_generation_status, list_styles, get_account_info). The instructions do not request unrelated file reads or system state. The runtime code likewise only reads process.env.FREEBEAT_API_KEY and does not access other system paths or external endpoints (it fabricates URLs).
Install Mechanism
There is no install spec in the registry (instruction-only skill), and the package contains source files only. Nothing in the skill attempts to download or extract arbitrary archives. Note: README suggests usage via `npx @anthropic-ai/freebeat-mcp` — invoking npx would fetch a package from npm if used externally, so verify package provenance before running npx.
Credentials
The skill requests a single API key (FREEBEAT_API_KEY) which is proportionate for an API-backed service. However, the registry metadata lists no required env vars while SKILL.md and code require this key — this mismatch is suspicious. In this code the key is only presence-checked and masked, not transmitted, but that behavior may differ in a production implementation.
Persistence & Privilege
The skill does not request elevated privileges, does not set always: true, and does not modify other skills or system-wide configuration. It runs as an MCP server over stdio which is normal for MCP skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install music-video-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/music-video-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first version
元数据
常见问题
Music Video Generator 是什么?
Generate AI music videos from any MCP client. Turn text prompts into cinematic music videos with multiple styles and modes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 Music Video Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install music-video-mcp」即可一键安装,无需额外配置。
Music Video Generator 是免费的吗?
是的,Music Video Generator 完全免费(开源免费),可自由下载、安装和使用。
Music Video Generator 支持哪些平台?
Music Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Music Video Generator?
由 liuyinjiwen06(@liuyinjiwen06)开发并维护,当前版本 v1.0.0。
推荐 Skills