通过 Rube MCP 自动处理 Dailybot 日报、提醒与团队协作任务
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "dailybot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dailybot-automation/SKILL.md 2. 保存为 ~/.claude/skills/dailybot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 dailybot 相关工具的当前 schema,然后通过 Rube MCP 配置一个自动流程:每个工作日上午 9 点向团队成员发送 Dailybot 站会提问,并在中午 12 点前汇总未回复名单。
生成可执行的自动化流程说明或配置,用于定时发送站会问题并追踪未回复成员。
请先搜索工具 schema,再通过 Rube MCP 自动化 Dailybot:当成员提交请假状态时,自动向直属主管发送提醒,并把请假信息同步到团队频道。
返回一个自动化方案,能在请假状态更新后触发通知与团队同步动作。
先搜索 Dailybot 工具的最新 schema,然后用 Rube MCP 搭建流程:每周五自动收集本周 Dailybot 更新,整理成团队周报,并发送到指定沟通渠道。
提供一个每周自动汇总、整理并分发团队状态周报的工作流。
Automate Dailybot operations through Composio's Dailybot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/dailybot
RUBE_MANAGE_CONNECTIONS with toolkit dailybotRUBE_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 dailybotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Dailybot 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 Dailybot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["dailybot"]
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 Dailybot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit dailybot |
| 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 自动执行 Botsonic 相关任务并衔接工作流