LaunchKit · 2026
Back to Skills

soundcloud-watcher

Monitor your SoundCloud account, track artist releases, and get notified about new followers and likes.

2
412 downloads
by @wlinds

Setup & Installation

openclaw skills install @wlinds/soundcloud-watcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install soundcloud-watcher

Version History

v2.3.1Feb 22, 2026 - Version note by skill developer:

Migrate to SoundCloud OAuth 2.1, declare required env vars in registry metadata

What This Skill Does

Connects an OpenClaw agent to a SoundCloud account to monitor activity and track artist releases. Supports scheduled cron checks for hands-off, automated monitoring.

Automates SoundCloud monitoring so you don't need to manually check the platform or wire up a separate notification pipeline.

When to use it

  • Getting notified when a tracked artist posts new tracks
  • Monitoring your own account for new followers or likes
  • Running automated checks every few hours without opening the app
  • Adding or removing tracked artists directly from chat
  • Checking account connection status and current tracking list

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Check for any new releases from artists I'm tracking

AGENT
  1. 1Run /soundcloud-check to query SoundCloud for recent activity
  2. 2Compare fetched releases against previously known state
  3. 3Identify new tracks or uploads from tracked artists
  4. 4Format a summary of new releases
OUTPUT

List of new tracks released by tracked artists since the last check

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SoundCloud developer account to obtain API credentialsSOUNDCLOUD_CLIENT_ID environment variableSOUNDCLOUD_CLIENT_SECRET environment variable