Deployable music generation workflow for AI agents, with CLI, API, agent adapters, and configurable integrations.
Resources
6Install
npx skillscat add mage0535/music-creation-engine Install via the SkillsCat registry.
SKILL.md
Music Creation Engine
Intent
Use this project when the user wants to:
- turn lyrics or an idea into sheet music artifacts
- render demo audio from MIDI
- query reference music metadata
- run music workflows from CLI or HTTP API
- integrate the workflow into Hermes, Codex, or OpenClaw
Preferred Execution Order
music-creation-engine capabilitiesmusic-creation-engine scoremusic-creation-engine rendermusic-creation-engine workflow fullmusic-creation-engine references search
Rules
- Prefer calling the package entrypoints over re-implementing workflow logic.
- Treat
Meting-Agentas public-default integration. - Treat memory and research integrations as advanced opt-in integrations.
- Keep generated artifacts and environment-specific paths out of versioned source.
HTTP API
GET /healthGET /capabilitiesPOST /v1/scorePOST /v1/workflows/fullPOST /v1/references/search
Adapters
- Hermes adapter:
adapters/hermes/SKILL.md - Codex adapter:
adapters/codex/AGENTS.md - OpenClaw adapter:
adapters/openclaw/README.md