跳至主要内容
小龙虾小龙虾AI
🤖

SoundCloud Watcher

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

下载1.3k
星标2
版本2.4.0
系统工具
安全通过

技能说明


name: soundcloud-watcher description: Monitor your SoundCloud account, track artist releases, and get notified about new followers and likes. metadata: display_name: SoundCloud Watcher homepage: https://github.com/wlinds/OpenClaw-SoundCloud-Watcher tags: - soundcloud - music - notifications - openclaw-plugin

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."

如何使用「SoundCloud Watcher」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「SoundCloud Watcher技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能