wecom-send-template-card

Send structured WeCom template cards with JSON conforming to the card schema.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-send-template-card-wecomteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-send-template-card
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-send-template-card
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-send-template-card-wecomteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在企业微信场景下,通过插件发送结构化卡片消息以实现通知、投票、方案选择等交互,提升信息传达效率和决策速度。

Core Features & Use Cases

  • 支持发送结构化卡片(文本、图片、按钮等)以直观呈现信息和操作
  • 覆盖通知提醒、审批、投票、方案选项等需要用户交互的场景
  • 自动化输出符合微信模板卡片 JSON 的数据,插件可在对话上下文中自动提取并发送

Quick Start

Output a template card JSON that strictly conforms to the JSON Schema described in the references, and ensure a valid task_id is included.

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 send interactive WeCom template cards for enterprise approvals and voting?

To send interactive WeCom template cards, output a JSON object that strictly conforms to the provided card schema and includes a valid task_id. This automates structured notifications and multi-choice workflows across direct messages, groups, and channels.

Can I send WeCom template cards to both direct messages and group chats?

Yes, WeCom template cards can be sent to direct messages, groups, and channels. The Skill automates generating JSON for interactive notifications and decision-making across these enterprise chat scenarios.

Do I need the OpenClaw plugin to send WeCom template cards?

Yes, sending WeCom template cards requires the OpenClaw plugin with channels.wecom configuration. The plugin automatically extracts the valid template card JSON from the conversation context and sends it.

How does automated WeCom template card messaging work in enterprise chats?

Automated WeCom template card messaging works by generating JSON that strictly conforms to a predefined card schema. The OpenClaw plugin then extracts this structured data from the chat context to deliver interactive notifications.

What are the limitations of WeCom template cards for interactive notifications?

WeCom template cards require strict adherence to the provided JSON schema and a valid task_id for successful delivery. Outputs that do not conform to the schema cannot be extracted or sent by the OpenClaw plugin.

What is the best way to structure WeCom template card JSON for reminders and approvals?

The best way to structure WeCom template card JSON is to ensure it strictly conforms to the provided card schema and includes a valid task_id. This enables structured presentation of text, images, and buttons for interactive enterprise workflows.