← Back to Skills Marketplace
gentleyo

music generate

by GentleYo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install music-generate
Description
Music composition assistant. Accepts natural language input, guides the user through multi-turn interaction to define genre, mood, theme, tempo, and other mu...
Usage Guidance
This skill appears to do what it says (help craft prompts and save generated music), but the instructions ask you to configure a local API endpoint (SUNO_API_URL) and to use community wrappers that require session credentials — none of which are declared in the skill metadata. Before installing or using this skill: - Prefer the web interface option (paste prompts into Suno/Udio web apps) if you don't want to share credentials or run local wrappers. - If you run a community wrapper, inspect its source, run it locally in a sandbox, and avoid pointing SUNO_API_URL at a remote server you don't control. - Do not store session cookies or account credentials in places that could be checked into source control; use a secure secrets mechanism. - Be cautious when choosing the output save path — avoid system or sensitive directories. - Ask the skill author to declare required environment variables (e.g., SUNO_API_URL) and to explain exactly what credentials are needed and why; a coherent metadata declaration would increase trust. Given the undeclared credential and environment usage, treat this skill as suspicious until these clarifications are provided.
Capability Assessment
Purpose & Capability
The name/description (music composition assistant that builds prompts for Suno/Udio and saves output) matches the SKILL.md content. The steps (multi-turn elicitation, prompt generation, instructions for using web UI or local API wrappers, and saving files) are coherent with the stated purpose.
Instruction Scope
The SKILL.md includes executable guidance and a Python snippet that reads SUNO_API_URL from the environment and downloads audio URLs, but the skill metadata declared no required env vars. The instructions also advise storing account session credentials in a local .env file and using community API wrappers — this directs the user/agent to handle credentials and to write files to user-specified paths (which could be any filesystem location). The code downloads content from arbitrary URLs returned by the API and writes it to disk without extra validation. These behaviors are plausible for the feature but expand scope (credential handling, filesystem writes, network fetches) beyond what the metadata advertises.
Install Mechanism
No install spec or code files are present; the skill is instruction-only. That minimizes disk footprint and installation risk.
Credentials
The metadata lists no required environment variables, yet the runtime instructions and sample code require SUNO_API_URL and discuss storing session credentials in a .env. Asking users to supply account session credentials (for community wrappers) is sensitive and should be declared explicitly. The skill's declared surface does not justify or disclose this credential handling.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or make changes to other skills or global agent configuration. Autonomous invocation is allowed (platform default) but is not combined with other high-privilege requests.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install music-generate
  3. After installation, invoke the skill by name or use /music-generate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the music composition assistant skill: - Guides users through a conversational process to define genre, mood, theme, tempo, and key musical elements - Generates detailed, structured prompts tailored for Suno or Udio music models - Offers step-by-step setup instructions for both web and local API generation workflows - Presents multiple prompt/style variants for user selection - Saves completed audio files to a user-specified folder and confirms output details - Provides fallback instructions if API setup is not available
Metadata
Slug music-generate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is music generate?

Music composition assistant. Accepts natural language input, guides the user through multi-turn interaction to define genre, mood, theme, tempo, and other mu... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install music generate?

Run "/install music-generate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is music generate free?

Yes, music generate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does music generate support?

music generate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created music generate?

It is built and maintained by GentleYo (@gentleyo); the current version is v1.0.0.

💬 Comments