Skip to content
Development
Skill

/music-list

List the account's saved music productions with metadata and audio_url

From plugin
ruvnet-claude-flow
73k185 skills160 agents196 commands1 MCP
Install
$ npx -y skills add ruvnet/claude-flow --skill music-list --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/music-list

Context preview

The summary Claude sees to decide when to auto-load this skill.

List the account's saved music productions with metadata and audio_url

SKILL.md

music-list.SKILL.md
name: music-list
description: List the account's saved music productions with metadata and audio_url
allowed-tools: mcp__cogmusic__list_productions mcp__plugin_ruflo-core_ruflo__memory_store
argument-hint: ""

Music List

Surfaces every production in the connected Cognitum Music account.

When to use

The user asks what tracks exist, wants to find a track by title, or you need a production `id` for `music-get`/`music-stems`/`music-midi`/`music-master` and don't already have it.

Steps

1. Call `mcp__cogmusic__list_productions({})` — no arguments. 2. Present results sorted by `created_at_unix` descending (the API already returns them this way): title, duration, `id`, and which processing steps have run (`has_stems`/`has_midi`/`has_mastered`). 3. If the user is looking for a specific track, match on `title` (case-insensitive substring) rather than asking them to know the `id` up front. 4. Optionally refresh the `music-productions` memory cache for any entries not already stored there (see `music-generate`'s caching step) — useful after a production was created outside this session (e.g. from the web dashboard).

Notes

This never returns audio bytes — only metadata plus each production's `audio_url` for a follow-up authenticated GET. See [ADR-0001](../../docs/adrs/0001-music-contract.md).

Ships withruvnet-claude-flow

An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.

Get the whole plugin

Other skills on ruvnet-claude-flow.