一键导入
slack
Slack team messaging platform - lets an agent post messages, send direct messages, read channel history, and deliver notifications into employee workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Slack team messaging platform - lets an agent post messages, send direct messages, read channel history, and deliver notifications into employee workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Confluence team wiki and documentation platform - lets an agent search, read, and create pages across internal knowledge bases, runbooks, technical documentation, and policy spaces.
GitHub source control and collaboration platform - lets an agent read pull requests, commits, repository metadata, and CI workflow results to support engineering review and documentation.
HubSpot CRM and Marketing Hub - lets an agent read and update deals, contacts, companies, marketing campaigns, and workflow enrollments across the inbound sales and marketing lifecycle.
Jira project and issue tracking - lets an agent create, query, update, and link issues, sprints, and epics across engineering, IT, and operations projects.
Okta workforce identity platform - lets an agent verify employee identity, look up user profiles and group memberships, check MFA enrollment status, and support access provisioning workflows.
Salesforce CRM and Sales Cloud - lets an agent read and write opportunities, accounts, contacts, cases, and activities across the enterprise revenue and support lifecycle.
| name | slack |
| description | Slack team messaging platform - lets an agent post messages, send direct messages, read channel history, and deliver notifications into employee workflows. |
| metadata | {"openclaw":{"requires":{"env":["SLACK_BOT_TOKEN","SLACK_SIGNING_SECRET"]}},"primaryEnv":"SLACK_BOT_TOKEN"} |
Slack is the primary team messaging and workflow platform for many enterprise organizations. Agents in this segment use Slack as the delivery channel for responses, meeting summaries, onboarding welcome messages, training reminders, and cross-functional notifications. It is also a source of conversational context when an agent needs to understand what was discussed in a thread or channel.
This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:
SLACK_BOT_TOKEN - OAuth bot token starting with xoxb-SLACK_SIGNING_SECRET - used to verify incoming request signatures (if handling events)POST /api/chat.postMessage - post a message to a channel or DMPOST /api/chat.postEphemeral - send an ephemeral message visible only to one userGET /api/conversations.history?channel=... - fetch recent messages from a channelGET /api/users.lookupByEmail?email=... - resolve a user ID from email addressPOST /api/conversations.open - open a DM channel with a userPOST /api/reactions.add - add an emoji reaction to a messageconversations.history requires the channels:history or groups:history scope depending on channel type.chat.postMessage is Tier 3.