← Back to Skills Marketplace
music-transposer
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-music-transposer
Description
Transpose music keys
README (SKILL.md)
Music Transposer
Transpose music keys
When to Use
- User needs processing related functionality
- Automating transpose tasks
- Music operations
Usage
python3 scripts/music_transposer.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export TRANSPOSE_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
Do not install or run this skill until the author clarifies two things: (1) provide the actual code (scripts/music_transposer.py) or change the usage instructions to match what is included, and (2) explain why TRANSPOSE_API_KEY is needed and add it to the declared requirements. If you must test it, do so in a sandboxed environment and do not expose real API keys. Prefer skills with a repository or homepage and explicit, matching metadata; ask the publisher for source code and exact runtime expectations before trusting any API key.
Capability Assessment
Purpose & Capability
The name/description say 'Transpose music keys' which is reasonable, but the usage shows running python3 scripts/music_transposer.py while the package contains no code files. The manifest declares no required env vars or binaries, yet instructions require an API key and a script path — these do not align with the stated, minimal purpose.
Instruction Scope
SKILL.md tells the agent to run a local script path (scripts/music_transposer.py) and to set TRANSPOSE_API_KEY. There are no included scripts and TRANSPOSE_API_KEY is not declared in registry metadata. Instructions therefore reference files/credentials outside the skill bundle and grant the agent broad discretion to execute a local script if present.
Install Mechanism
No install spec and no code files are included, so nothing will be written to disk by an installer. That minimizes install-time risk, but leaves runtime behavior ambiguous because the instructions expect external artifacts.
Credentials
SKILL.md asks users to set TRANSPOSE_API_KEY, but the registry metadata lists no required environment variables or primary credential. Requesting an unspecified API key is plausible for an external transpose service, but the mismatch is unexplained and could lead to accidental exposure of credentials.
Persistence & Privilege
The skill does not request elevated privileges, always:true is not set, and there are no install hooks. It does, however, instruct runtime execution of a local script if available, which could be risky depending on that script's contents.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-music-transposer - After installation, invoke the skill by name or use
/jpeng-music-transposer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of jpeng-music-transposer.
- Allows users to transpose music keys.
- Provides command-line interface for processing input and output files.
- Supports automation of music transpose tasks.
- Outputs results in JSON format.
Metadata
Frequently Asked Questions
What is music-transposer?
Transpose music keys. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install music-transposer?
Run "/install jpeng-music-transposer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is music-transposer free?
Yes, music-transposer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does music-transposer support?
music-transposer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created music-transposer?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills