chatwork-automation
Automate Chatwork tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Team CollaborationInstall
Hot:30
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-chatwork-automation&locale=en&source=copy
Chatwork Automation
Skill Overview
Automate Chatwork operations via Rube MCP to enable message sending, task management, and workflow integration.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically fetch the available Chatwork tool list and the latest architecture, ensuring synchronization with API changes.RUBE_MANAGE_CONNECTIONS to manage Chatwork account connection states, supporting multi-account switching and connection validation.RUBE_MULTI_EXECUTE_TOOL to call multiple Chatwork actions in one go, improving automation efficiency and reducing the number of requests.Common Questions
How do I connect Chatwork to Rube MCP?
First, add
https://rube.app/mcp as an MCP server, then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as chatwork. If the connection isn’t activated, the system will return an authorization link—complete it and then you can use the integration.Does Chatwork automation require an API key?
No. Rube MCP manages authentication centrally through the Composio service. Just follow the connection flow to complete authorization—no separate API key request or configuration is needed.
How can I ensure I’m using the latest tool architecture?
Before running any workflow, always call
RUBE_SEARCH_TOOLS to retrieve the current tool architecture and the recommended execution plan. The tool architecture may change, and hard-coding tool names could cause failures.What Chatwork operations are supported by Rube MCP?
Rube MCP covers Chatwork’s main capabilities, including sending messages, managing groups, and retrieving account information. The specific list of available tools must be obtained by querying
RUBE_SEARCH_TOOLS.Why am I getting a permissions error when executing tools?
First, use
RUBE_MANAGE_CONNECTIONS to confirm that the Chatwork connection status is ACTIVE. If the connection has expired or authorization wasn’t completed, you’ll need to authenticate again.