← Back to Skills Marketplace
339
Downloads
1
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install ohyesai-music
Description
Generate custom music tracks (vocal or instrumental) via OhYesAI asynchronously.
Usage Guidance
This skill appears coherent, but before installing consider: (1) You must provide your OHEYSAI_API_KEY — only use a key you trust and consider limiting/rotating it. (2) The skill runs curl/grep/sleep and will save MP3 files to the agent's current working directory and then send those files to the user; ensure you are okay with those filesystem and network actions. (3) Verify the API/download domains (ohyesai.com and the returned storage URL domain) are legitimate and acceptable for your data/privacy needs. (4) Be aware of potential costs or rate limits from the external service and copyright/usage implications for generated audio. (5) If you want tighter safety, run the script in a restricted environment or sandbox and test with a throwaway API key first.
Capability Analysis
Type: OpenClaw Skill
Name: ohyesai-music
Version: 1.0.7
The skill facilitates music generation via the OhYesAI API using a standard asynchronous workflow (submit, poll, download). It utilizes common system utilities like `curl`, `grep`, and `sleep` within `SKILL.md` to manage API interactions and retrieve generated MP3 files. The logic is transparent, aligns strictly with the stated purpose, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description map to the declared requirements: it needs an OHEYSAI_API_KEY and curl/grep/sleep to call an external API, poll status, and download MP3 files. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md prescribes an explicit asynchronous flow (submit -> poll -> extract MP3 URL -> curl download -> deliver). This stays within the music-generation purpose. It does require the agent to write MP3 files to the current working directory and to present/send those local files to the user — that is expected for file delivery but is worth noting because it involves local filesystem access and sending binary files back to the user.
Install Mechanism
Instruction-only skill with no install spec or archive downloads. Lowest-risk install posture: nothing is written to disk by an installer beyond the agent executing the provided runtime commands.
Credentials
Only one environment variable is required (OHEYSAI_API_KEY), which is appropriate for an API-backed music-generation service. No extra or unrelated secrets/config paths are requested.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide agent settings. The skill requires the agent to perform network and filesystem actions at runtime but does not request elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ohyesai-music - After installation, invoke the skill by name or use
/ohyesai-music - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- Removed the file: _meta.json.
- Updated the setup section to use an OhYesAI homepage link with a source parameter.
- No functional or workflow changes to the music generation or delivery process.
- Documentation clarified; all usage and example instructions remain the same.
v1.0.6
No significant code or logic changes; SKILL.md documentation update only.
- Added an additional customer service QR code image at the end of the documentation.
- No functional or behavioral changes to the skill.
v1.0.5
- Initial release to clawdbot skill store.
- Added _meta.json file for skill metadata.
- No changes to functionality or documentation—core usage and workflow remain the same.
v1.0.4
- Removed the "联系客服" (Contact customer service) section from the top and placed it at the end of the document.
- No changes to core features or implementation instructions.
- Documentation content remains functionally unchanged except for the re-ordering of customer service info.
v1.0.3
- Added a customer service contact image (20260323-174006.jpeg) to the documentation.
- Included a “联系客服” section with the image in the skill readme.
v1.0.2
- Changed all OhYesAI API URLs from "https://dev.ohyesai.com" to "https://ohyesai.com".
- Updated the API key application link in the setup instructions to match the new domain.
v1.0.1
**Asynchronous music generation workflow update:**
- Music generation now uses an async workflow: submit task → poll status → download file.
- Requires extraction and storage of `taskId` from the submit API before polling.
- Adds usage of `sleep` and continuous polling until the status is “已完成” or failed.
- Updated examples and scripts to reflect the asynchronous task handling process.
- Delivery instructions remain strict: download the real audio file and send a true file link or file, never reply with plain text only.
v1.0.0
- Initial release of the ohyesai-music skill.
- Generate custom music tracks (vocal or instrumental) via the OhYesAI API in Clawdbot.
- Multi-turn conversation collects user input for prompt, style, and instrumental/vocal options.
- Automatically generate a suitable song title; do not ask the user for it.
- Strictly download and deliver the actual audio file to the user (not just a link or text).
- Requires the OHEYSAI_API_KEY environment variable for authentication.
Metadata
Frequently Asked Questions
What is 音乐生成?
Generate custom music tracks (vocal or instrumental) via OhYesAI asynchronously. It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install 音乐生成?
Run "/install ohyesai-music" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 音乐生成 free?
Yes, 音乐生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 音乐生成 support?
音乐生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 音乐生成?
It is built and maintained by bajie-git (@bajie-git); the current version is v1.0.7.
More Skills