ソース情報
- リポジトリ
- ruvnet/ruflo
- ソースの最終更新活動
- 2026年8月27日 20:45
- 検出された SKILL.md の言語
- 英語
- スター
- 69,784
- フォーク
- 8,346
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ruvnet/ruflo --skill music-listコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
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 |
Surfaces every production in the connected Cognitum Music account.
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.
mcp__cogmusic__list_productions({}) — no arguments.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).title (case-insensitive substring) rather than asking them to know the id up front.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).This never returns audio bytes — only metadata plus each production's audio_url for a follow-up authenticated GET. See ADR-0001.