slack-helper

Automate Slack workspace operations via the Slack Web API.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/framersai/agentos-skills --skill slack-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-helper
Source: https://github.com/framersai/agentos-skills/tree/main/registry/curated/slack-helper
Command: npx skills add https://github.com/framersai/agentos-skills --skill slack-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Slack workspace operations by controlling messages, channels, and notifications through the Slack Web API.

Core Features & Use Cases

  • Manage channels: create, archive, configure, and invite members across workspaces.
  • Send messages and monitor activity: post messages, respond to mentions, and track reactions in real time.
  • Search and notification handling: query message history and manage channel notifications with token scope awareness.

Quick Start

Use the Slack helper with a bot token to perform common workspace operations in your Slack team.

Frequently Asked Questions about slack-helper

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

FAQPage Schema
How do I automate Slack workspace operations like managing channels and messages?

You can automate Slack workspace operations by using the Slack Web API to control messages, channels, and notifications. This requires a Slack bot token with appropriate scopes such as chat:write and channels:manage.

Can I monitor Slack message activity and mentions in real time?

Yes, you can monitor Slack message activity by using the Slack Web API to track reactions and respond to mentions in real time. This requires a bot token configured with the search:read and channels:read scopes.

What Slack bot token scopes are needed to manage channel notifications and governance?

To manage channel notifications and governance, your Slack bot token needs scopes including chat:write, channels:read, channels:manage, search:read, and files:write, while adhering to Slack API rate limits and permission constraints.

Does Slack workspace automation work for incident response and multiple workspaces?

Slack workspace automation supports team communication workflows and incident responses across multiple workspaces. You can create, archive, configure channels, and invite members programmatically through the Slack Web API.

Why do my automated Slack messages fail due to permission constraints?

Automated Slack messages fail due to permission constraints when the bot token lacks the required scopes like chat:write, or when hitting Slack Web API rate limits. Ensure your token has appropriate permissions for your specific channel operations.

What is the best way to search Slack message history across channels?

The best way to search Slack message history is using the Slack Web API with the search:read token scope. This allows you to query message history and manage channel notifications across your configured workspaces.