wecom-webhook

Send text, Markdown, or card messages to WeCom webhook endpoints.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill wecom-webhook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-webhook
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/wecom/webhook
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill wecom-webhook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates sending messages to enterprise WeCom Webhook endpoints to streamline enterprise communications.

Core Features & Use Cases

  • Send plain text messages to a WeCom webhook URL.
  • Send Markdown messages to enhance formatting in enterprise chats.
  • Send rich card messages (articles) to support multi-article updates. Use cases include notifying channels about status updates, alerts, or scheduled reports triggered by automation tasks.

Quick Start

Provide a WeCom webhook_url and a content payload to send a message.

Frequently Asked Questions about wecom-webhook

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

FAQPage Schema
How do I send markdown messages to a WeCom webhook endpoint?

To send markdown messages to a WeCom webhook, you provide the target webhook URL and your markdown content. The automation processes the payload using the send_markdown action to deliver formatted text directly to enterprise chats.

Can I automate sending rich card articles to WeCom channels for alerts?

Yes, you can automate sending rich card articles to WeCom channels for alerts. The send_card action supports multi-article payloads, allowing automated workflows to post structured updates and routine reports to enterprise messaging endpoints.

What is needed to automate enterprise messaging notifications via WeCom webhooks?

Automating enterprise messaging via WeCom webhooks requires a valid webhook URL and the message content. The automation enforces defined actions like send_text, send_markdown, or send_card, using structured metadata and safety checks to post updates.

Does the WeCom webhook automation support plain text messages for routine updates?

Yes, the WeCom webhook automation supports plain text messages for routine updates. By utilizing the send_text action with a provided webhook URL and content payload, you can streamline enterprise communications with simple text alerts.

What is the best way to post scheduled reports to WeCom using webhook automation?

The best way to post scheduled reports to WeCom using webhook automation is by triggering the defined actions with a webhook URL and content payload. This streamlines enterprise communications by automatically delivering markdown or card updates.

Why does my WeCom webhook message automation require structured frontmatter metadata?

WeCom webhook message automation requires structured frontmatter metadata to enforce defined actions and execute safety checks. This ensures that only valid text, markdown, or card payloads with a required webhook URL are processed for enterprise messaging.