chatwork-automation

Automate Chatwork messaging and task operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill chatwork-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatwork-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/chatwork-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill chatwork-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Chatwork communications and task assignments by enabling direct, programmatic control over your workspace.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Chatwork API schemas and execution plans via Rube MCP.
  • Connection Management: Securely manage and verify active Chatwork sessions for reliable tool execution.
  • Workflow Automation: Execute multi-step Chatwork operations, such as bulk messaging or task creation, using a unified interface.

Quick Start

Use the chatwork-automation skill to search for available tools and send a message to my project channel.

Frequently Asked Questions about chatwork-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Chatwork account to the skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the chatwork toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I automate bulk tasks in Chatwork?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to chain multiple Chatwork operations. Ensure you maintain a consistent session ID throughout the workflow for state management.

What should I do if my Chatwork connection is not active?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If it is not active, re-run the connection command and complete the authentication flow provided by the Rube MCP gateway.