wecom-send-template-card

Generate WeCom structured card JSON templates with required task_id fields.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-send-template-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-send-template-card
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-send-template-card
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-send-template-card

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the creation and delivery of WeCom structured card messages by generating JSON templates that strictly conform to the official card schema, reducing manual drafting and errors.

Core Features & Use Cases

  • Generates JSON templates that match the card schema exactly and can be sent through the WeCom channel.
  • Supports typical business scenarios such as notifications, voting, option selection, and multi-criteria decisions with interactive cards.
  • Ensures every generated card includes a task_id for traceability and deterministic processing in automation pipelines.

Quick Start

Provide a JSON template card that strictly adheres to the schema.

Frequently Asked Questions about wecom-send-template-card

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

FAQPage Schema
How do I generate a WeCom template card JSON for automated notifications?

To generate a WeCom template card, you provide the notification details and the system outputs a JSON code block that strictly conforms to the official card schema for deterministic integration.

What is a task_id used for in WeCom structured card messages?

A task_id in WeCom structured card messages ensures traceability and deterministic processing within automation pipelines. Every generated card requires this unique identifier to function correctly.

Can I use WeCom template cards for voting and option selection scenarios?

Yes, WeCom template cards support typical interactive business scenarios including voting, option selection, and multi-criteria decisions. They generate JSON templates that match the card schema exactly for these use cases.

Does WeCom template card generation require manual JSON schema validation?

No, WeCom template card generation enforces strict schema compliance automatically, reducing manual drafting and errors. It restricts output to a JSON code block that matches the official schema exactly without requiring manual validation.