🎵 Ai

v1.0.0

generate audio files into music-synced videos with this skill. Works with MP3, WAV, AAC, FLAC files up to 200MB. musicians and content creators use it for ge...

0· 19·0 当前·0 累计
下载技能包
最后更新
2026/4/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and runtime instructions are internally consistent with an online AI video-rendering service: it needs a NEMO_TOKEN, uploads user audio to nemovideo.ai, and controls rendering via that API — nothing requested is disproportionate to the stated purpose.
评估建议
This skill appears to do what it says — it uploads your audio to a cloud service (mega-api-prod.nemovideo.ai) and returns rendered videos. Before installing/using it, consider: 1) Privacy — your audio and any metadata are sent to the provider; confirm their data retention and sharing policies. 2) Token handling — NEMO_TOKEN grants the skill access to the service; if the skill generates an anonymous token, that token may be stored or used for 7 days; ask whether tokens are persisted and where. 3)...
详细分析 ▾
用途与能力
Name/description match the actions described in SKILL.md: creating music-synced videos on a cloud backend. Requesting a single service token (NEMO_TOKEN) is appropriate for an API-backed renderer. The skill's documented API endpoints and upload/render flows align with the declared purpose.
指令范围
Instructions direct the agent to check the environment for NEMO_TOKEN, optionally request an anonymous token from https://mega-api-prod.nemovideo.ai, create sessions, upload user audio, and poll SSE/render endpoints — all expected for a cloud render workflow. Two points to note: (1) examples reference local file paths for multipart uploads (expected when user supplies files, but the agent must only access user-provided files), and (2) the skill instructs detection of an install path to set an attribution header (X-Skill-Platform) which implies reading or inferring agent install paths — this is not strictly required for rendering and leaks some environment identification information.
安装机制
Instruction-only skill (no install spec, no code files). No packages or remote downloads are performed by the skill itself, which reduces supply-chain risk.
凭证需求
Only one credential is declared and used: NEMO_TOKEN (primary). This is proportionate to a hosted rendering service. The SKILL.md also contains frontmatter metadata that references a config path (~/.config/nemovideo/) and uses an install-path-based header; the registry metadata showed no required config paths — this mismatch should be clarified (does the skill attempt to read that config path or not?).
持久化与权限
always is false and the skill is user-invocable. It does not request persistent system-wide privileges, nor does it modify other skills' configurations. The skill will perform network calls to the remote API for each operation, which is normal for an API-backed renderer.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/26

Initial release — generate music-synced videos from audio files using cloud GPU processing. - Accepts MP3, WAV, AAC, FLAC files up to 200MB; returns 1080p MP4 videos in 1–2 minutes. - Simple setup: automatic token/session creation; 100 free credits for new users. - Handles uploads, exports, credits, project state, and audio/video editing through clear user prompts. - Exports and processing are managed via secure API calls; jobs remain tied to your session. - Detailed error handling for common issues (token, credits, file size/type). - Supports multiple export formats and guides for common music/video workflows.

Pending

安装命令

点击复制
官方npx clawhub@latest install ai-video-generator-from-music
镜像加速npx clawhub@latest install ai-video-generator-from-music --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库