Overview
- Skill Key
- devxoul/agent-slackbot
- Author
- devxoul
- Source Repo
- openclaw/skills
- Version
- 1.10.5
- Source Path
- skills/devxoul/agent-slackbot
- Latest Commit SHA
- 2b5b9cebc3a80e875e461c9c2d327c5ca859dd60
Interact with Slack workspaces using bot tokens - send messages, read channels, manage reactions
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-slackbot 技能。 若已安装,则直接安装 agent-slackbot 技能。
# Agent SlackBot A TypeScript CLI tool that enables AI agents and humans to interact with Slack workspaces using bot tokens (xoxb-). Unlike agent-slack which extracts user tokens from the desktop app, agent-slackbot uses standard Slack Bot tokens for server-side and CI/CD integrations. ## Quick Start ```bash # Set your bot token agent-slackbot auth set xoxb-your-bot-token # Or set with a custom bot identifier for multi-bot setups agent-slackbot auth set xoxb-your-bot-token --bot deploy --name "Deploy Bot" # Verify authentication agent-slackbot auth status # Send a message agent-slackbot message send C0ACZKTDDC0 "Hello from bot!" # List channels agent-slackbot channel list ``` ## Authentication ### Bot Token Setup agent-slackbot uses Slack Bot tokens (xoxb-) which you get from the Slack App configuration: ```bash # Set bot token (validates against Slack API before saving) agent-slackbot auth set xoxb-your-bot-token # Set with a custom bot identifier agent-slackbot auth set xoxb-your-bot-token --bot deploy --name "Deploy Bot" # Check auth status agent-slackbot auth status # Clear stored credentials agent-slackbot auth clear ``` ### Multi-Bot Management Store multiple bot tokens and switch between them: ```bash # Add multiple bots agent-slackbot auth set xoxb-deploy-token --bot deploy --name "Deploy Bot" agent-slackbot auth set xoxb-alert-token --bot alert --name "Alert Bot" # List all stored bots agent-slackbot auth list # Switch active bot agent-slackbot auth use deploy # Use a specific bot for one command (without switching) agent-slackbot message send C0ACZKTDDC0 "Alert!" --bot alert # Remove a stored bot agent-slackbot auth remove deploy # Disambiguate bots with same ID across workspaces agent-slackbot auth use T123456/deploy ``` The `--bot <id>` flag is available on all commands to override the active bot for a single invocation. ### Getting a Bot Token 1. Go to [api.slack.com/apps](https://api.slack.com/apps) 2. Create New App (or select...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.