@akilles/soundcloud-watcher 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,6 @@
47
47
  "description": "OpenClaw session key for notifications (e.g., 'agent:main:main', 'telegram:chat123', etc.)"
48
48
  }
49
49
  },
50
- "required": ["clientId", "clientSecret", "username"]
50
+ "required": []
51
51
  }
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akilles/soundcloud-watcher",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "OpenClaw plugin to monitor SoundCloud account and track artist releases",
5
5
  "main": "index.ts",
6
6
  "openclaw": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "scripts": {
12
12
  "preinstall": "echo 'Installing SoundCloud Watcher dependencies...'",
13
- "postinstall": "echo 'SoundCloud Watcher installed! Run /soundcloud-setup to configure.'",
13
+ "postinstall": "echo '\n✓ SoundCloud Watcher installed!\n\nNext steps:\n1. Get API credentials: https://soundcloud.com/you/apps\n2. Add to ~/.openclaw/openclaw.json:\n\n \"soundcloud-watcher\": {\n \"enabled\": true,\n \"config\": {\n \"clientId\": \"YOUR_CLIENT_ID\",\n \"clientSecret\": \"YOUR_CLIENT_SECRET\",\n \"username\": \"your_soundcloud_username\"\n }\n }\n\n3. Restart: openclaw gateway restart\n4. Verify in chat: /soundcloud-setup\n'",
14
14
  "test": "echo \"No tests yet\""
15
15
  },
16
16
  "keywords": [