chatwork-agent

Automate ChatWork API v2 operations for messages, tasks, rooms, and bots.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/traygerbig/clawhub-skills --skill chatwork-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatwork-agent
Source: https://github.com/traygerbig/clawhub-skills/tree/main/business-ops-pack/chatwork-agent
Command: npx skills add https://github.com/traygerbig/clawhub-skills --skill chatwork-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the management of messages, tasks, rooms, and bots in Japan's top business chat platform, ChatWork, eliminating the need for manual web interface interactions.

Core Features & Use Cases

  • Message Management: Send, read, and manage messages with Markdown and mention support.
  • Task Management: Create, track, and manage tasks with deadlines and assignees.
  • Room Management: Manage rooms and members with fine-grained permission control.
  • Bot Development: Process webhook events for real-time bot integration.
  • Use Case: Automate routine tasks such as sending out reminders, tracking progress on projects, or creating bots for internal communication.

Quick Start

Use the chatwork-agent skill to send a message to a specific room with the command 'cw send --room 123456789 "Hello, this is a test message."'.

Frequently Asked Questions about chatwork-agent

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

FAQPage Schema
How do I automate sending messages in ChatWork using the API?

You can automate sending ChatWork messages by using this Skill to send API v2 requests with your API token. It supports sending text to specific rooms, including Markdown formatting and mentions, via simple script commands.

Can I manage ChatWork tasks and assign deadlines automatically?

Yes, you can manage ChatWork tasks automatically through API automation. This Skill handles the full task lifecycle, allowing you to create, track, and manage tasks with specific deadlines and assignees without manual web interface interactions.

How do I build a bot to process ChatWork webhook events?

To build a bot, you process ChatWork webhook events using Python and the requests library. This Skill provides the necessary scripts to handle real-time webhook integrations for automated bot responses within business chat rooms.

Do I need a ChatWork API token to manage rooms and members?

Yes, a ChatWork API token is required for authentication to manage rooms and members. This Skill uses the token to execute API v2 operations, enabling fine-grained permission control for room management directly through automation.

What is the best way to integrate ChatWork with Python for business chat automation?

The best way to integrate ChatWork with Python is using API automation scripts built on the requests library. This Skill provides advanced internal design to handle messaging, task management, and webhook event processing for Japanese business communication.

Does this ChatWork API automation support creating and managing multiple chat rooms?

Yes, this ChatWork API automation supports full room management operations. You can create and manage multiple chat rooms, control member permissions, and handle room administration tasks programmatically to streamline business chat workflows.