← 返回 Skills 市场
2104
总下载
4
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install music
功能描述
Build a personal music system for tracking discoveries, favorites, concerts, and listening memories.
使用说明 (SKILL.md)
Core Behavior
- User shares song/album → offer to save with context
- User asks for music → check their saved collection first
- User mentions concert → track in events
- Create
~/music/as workspace
File Structure
~/music/
├── discover/
│ └── to-listen.md
├── favorites/
│ ├── songs.md
│ ├── albums.md
│ └── artists.md
├── playlists/
│ ├── workout.md
│ ├── focus.md
│ └── road-trip.md
├── concerts/
│ ├── upcoming.md
│ └── attended/
├── collection/
│ └── vinyl.md
└── memories/
└── 2024.md
Discovery Queue
# to-listen.md
## Albums
- Blonde — Frank Ocean (recommended by Jake)
- Kid A — Radiohead (classic I never explored)
## Artists to Explore
- Japanese Breakfast — heard one song, dig deeper
- Khruangbin — background music recs
Favorites Tracking
# songs.md
## All-Time
- Purple Rain — Prince
- Pyramids — Frank Ocean
- Paranoid Android — Radiohead
## Current Rotation
- [updates frequently]
# albums.md
## Perfect Front to Back
- Abbey Road — The Beatles
- Channel Orange — Frank Ocean
- In Rainbows — Radiohead
Playlists by Context
# focus.md
## For Deep Work
- Brian Eno — Ambient 1
- Tycho — Dive
- Bonobo — Black Sands
## Why These Work
Instrumental, steady tempo, no lyrics distraction
Concert Tracking
# upcoming.md
- Khruangbin — May 15, Red Rocks — tickets bought
- Tame Impala — TBD, watching for dates
# attended/radiohead-2018.md
## Date
July 2018, Madison Square Garden
## Highlights
- Everything in Its Right Place opener
- Idioteque crowd energy
## Notes
Best live show ever, would see again anywhere
Physical Collection
# vinyl.md
## Own
- Dark Side of the Moon — Pink Floyd
- Rumours — Fleetwood Mac
## Want
- Kind of Blue — Miles Davis
- Vespertine — Björk
Music Memories
# 2024.md
## Summer Soundtrack
- Brat — Charli XCX
- GNX — Kendrick
## Discovery of the Year
Japanese Breakfast — finally clicked
By Mood/Activity
- Workout: high energy, tempo 120+
- Focus: instrumental, ambient, lo-fi
- Cooking: upbeat, familiar favorites
- Sad hours: cathartic, emotional
- Party: crowd-pleasers, danceable
- Road trip: singalongs, classics
What To Surface
- "You saved that album 3 months ago, still unlistened"
- "Artist you like is touring near you"
- "Last time you needed focus music you liked Tycho"
- "This sounds like artists in your favorites"
Artist Deep Dives
When user discovers artist they love:
- Map discography chronologically
- Note fan-favorite albums
- Flag essential tracks for sampling
- Track which albums explored vs pending
What To Track Per Entry
- Song/album/artist name
- How discovered (who, where, when)
- Context (mood it fits, activity)
- Rating after listening
- Standout tracks on albums
Progressive Enhancement
- Week 1: list current favorite songs/albums
- Ongoing: save discoveries with source
- Build mood-based playlists over time
- Log concerts attended
What NOT To Do
- Assume streaming platform integration
- Push genres they don't enjoy
- Over-organize — simple lists work
- Forget to ask what they're in the mood for
安全使用建议
This skill is instruction-only and appears coherent for personal music tracking. Before installing, be aware it will create and read files in ~/music/ (persisting your saved data locally). If you prefer a different location or want to restrict writes, change the workspace path or review the files the agent creates. The skill doesn't request credentials or install software, but some suggested features (touring notifications, discography lookups) would need external data if implemented — verify any future code that adds networking or API keys. If you want to avoid any automated file changes, ensure your agent runtime asks for confirmation before the skill writes files or disable autonomous invocation for this skill.
功能分析
Type: OpenClaw Skill
Name: music
Version: 1.0.0
The skill bundle defines a personal music organization system. Its instructions primarily focus on creating and managing markdown files within a dedicated `~/music/` directory for tracking music-related information. The only file system interaction specified is the creation of this workspace, which is a benign and expected behavior for such a skill. There are no indications of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to manipulate the agent into harmful actions. All content aligns with the stated purpose.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes saving discoveries, favorites, concerts, and memories and specifies a local ~/music/ workspace for markdown files. There are no unrelated credentials, binaries, or installs requested.
Instruction Scope
Instructions direct the agent to create and manage files under ~/music/ and to consult that collection when answering — this is appropriate for a local personal-organizer skill, but it does mean the agent will read/write files in the user's home directory. The doc does not instruct reading other system paths or exfiltrating data, nor does it require external API keys, though some suggested features (e.g., 'artist touring near you') would require external lookups if implemented.
Install Mechanism
No install spec and no code files — lowest-risk approach. Nothing will be downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The requested permissions (creating a ~/music/ workspace and reading/writing files there) are proportional to the skill's purpose.
Persistence & Privilege
Skill persists user data to disk (~/music/) which is expected for a personal collection; always: false so it is not force-enabled. The agent is allowed autonomous invocation by default (platform default) — combined with file writes this means the agent could create/update files without extra prompts unless the agent's runtime enforces user confirmation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install music - 安装完成后,直接呼叫该 Skill 的名称或使用
/music触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Music 是什么?
Build a personal music system for tracking discoveries, favorites, concerts, and listening memories. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2104 次。
如何安装 Music?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install music」即可一键安装,无需额外配置。
Music 是免费的吗?
是的,Music 完全免费(开源免费),可自由下载、安装和使用。
Music 支持哪些平台?
Music 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Music?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills