Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added support for new webhook platforms: Bark, Go-cqhttp, Gotify, PushDeer, ServerChan, and Telegram. - Introduced dedicated Python scripts for sending messages to each of the newly supported platforms. - Updated documentation and metadata to reflect expanded messaging capabilities.
What This Skill Does
Sends messages to webhook-based chat bots from the command line using a Python script. Currently supports WeCom (企业微信), with DingTalk and Feishu listed as planned targets.
Wraps enterprise chat bot webhooks in a single CLI script so you don't need to hand-write HTTP calls each time.
When to use it
- Post automated deployment alerts to a WeCom group channel
- Notify a team when a background job finishes
- Send server error notifications to an on-call chat group
- Route scheduled reminders to a work messaging channel
- Alert teammates when a file upload or process completes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Send 'Deployment complete' to the WeCom group bot
- 1Retrieve the WeCom group bot webhook key
- 2Run scripts/send_wecom.py with --key and --content arguments
- 3Script constructs the JSON payload and POSTs to the WeCom webhook endpoint
- 4WeCom delivers the text message to the group chat
Message 'Deployment complete' appears in the WeCom group chat
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.