通过 Rube MCP 自动处理 Slackbot 协作消息、提醒与常见工作流。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "slackbot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/slackbot-automation/SKILL.md 2. 保存为 ~/.claude/skills/slackbot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及最新参数 schema,然后帮我配置一个 Slackbot 自动化:每个工作日早上 9 点在 #standup 频道发送提醒,内容是“请在 10 点前提交今日计划”。
返回可执行的自动化配置步骤或调用方案,用于定时在指定频道发送提醒。
先搜索工具确认当前 schema,再创建一个 Slackbot 规则:当有人在 #support 提到“权限申请”时,自动回复权限申请文档链接,并提醒填写表单。
输出基于关键词监听与自动回复的配置方案,包含触发条件和回复内容。
先搜索工具和字段定义,然后帮我设置 Slackbot 自动化:当外部工作流执行失败时,自动向 #alerts 发送告警消息,包含失败任务名、时间和处理链接。
生成适合接入告警场景的自动通知配置或调用示例。
Automate Slackbot operations through Composio's Slackbot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/slackbot
RUBE_MANAGE_CONNECTIONS with toolkit slackbotRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit slackbotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Slackbot operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Slackbot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["slackbot"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Slackbot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit slackbot |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Discord 机器人相关任务与流程编排