← 返回 Skills 市场
lrjxgl

laolei llm midi

作者 lrjxgl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
184
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install laolei-llm-midi
功能描述
AI MIDI音乐生成助手,一句话生成MIDI文件。AI MIDI Generator - generate standard MIDI files from natural language descriptions.
使用说明 (SKILL.md)

\r \r

AI MIDI音乐生成助手\r

\r 这是一个利用大模型生成标准MIDI文件的技能。用户只需要用自然语言描述音乐需求,即可生成完整的MIDI文件。\r \r 可以使用daw合成MIDI文件,例如Logic Pro、Ableton Live等,来播放生成的MIDI文件,听效果是否符合预期。\r 也可以在线播放生成的MIDI文件,也可以在浏览器中直接播放。 https://www.huiwanai.com/daw/ \r \r

核心功能\r

\r

1. 自然语言转MIDI\r

\r 用户只需描述想要的音乐,AI就能生成标准的MIDI文件:\r

  • 指定乐器(钢琴、吉他、鼓、弦乐等)\r
  • 指定风格(流行、古典、摇滚、爵士等)\r
  • 指定节拍和调式\r
  • 指定音乐时长或小节数\r \r

2. MIDI格式支持\r

\r 生成的MIDI文件符合标准MIDI格式(Standard MIDI File Format Type 1),包含:\r

  • 多轨道支持(不同乐器分轨)\r
  • 完整的事件信息(Note On/Off、Velocity、Pitch Bend、Control Change等)\r
  • 时间签名和调号信息\r
  • 速度(Tempo)信息\r \r

使用方法\r

\r

启动方式\r

\r 直接描述你的音乐需求,例如:\r

  • "生成一首4/4拍的钢琴曲,C大调,每分钟120拍,32小节"\r
  • "写一段摇滚风格的吉他伴奏,E小调,16小节"\r
  • "创建一首有鼓、贝斯和钢琴的爵士乐,120BPM,24小节"\r \r

参数说明\r

\r | 参数 | 说明 | 示例 |\r |------|------|------|\r | 乐器 | MIDI乐器编号(0-127) | 钢琴(0), 吉他(25),|\r | 节拍 | 拍号 | 4/4, 3/4, 6/8 |\r | 调式 | 调性 | C大调, A小调, G大调 |\r | 速度 | BPM | 60, 120, 140 |\r | 小节 | 长度 | 8, 16, 32, 64 |\r \r

常用乐器编号\r

\r | 乐器 | GM编号 | 乐器 | GM编号 |\r |------|--------|------|--------|\r | 钢琴 | 0 | 电吉他 | 28 |\r | 原声吉他 | 25 | 贝斯 | 32 |\r | 弦乐 | 48 | 萨克斯 | 67 |\r | 小号 | 56 | 长笛 | 73 |\r | 鼓组 | 0 (Channel 9) | 音效 | 126 |\r \r 注意:鼓组使用Channel 9(索引为9,第10个通道)来区分其他乐器。\r \r

输出格式\r

\r 生成的MIDI文件保存为 .mid 文件,包含完整的多轨道数据。\r \r

示例Prompt\r

\r

生成一首欢快的流行歌曲:\r
- 乐器:钢琴(主旋律)、贝斯(低音)、鼓组(节奏)\r
- 调式:C大调\r
- 速度:每分钟124拍\r
- 长度:64小节\r
- 风格:明亮、活泼、朗朗上口\r
```\r
\r
---\r
\r
告诉我你想要什么样的音乐,我来帮你生成MIDI文件!\r
安全使用建议
This skill is internally coherent and low-risk: it is an instruction-only MIDI generator that asks for no credentials or installs. Points to consider before installing: (1) provenance — the source/homepage is unknown, so evaluate whether you trust the publisher; (2) privacy — prompts you send to your agent/LLM may be transmitted to whatever model backend you use, so avoid including sensitive or copyrighted material in prompts; (3) output handling — confirm where generated .mid files are stored or uploaded so they are not inadvertently shared; (4) copyright — review generated melodies for potential copyright issues before commercial use. If you are uncomfortable with unknown provenance, prefer skills with a known homepage or source repository.
功能分析
Type: OpenClaw Skill Name: laolei-llm-midi Version: 1.0.0 The skill bundle consists of documentation (SKILL.md) and metadata (_meta.json) for an AI MIDI generator. It provides instructions for the agent to interpret musical parameters like BPM, instruments, and scales to generate MIDI files. No executable code, suspicious network calls, or prompt-injection attacks were found; the external link provided (huiwanai.com) is contextually relevant for playing the generated MIDI files.
能力评估
Purpose & Capability
The name/description (generate MIDI from natural-language prompts) matches the SKILL.md content. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md contains only user-facing guidance and parameter descriptions for generating MIDI files. It does not instruct the agent to read system files, environment variables, or send data to unknown endpoints. The only external link is informational.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are required. The declared requirements are minimal and proportional to the described functionality.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill does not request persistent/system-wide privileges or to modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install laolei-llm-midi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /laolei-llm-midi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of laolei-llm-midi: a tool for generating standard MIDI files from natural language descriptions. - Supports specifying instruments, style, tempo, key, and song length via simple prompts. - Generates multi-track, standard MIDI files compatible with common DAWs (e.g., Logic Pro, Ableton Live). - Includes lookup tables for common instrument GM numbers and parameter explanations. - Output MIDI files can be played online or in browsers.
元数据
Slug laolei-llm-midi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

laolei llm midi 是什么?

AI MIDI音乐生成助手,一句话生成MIDI文件。AI MIDI Generator - generate standard MIDI files from natural language descriptions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 laolei llm midi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install laolei-llm-midi」即可一键安装,无需额外配置。

laolei llm midi 是免费的吗?

是的,laolei llm midi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

laolei llm midi 支持哪些平台?

laolei llm midi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 laolei llm midi?

由 lrjxgl(@lrjxgl)开发并维护,当前版本 v1.0.0。

💬 留言讨论