slack
Installation
SKILL.md
Slack Skill
Interact with Slack workspaces via the Slack Web API. All operations run as the authenticated user (not a bot) — messages you send appear under your name.
Authentication
App credentials are stored in ~/.local/secrets/slack/skill-credentials.json.
The user token is stored in ~/.local/secrets/slack/skill.env.
The setup process creates a Slack app and authenticates via OAuth — all automated.
First-Time Setup
Step 1 — Get a configuration token:
- Visit https://api.slack.com/apps
- Click Generate Token
- Select the workspace you want to deploy the app on
- Copy the Access Token (starts with
xoxe.xoxp-)