{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/music",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=music",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/music",
    "agentPageUrl": "https://openagent3.xyz/skills/music/agent",
    "manifestUrl": "https://openagent3.xyz/skills/music/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/music/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Core Behavior",
        "body": "User shares song/album → offer to save with context\nUser asks for music → check their saved collection first\nUser mentions concert → track in events\nCreate ~/music/ as workspace"
      },
      {
        "title": "File Structure",
        "body": "~/music/\n├── discover/\n│   └── to-listen.md\n├── favorites/\n│   ├── songs.md\n│   ├── albums.md\n│   └── artists.md\n├── playlists/\n│   ├── workout.md\n│   ├── focus.md\n│   └── road-trip.md\n├── concerts/\n│   ├── upcoming.md\n│   └── attended/\n├── collection/\n│   └── vinyl.md\n└── memories/\n    └── 2024.md"
      },
      {
        "title": "Discovery Queue",
        "body": "# to-listen.md\n## Albums\n- Blonde — Frank Ocean (recommended by Jake)\n- Kid A — Radiohead (classic I never explored)\n\n## Artists to Explore\n- Japanese Breakfast — heard one song, dig deeper\n- Khruangbin — background music recs"
      },
      {
        "title": "Favorites Tracking",
        "body": "# songs.md\n## All-Time\n- Purple Rain — Prince\n- Pyramids — Frank Ocean\n- Paranoid Android — Radiohead\n\n## Current Rotation\n- [updates frequently]\n\n# albums.md\n## Perfect Front to Back\n- Abbey Road — The Beatles\n- Channel Orange — Frank Ocean\n- In Rainbows — Radiohead"
      },
      {
        "title": "Playlists by Context",
        "body": "# focus.md\n## For Deep Work\n- Brian Eno — Ambient 1\n- Tycho — Dive\n- Bonobo — Black Sands\n\n## Why These Work\nInstrumental, steady tempo, no lyrics distraction"
      },
      {
        "title": "Concert Tracking",
        "body": "# upcoming.md\n- Khruangbin — May 15, Red Rocks — tickets bought\n- Tame Impala — TBD, watching for dates\n\n# attended/radiohead-2018.md\n## Date\nJuly 2018, Madison Square Garden\n\n## Highlights\n- Everything in Its Right Place opener\n- Idioteque crowd energy\n\n## Notes\nBest live show ever, would see again anywhere"
      },
      {
        "title": "Physical Collection",
        "body": "# vinyl.md\n## Own\n- Dark Side of the Moon — Pink Floyd\n- Rumours — Fleetwood Mac\n\n## Want\n- Kind of Blue — Miles Davis\n- Vespertine — Björk"
      },
      {
        "title": "Music Memories",
        "body": "# 2024.md\n## Summer Soundtrack\n- Brat — Charli XCX\n- GNX — Kendrick\n\n## Discovery of the Year\nJapanese Breakfast — finally clicked"
      },
      {
        "title": "By Mood/Activity",
        "body": "Workout: high energy, tempo 120+\nFocus: instrumental, ambient, lo-fi\nCooking: upbeat, familiar favorites\nSad hours: cathartic, emotional\nParty: crowd-pleasers, danceable\nRoad trip: singalongs, classics"
      },
      {
        "title": "What To Surface",
        "body": "\"You saved that album 3 months ago, still unlistened\"\n\"Artist you like is touring near you\"\n\"Last time you needed focus music you liked Tycho\"\n\"This sounds like artists in your favorites\""
      },
      {
        "title": "Artist Deep Dives",
        "body": "When user discovers artist they love:\n\nMap discography chronologically\nNote fan-favorite albums\nFlag essential tracks for sampling\nTrack which albums explored vs pending"
      },
      {
        "title": "What To Track Per Entry",
        "body": "Song/album/artist name\nHow discovered (who, where, when)\nContext (mood it fits, activity)\nRating after listening\nStandout tracks on albums"
      },
      {
        "title": "Progressive Enhancement",
        "body": "Week 1: list current favorite songs/albums\nOngoing: save discoveries with source\nBuild mood-based playlists over time\nLog concerts attended"
      },
      {
        "title": "What NOT To Do",
        "body": "Assume streaming platform integration\nPush genres they don't enjoy\nOver-organize — simple lists work\nForget to ask what they're in the mood for"
      }
    ],
    "body": "Core Behavior\nUser shares song/album → offer to save with context\nUser asks for music → check their saved collection first\nUser mentions concert → track in events\nCreate ~/music/ as workspace\nFile Structure\n~/music/\n├── discover/\n│   └── to-listen.md\n├── favorites/\n│   ├── songs.md\n│   ├── albums.md\n│   └── artists.md\n├── playlists/\n│   ├── workout.md\n│   ├── focus.md\n│   └── road-trip.md\n├── concerts/\n│   ├── upcoming.md\n│   └── attended/\n├── collection/\n│   └── vinyl.md\n└── memories/\n    └── 2024.md\n\nDiscovery Queue\n# to-listen.md\n## Albums\n- Blonde — Frank Ocean (recommended by Jake)\n- Kid A — Radiohead (classic I never explored)\n\n## Artists to Explore\n- Japanese Breakfast — heard one song, dig deeper\n- Khruangbin — background music recs\n\nFavorites Tracking\n# songs.md\n## All-Time\n- Purple Rain — Prince\n- Pyramids — Frank Ocean\n- Paranoid Android — Radiohead\n\n## Current Rotation\n- [updates frequently]\n\n# albums.md\n## Perfect Front to Back\n- Abbey Road — The Beatles\n- Channel Orange — Frank Ocean\n- In Rainbows — Radiohead\n\nPlaylists by Context\n# focus.md\n## For Deep Work\n- Brian Eno — Ambient 1\n- Tycho — Dive\n- Bonobo — Black Sands\n\n## Why These Work\nInstrumental, steady tempo, no lyrics distraction\n\nConcert Tracking\n# upcoming.md\n- Khruangbin — May 15, Red Rocks — tickets bought\n- Tame Impala — TBD, watching for dates\n\n# attended/radiohead-2018.md\n## Date\nJuly 2018, Madison Square Garden\n\n## Highlights\n- Everything in Its Right Place opener\n- Idioteque crowd energy\n\n## Notes\nBest live show ever, would see again anywhere\n\nPhysical Collection\n# vinyl.md\n## Own\n- Dark Side of the Moon — Pink Floyd\n- Rumours — Fleetwood Mac\n\n## Want\n- Kind of Blue — Miles Davis\n- Vespertine — Björk\n\nMusic Memories\n# 2024.md\n## Summer Soundtrack\n- Brat — Charli XCX\n- GNX — Kendrick\n\n## Discovery of the Year\nJapanese Breakfast — finally clicked\n\nBy Mood/Activity\nWorkout: high energy, tempo 120+\nFocus: instrumental, ambient, lo-fi\nCooking: upbeat, familiar favorites\nSad hours: cathartic, emotional\nParty: crowd-pleasers, danceable\nRoad trip: singalongs, classics\nWhat To Surface\n\"You saved that album 3 months ago, still unlistened\"\n\"Artist you like is touring near you\"\n\"Last time you needed focus music you liked Tycho\"\n\"This sounds like artists in your favorites\"\nArtist Deep Dives\n\nWhen user discovers artist they love:\n\nMap discography chronologically\nNote fan-favorite albums\nFlag essential tracks for sampling\nTrack which albums explored vs pending\nWhat To Track Per Entry\nSong/album/artist name\nHow discovered (who, where, when)\nContext (mood it fits, activity)\nRating after listening\nStandout tracks on albums\nProgressive Enhancement\nWeek 1: list current favorite songs/albums\nOngoing: save discoveries with source\nBuild mood-based playlists over time\nLog concerts attended\nWhat NOT To Do\nAssume streaming platform integration\nPush genres they don't enjoy\nOver-organize — simple lists work\nForget to ask what they're in the mood for"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/music",
    "publisherUrl": "https://clawhub.ai/ivangdavila/music",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}