Slack app workflow
Skill gaelic-ghost/socket/plugins/messaging-collaboration-skills/skills/slack-app-workflow
Plan, build, and validate Slack workspace apps with OAuth, Events API, interactivity, slash commands, modals, and Socket Mode.From its SKILL.md
npx -y skills add gaelic-ghost/socket --skill slack-app-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
Slack App Workflow
Workflow
- Choose a workspace app, distribution model, event delivery route, and a narrow OAuth scope inventory before code.
- Use Events API plus a public receiver when the service owns inbound HTTPS; use Socket Mode only when its operational model fits the deployment.
- Verify Slack request signatures, acknowledge events and interactive payloads promptly, and use the response URL or Web API only within their documented lifecycle.
- Treat workspace, enterprise, channel, user, and installation identities as distinct. Check authorization before acting on a command, shortcut, modal submission, or message event.
- Make interactive state explicit and short-lived; never place secrets or unverified authority in action values.
- Validate OAuth reinstall, scope changes, signature failures, retry headers, modal errors, and a workspace-admin removal path.
Handoffs
Start with Slack apps and Bolt. Use webhook-and-event-lifecycle and the selected server stack skill for implementation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.