{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/soundcloud-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soundcloud-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.example.json",
      "openclaw-soundcloud-watcher/index.ts",
      "openclaw-soundcloud-watcher/openclaw.plugin.json",
      "openclaw-soundcloud-watcher/package.json"
    ],
    "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/soundcloud-watcher",
    "agentPageUrl": "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"
  },
  "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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SoundCloud Watcher",
        "body": "This skill connects your OpenClaw agent to your SoundCloud account.\n\nIt can:\n\nCheck setup status and account info\nTrack specific artists for new releases\nGet notifications about followers and likes\nRun silently for cron jobs\n\nCommandDescription/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"
      },
      {
        "title": "Installation",
        "body": "openclaw plugins install @akilles/soundcloud-watcher\nopenclaw plugins enable soundcloud-watcher\nopenclaw gateway restart"
      },
      {
        "title": "Configuration",
        "body": "Create ~/.openclaw/secrets/soundcloud.env:\n\nSOUNDCLOUD_CLIENT_ID=your_client_id\nSOUNDCLOUD_CLIENT_SECRET=your_client_secret\nMY_USERNAME=your_soundcloud_username\n\nThen in chat:\n\n/soundcloud-setup\n/soundcloud-status\n\nFor automation, add a cron:\n\nopenclaw cron add --name \"soundcloud-check\" \\\n  --every 6h \\\n  --isolated \\\n  --message \"Run /soundcloud-cron and forward any updates to me.\""
      }
    ],
    "body": "SoundCloud Watcher\n\nThis skill connects your OpenClaw agent to your SoundCloud account.\n\nIt can:\n\nCheck setup status and account info\nTrack specific artists for new releases\nGet notifications about followers and likes\nRun silently for cron jobs\nCommand\tDescription\n/soundcloud-setup\tShow setup instructions and config status\n/soundcloud-status\tShow tracking status and account info\n/soundcloud-check\tRun immediate check (verbose output)\n/soundcloud-cron\tRun check for automation (silent if no updates)\n/soundcloud-add <username>\tTrack artist(s) - space-separated\n/soundcloud-remove <username>\tStop tracking an artist\n/soundcloud-list\tList all tracked artists\nInstallation\nopenclaw plugins install @akilles/soundcloud-watcher\nopenclaw plugins enable soundcloud-watcher\nopenclaw gateway restart\n\nConfiguration\n\nCreate ~/.openclaw/secrets/soundcloud.env:\n\nSOUNDCLOUD_CLIENT_ID=your_client_id\nSOUNDCLOUD_CLIENT_SECRET=your_client_secret\nMY_USERNAME=your_soundcloud_username\n\n\nThen in chat:\n\n/soundcloud-setup\n/soundcloud-status\n\n\nFor automation, add a cron:\n\nopenclaw cron add --name \"soundcloud-check\" \\\n  --every 6h \\\n  --isolated \\\n  --message \"Run /soundcloud-cron and forward any updates to me.\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wlinds/soundcloud-watcher",
    "publisherUrl": "https://clawhub.ai/wlinds/soundcloud-watcher",
    "owner": "wlinds",
    "version": "2.3.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}