Real Skill packageSource verifiedClawHub registry

Music Creator

AI 音乐创作全流程技能。根据主题和风格创作歌词,通过 MiniMax AI 生成音乐和封面图,Whisper ASR + V2 高精度对齐(纯 Python,无需 espeak-ng)精准校准歌词时序,生成标准 LRC 歌词文件和带歌词同步的播放页面并部署。触发词:创作歌曲、写首歌、生成音乐、AI 音乐、mus...

Identity and source

Publisher attribution顾雪阳registry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 56% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:tomtrije:music-creator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/music-creator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/music-creator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/music-creator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @tomtrije/music-creator
clawhub inspect @tomtrije/music-creator --version 2.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
10 / 10 inspected as text
Checked
8/17/2026, 3:45:51 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
6/11/2026, 11:57:45 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:8a872a5d303bf1140667ac37d1d1d5a20d480abbb4f5fdd0e1c1aea758dd0e38
Show up to 10 recorded paths
  • _meta.json
  • config.json
  • scripts/align_lyrics.py
  • scripts/build_song_json.py
  • scripts/calibrate_lyrics_v2.py
  • scripts/calibrate_lyrics.py
  • scripts/lyric_aligner.py
  • scripts/make_cover.py
  • skill-card.md
  • SKILL.md

Source changelog

**Major update: Lyrics timestamp alignment is now performed by pure Python V2 scripts, removing the espeak-ng dependency and improving precision.** - Added new scripts (`calibrate_lyrics_v2.py`, `lyric_aligner.py`) for high-precision, pure Python lyrics-to-audio alignment. - No longer requires `espeak-ng` for timestamp calibration. - Updated documentation to reflect the new workflow and changed dependencies. - Internal meta/config files added for streamlined setup. - Old documentation file removed.