# Send Music to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "music",
    "name": "Music",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/music",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/music",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/music",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "music",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:17:32.218Z",
      "expiresAt": "2026-05-07T06:17:32.218Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music",
        "contentDisposition": "attachment; filename=\"music-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "music"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/music"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/music",
    "downloadUrl": "https://openagent3.xyz/downloads/music",
    "agentUrl": "https://openagent3.xyz/skills/music/agent",
    "manifestUrl": "https://openagent3.xyz/skills/music/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/music/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T06:17:32.218Z
- Expires at: 2026-05-07T06:17:32.218Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/music)
- [Send to Agent page](https://openagent3.xyz/skills/music/agent)
- [JSON manifest](https://openagent3.xyz/skills/music/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/music/agent.md)
- [Download page](https://openagent3.xyz/downloads/music)