BF music-craft-minimax
MiniMax-native music generation for OpenClaw — cover and style transfer that preserves melody, two-song mashups, AI lyrics generation and edit, emotion-driven prompt engineering, and per-flag mmx CLI control over BPM, key, structure, and avoid lists. Extends music-craft with MiniMax Music 2.6 features.
MiniMax-native music generation for OpenClaw — cover and style transfer that preserves melody, two-song mashups, AI lyrics generation and edit, emotion-driven…
As a process F 52/100 · Will not run — References files that are not bundled: ../music-craft/, ../music-craft/SKILL.md, ../music-craft/references/free-tool-inputs.md
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 1
✓ No critical or high findings
Medium and low: 1
-
medium Exfiltration
net-credential-usereferences/error-handling.md:126Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $MINIMAX_API_KEY" \
Files scanned: 48. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 10693 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: ../music-craft/ - warning
missing-refreference to a missing file: ../music-craft/SKILL.md - warning
missing-refreference to a missing file: ../music-craft/references/free-tool-inputs.md - warning
missing-refreference to a missing file: ../music-craft/SKILL.md - warning
missing-refreference to a missing file: ../music-source-fetch/ - warning
missing-refreference to a missing file: references/user-preference-flow.md
Process rating: all ten parameters 52/100
- 0Tools and files. 6 referenced file(s) missing: ../music-craft/, ../music-craft/SKILL.md, ../music-craft/references/free-tool-inputs.md
- 0Progress reporting. Says nothing while it works
- 30Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 10 mutating operations with no state check
- 40Execution cost. Instruction body is 10693 tokens: crowds the task out of the window
- 50When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 85Steps. 138 steps, 3 vague phrases
- 100Failures and branches. 18 branches, has a failure section
- 100Consistency. Name and required fields are in place
- low 39 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (5 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- -311 of 26 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 303: enough signal without eating the budget
- +4Structure: 42 headings
- +3Step-by-step instructions: 138 items
- +3Output format is stated explicitly
- +4Has examples (1 code blocks)
- +4Reference files are cited in the instructions (19 of 19)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.