通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "chatwork-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/chatwork-automation/SKILL.md 2. 保存为 ~/.claude/skills/chatwork-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Chatwork 工具及其最新参数 schema,然后创建一个自动化流程:每天上午 10 点向指定 Chatwork 房间发送项目进度提醒,提醒成员按“已完成、进行中、阻塞项”格式回复。
一个基于最新工具 schema 的自动化流程说明或配置,能定时向指定房间发送提醒消息。
先搜索 Chatwork 相关工具的当前 schema,再读取我指定房间最近 24 小时的未读消息,提取关键决定、待办事项和负责人,整理成清单并回发到同一房间。
一份结构化的会议/沟通摘要,包含关键决定、待办事项、负责人,并自动发送回 Chatwork。
先搜索可用工具和 schema,然后设置一个流程:当外部系统中新建任务时,自动在 Chatwork 指定群组发送通知,包含任务标题、截止日期、负责人和链接。
一个可执行的跨系统通知自动化方案,在新任务出现时自动推送标准化消息到 Chatwork。
Automate Chatwork operations through Composio's Chatwork toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/chatwork
RUBE_MANAGE_CONNECTIONS with toolkit chatworkRUBE_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 chatworkAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Chatwork 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 Chatwork task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["chatwork"]
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 Chatwork-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit chatwork |
| 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 自动执行 Chatbotkit 任务,并先检索最新工具 schema。