Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @wlinds Updated 7/18/2026 1,360 downloads 2 stars Security: Pass

Soundcloud Watcher OpenClaw Plugin & Skill | ClawHub

Looking to integrate Soundcloud Watcher into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @wlinds/soundcloud-watcher
Node.js (npx)
npx clawhub@latest install soundcloud-watcher

Full SKILL.md

Open original
Metadata table.
namedescription
soundcloud-watcherMonitor your SoundCloud account, track artist releases, and get notified about new followers and likes.

SKILL.md content below is scrollable.

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
Command Description
/soundcloud-setup Show setup instructions and config status
/soundcloud-status Show tracking status and account info
/soundcloud-check Run immediate check (verbose output)
/soundcloud-cron Run check for automation (silent if no updates)
/soundcloud-add <username> Track artist(s) - space-separated
/soundcloud-remove <username> Stop tracking an artist
/soundcloud-list List 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."
ClawHub Registry URL: https://clawhub.ai/wlinds/skills/soundcloud-watcher

Related skills

If this matches your use case, these are close alternatives in the same category.