slack-power-tools
SKILL.md
Slack Power Tools
Advanced Slack automation via Slack Web API. Requires a Slack Bot Token with appropriate scopes.
Prerequisites
export SLACK_BOT_TOKEN="xoxb-your-token"
Required OAuth scopes depend on features used (see each section).
Channel Management
Scopes: channels:manage, channels:read, groups:write, groups:read
List all channels
curl -s -H "Authorization: Bearer $SLACK_BOT_TOKEN" \