slack-expert

Automates Slack app builds with event handling, modals, and rate limiting for reliable deployments.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill slack-expert-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-expert
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/slack-expert
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill slack-expert-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack app development and integration tasks without friction, focusing on reliable bots, event flows, and workflow automation.

Core Features & Use Cases

  • Secure event handling: verify Slack signatures, manage tokens, and ensure idempotent processing.
  • Reliable UX: stable modals, shortcuts, and interactive components across workspaces.
  • Observability & safety: logging, retries, rate-limiting resilience, and integration checks for live Slack behavior.

Quick Start

Propose and implement the smallest safe change to a Slack app workflow to improve reliability.

Frequently Asked Questions about slack-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Slack signatures and manage tokens for secure event handling?

Secure Slack event handling requires verifying incoming Slack signatures, safely managing access tokens, and processing events idempotently. This prevents unauthorized webhook requests and avoids duplicate execution during network retries.

What is the best way to handle Slack rate-limiting and ensure retry-safe bot operations?

Reliable Slack bot operations require built-in rate-limiting resilience and robust retry mechanisms. Handling Slack API rate limits proactively ensures workflows remain stable and retry-safe without dropping incoming events or failing silently.

How do I build stable Slack modals and shortcuts across multiple workspaces?

Building stable Slack modals and shortcuts across workspaces involves implementing workspace-specific integrations and robust interactive component handling. This ensures reliable UX and consistent behavior for users during interactive Slack sessions.

Can I use this approach for deploying Slack apps with robust observability and logging?

Yes, this approach applies to building, testing, and deploying Slack apps with robust observability. Integration checks and comprehensive logging provide visibility into live Slack behavior, ensuring safe and reliable workflow automation operation.

Why does my Slack bot workflow fail during event processing and how do I fix it?

Slack bot workflows often fail during event processing due to missing idempotency, unhandled rate-limits, or failed signature verification. Fixing these requires implementing proper token handling and resilient retry logic for safe, retry-safe operation.