skillfed

Slack

This skill drives Slack's Web API through curl and jq, letting your agent post to channels or DMs, search message history, look up users, and upload files. It handles authentication via OAuth bearer token and works with the Slack API's standard response format.

Slack skill connects your agent to Slack's Web API for messaging, searching, and channel management.

AI-generated summary based on this skill's SKILL.md

13 0 NOASSERTION updated by AceDataCloud

Install

AceDataCloud/Skills/slack · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/AceDataCloud/Skills
cp -r Skills ~/.claude/skills/slack

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I connect to Slack from my agent workflow?

Slack enables your agent to connect and integrate with Slack through the Web API using OAuth bearer token authentication. The skill handles API calls via curl and jq, allowing your agent to post messages to channels or direct messages, search message history, look up users, and upload files directly from your workflow.

Can Slack send notifications and messages to channels?

Yes, Slack lets you send notifications and messages to Slack channels as a core capability. Your agent can post to any channel or DM using the Web API integration, enabling real-time team notifications and automated message delivery without manual intervention.

What does Slack integration with the Web API include?

Slack's Web API integration provides message posting, channel and user lookups, message history search, and file uploads. The skill processes standard Slack API response formats and uses curl and jq for reliable API communication, supporting both channel broadcasts and direct messaging.

How can I automate team communication through Slack?

Slack automates team communication by integrating directly into your agent workflows. You can set up automated notifications, scheduled messages, user searches, and file sharing—all triggered by your agent logic. This turns Slack into a communication hub where your agent handles routine messaging tasks without human involvement.

What authentication does Slack require for agent integration?

Slack uses OAuth bearer token authentication to secure your agent's API access. You provide the bearer token once during setup, and the skill handles all subsequent authentication automatically when your agent makes requests to post messages, search history, or manage files.

Can I post to Slack and search message history with this skill?

Yes, Slack supports both posting messages and searching message history. Your agent can post to channels or DMs and retrieve past messages using the Web API. The skill also enables user lookups and file uploads, making Slack a complete communication and collaboration platform for agent workflows.

Related skills

Tags

messaging-platform team-collaboration notification-delivery workspace-automation channel-management