# Send SoundCloud Watcher 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "soundcloud-watcher",
    "name": "SoundCloud Watcher",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/wlinds/soundcloud-watcher",
    "canonicalUrl": "https://clawhub.ai/wlinds/soundcloud-watcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/soundcloud-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soundcloud-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.example.json",
      "openclaw-soundcloud-watcher/index.ts",
      "openclaw-soundcloud-watcher/openclaw.plugin.json",
      "openclaw-soundcloud-watcher/package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "soundcloud-watcher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T09:59:40.489Z",
      "expiresAt": "2026-05-08T09:59:40.489Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soundcloud-watcher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soundcloud-watcher",
        "contentDisposition": "attachment; filename=\"soundcloud-watcher-2.4.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "soundcloud-watcher"
      },
      "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/soundcloud-watcher"
    },
    "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/soundcloud-watcher",
    "downloadUrl": "https://openagent3.xyz/downloads/soundcloud-watcher",
    "agentUrl": "https://openagent3.xyz/skills/soundcloud-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/soundcloud-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/soundcloud-watcher/agent.md"
  }
}
```
## Documentation

### SoundCloud Watcher

This skill connects your OpenClaw agent to your SoundCloud account.

It can:

Check setup status and account info
Track specific artists for new releases
Get notifications about followers and likes
Run silently for cron jobs

CommandDescription/soundcloud-setupShow setup instructions and config status/soundcloud-statusShow tracking status and account info/soundcloud-checkRun immediate check (verbose output)/soundcloud-cronRun check for automation (silent if no updates)/soundcloud-add <username>Track artist(s) - space-separated/soundcloud-remove <username>Stop tracking an artist/soundcloud-listList all tracked artists

### Installation

openclaw plugins install @akilles/soundcloud-watcher
openclaw plugins enable soundcloud-watcher
openclaw gateway restart

### Configuration

Create ~/.openclaw/secrets/soundcloud.env:

SOUNDCLOUD_CLIENT_ID=your_client_id
SOUNDCLOUD_CLIENT_SECRET=your_client_secret
MY_USERNAME=your_soundcloud_username

Then in chat:

/soundcloud-setup
/soundcloud-status

For automation, add a cron:

openclaw cron add --name "soundcloud-check" \\
  --every 6h \\
  --isolated \\
  --message "Run /soundcloud-cron and forward any updates to me."
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wlinds
- Version: 2.3.1
## 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-01T09:59:40.489Z
- Expires at: 2026-05-08T09:59:40.489Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/soundcloud-watcher)
- [Send to Agent page](https://openagent3.xyz/skills/soundcloud-watcher/agent)
- [JSON manifest](https://openagent3.xyz/skills/soundcloud-watcher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/soundcloud-watcher/agent.md)
- [Download page](https://openagent3.xyz/downloads/soundcloud-watcher)