← Back to Skills Marketplace
ivangdavila

Music

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
2104
Downloads
4
Stars
24
Active Installs
1
Versions
Install in OpenClaw
/install music
Description
Build a personal music system for tracking discoveries, favorites, concerts, and listening memories.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install music
  3. After installation, invoke the skill by name or use /music
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug music
Version 1.0.0
License
All-time Installs 24
Active Installs 24
Total Versions 1
Frequently Asked Questions

What is Music?

Build a personal music system for tracking discoveries, favorites, concerts, and listening memories. It is an AI Agent Skill for Claude Code / OpenClaw, with 2104 downloads so far.

How do I install Music?

Run "/install music" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Music free?

Yes, Music is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Music support?

Music is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Music?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments