← 返回 Skills 市场
music-transposer
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-music-transposer
功能描述
Transpose music keys
使用说明 (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": {}
}
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-music-transposer - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-music-transposer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
music-transposer 是什么?
Transpose music keys. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 music-transposer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-music-transposer」即可一键安装,无需额外配置。
music-transposer 是免费的吗?
是的,music-transposer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
music-transposer 支持哪些平台?
music-transposer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 music-transposer?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills