Token导航 LogoToken导航TokenDH.com
音频生成需要联网clawhub未标认证来源可访问clear审计通过

music-curator音乐策展人

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

7,589

周安装

310

GitHub Stars

1

下载量

2,430
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:music-curator(音乐策展人)
来源仓库:https://github.com/neqq3/music-curator
安装命令:
openclaw skills install music-curator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install music-curator

简介

music-curator 策划个性化播放列表与音乐推荐,基于严格意图保存。

  • 适用于音乐发现与队列管理,提升聆听体验。music-curator 属于音频生成类 Skill,可作为该场景下的辅助能力补充。
  • 支持序列生成与偏好学习,适配不同心情与活动。
  • 集成于 OpenClaw,需确认是否涉及第三方音乐库访问权限。
  • 建议在使用前验证推荐算法准确性与版权合规性。

SKILL.md

name
music-curator
description
Curate personalized playlists and music recommendations with strict intent preservation. Use when the user wants a playlist, sequence, queue, recommendation set, artist/track expansion, or music discovery with taste and version constraints. Designed to work above playback/control skills like music-assistant and knowledge skills like lastfm/last-fm. Especially useful when the user cares about boundaries such as official songs only, no remixes/covers/instrumentals, role/character/theme songs, or similar-song expansion from seed tracks.
license
MIT

Music Curator

Act as the curation layer, not the player and not the raw search engine.

Core rules

Do not broaden the request without permission.

Examples:

  • "VALORANT songs" does not mean "songs with a VALORANT vibe".
  • "official songs" does not mean remixes, karaoke versions, instrumentals, or fan edits.
  • "similar songs" does allow expansion beyond direct ownership/official affiliation.

Do not let an earlier music task contaminate the current one.

Examples:

  • A previous seed-track expansion task must not narrow a later franchise playlist task.
  • A previous "strict official songs" task must not constrain a later "give me similar songs" task.

Treat each new playlist/recommendation request as a fresh classification unless the user explicitly says to continue the previous one.

If the request is ambiguous, classify it before curating.

Request classification

Classify each request into one of these modes:

  1. Strict identity

- The user wants songs that truly belong to a franchise, artist era, soundtrack, event, character, or official release family. - Examples: "无畏契约的歌", "周杰伦电影主题曲", "官方赛事曲". - In this mode, do not use similarity as the final selector. - Use external/music-knowledge skills only to verify identity and enumerate the canonical candidates.

  1. Similarity / expansion

- The user wants more songs *like* a seed song/artist/mood. - Examples: "按这首歌扩 15 首", "类似这个 vibe", "更冷一点但同气质". - In this mode, use lastfm as the primary discovery engine by default. Only fall back to last-fm if lastfm is unavailable or insufficient.

  1. Hybrid

- The user wants a strict core plus controlled expansion. - Example: "先放官方曲,再混 5 首同风格".

If unsure, ask one short clarifying question before generating a queue.

Tool roles

Use tools/skills with this division of labor:

  • music-assistant: playback, queue management, device control, library/provider lookup, final enqueue.
  • lastfm: default music-knowledge and discovery source for similarity, related artists/tracks, popularity context, discovery support, and listening-profile support.
  • last-fm: fallback/reference-only companion skill when lastfm is unavailable or when broader API reference coverage is needed.
  • This skill: intent preservation, filtering, sequencing, taste logic, version hygiene, and final candidate selection.

Do not let raw search results define meaning when the user asked for a strict category.

Default version hygiene

Unless the user explicitly asks otherwise, filter out:

  • remix
  • remaster (if materially different and the original is available)
  • karaoke
  • piano
  • instrumental
  • 8-bit
  • slowed / reverb / sped up / nightcore
  • bootleg / mashup / fan edit
  • clearly fan-made derivatives

Do not auto-ban TV size or cover just because of the label.

Instead, evaluate them by release context:

  • Keep them when they are clearly official or formally released within the franchise/project.
  • Exclude them when they are obvious unofficial derivatives, fan uploads, or low-signal search noise.

Do not auto-ban live or acoustic either; only exclude them when they are clearly off-brief for the user's request or when a more canonical version is available and the user did not ask for alternates.

If only non-ideal versions are available, say so explicitly before queueing them.

Curation workflow

A. Strict identity workflow

Use this when semantic precision matters more than quantity.

  1. Identify the exact category the user means.
  2. Build a candidate list from reliable music knowledge sources or trusted skill outputs.
  3. Verify each candidate against the user's boundary.
  4. Remove version-noise by default.
  5. Use Music Assistant search as the playback entrypoint:

- search first - choose the cleanest matching result - then enqueue/play - do not prefer blindly reusing old naked URIs when fresh search results are available

  1. If a chosen provider version errors at playback time, retry with another clean search result/provider mapping before giving up.
  2. If Music Assistant lacks some canonical tracks, report the gap instead of silently substituting unrelated songs.

B. Similarity workflow

Use this when the user wants discovery/expansion.

  1. Take one or more seed tracks/artists.
  2. Pull related tracks/artists/tags from discovery sources.
  3. Filter by the user's hidden defaults:

- avoid noisy versions - avoid obvious repeats - keep energy/mood aligned unless asked to vary

  1. Build a set with light shape:

- open familiar - expand outward gradually - avoid five near-duplicates in a row

  1. Send the final set to Music Assistant.

C. Hybrid workflow

  1. Start with a strict canonical core.
  2. Mark where expansion begins.
  3. Add similarity-based tracks only after the strict core.
  4. Keep those sections mentally and verbally separate.

Queue-building rules

When assembling a playlist/queue:

  • Avoid duplicate songs across providers unless the user asked for alternates.
  • Prefer the provider/version most likely to be the original intended release.
  • Balance tempo and energy unless the user asked for a monotone block.
  • Avoid abrupt quality drops.
  • If the user asks for a number (e.g. 20 songs), do not fill with junk merely to hit the count.

- Prefer: "I found 13 clean fits; I can add 7 looser fits if you want."

  • For playback requests, start playback quickly:

- first push a small set of high-confidence tracks so music starts immediately - then continue filling the queue toward the requested size - do not wait to finish perfect curation before starting playback

  • Build a larger candidate pool than strictly needed, then filter/resolve from that pool instead of adding one song at a time with long pauses.

Communication rules

Before queueing, provide one of these depending on confidence:

  • High confidence: a concise explanation of selection logic, then queue.
  • Medium confidence: a candidate list first, then queue after confirmation.
  • Low confidence: ask one focused question.

When the user clearly wants playback now, prefer a short acknowledgment plus immediate queue action over a long analysis dump.

During long queue-building work, provide only concrete progress updates:

  • what is already queued
  • what was just added
  • what was excluded and why

Never present a vibe-expansion set as if it were a strict official set.

User-specific defaults to preserve

When working for this user, assume:

  • Intent preservation matters more than clever expansion.
  • If not explicitly requested, avoid remix / cover / piano / instrumental / karaoke / fan-edit variants.
  • For franchise/theme requests, official identity comes before mood similarity.
  • For recommendation requests, it is okay to use similarity/discovery tools after the request is clearly similarity-based.

Output style

When listing curated results, keep it clean:

  • Track — Artist
  • Optionally add short reason tags like (official), (seed-adjacent), (closer/looser fit).

If some tracks are unavailable in Music Assistant, separate:

  • Canonical matches found in MA
  • Canonical matches missing in MA

Failure modes to avoid

Bad behavior:

  • User: "Play VALORANT songs"
  • Assistant: adds unrelated cyber/EDM tracks because they feel similar.
  • User: after a Die For You similarity test, asks for "VALORANT songs"
  • Assistant: keeps using Die For You as a hidden seed and narrows the later task incorrectly.
  • User wants music now
  • Assistant: spends many minutes debating edge cases instead of queueing the obvious tracks first.

Correct behavior:

  • Build the strict VALORANT set first.
  • If the user wants more after that, ask whether to expand into similar tracks.
  • Reset task scope between separate music requests unless continuation is explicit.
  • Start playback with high-confidence tracks, then continue filling the queue.

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

支持文本到音乐或歌曲生成

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.79%
按下载量换算2,303

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills