# Send Spotplay 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": "spotplay",
    "name": "Spotplay",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/uxbryan/spotplay",
    "canonicalUrl": "https://clawhub.ai/uxbryan/spotplay",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spotplay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spotplay",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "spotplay.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "spotplay",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T09:23:09.083Z",
      "expiresAt": "2026-05-16T09:23:09.083Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spotplay",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spotplay",
        "contentDisposition": "attachment; filename=\"spotplay-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "spotplay"
      },
      "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/spotplay"
    },
    "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/spotplay",
    "downloadUrl": "https://openagent3.xyz/downloads/spotplay",
    "agentUrl": "https://openagent3.xyz/skills/spotplay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spotplay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spotplay/agent.md"
  }
}
```
## Documentation

### spotplay

點歌/播放 Spotify（優先使用 Spotify.app + AppleScript；不依賴 spogo / Web Player 裝置切換）。

### When to use this skill (very important)

只要使用者的意圖是「播放/點歌/放歌/聽這首/播一首/播XXX/播放XXX」就一定要用 spotplay。
即使系統裡有 spotify-player 或其他 Spotify skill，也不要選它們來做「點歌播放」：

spotify-player 偏向終端機/CLI 控制，常造成「看似沒反應」或播放到錯裝置
spotplay 的目標是「真的讓 Spotify.app 播出聲音」

### What this skill does

用關鍵字搜尋 Spotify track（取得 URI）
用 AppleScript 指示 Spotify.app 播放該 track
回報目前播放曲名/歌手/URI（方便 debug）

### How to call

Input: 一段文字（歌名/歌手/關鍵字皆可）
Output: 播放結果 + 現在播放資訊

### Notes / Reliability

需要 macOS 已安裝 Spotify.app
若 Spotify 沒在跑，會先 activate
若搜尋不到，會明確回報找不到結果
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: uxbryan
- Version: 0.1.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-05-09T09:23:09.083Z
- Expires at: 2026-05-16T09:23:09.083Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spotplay)
- [Send to Agent page](https://openagent3.xyz/skills/spotplay/agent)
- [JSON manifest](https://openagent3.xyz/skills/spotplay/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spotplay/agent.md)
- [Download page](https://openagent3.xyz/downloads/spotplay)