What problem does it solve?
Coordinating enterprise IM work artifacts—documents, spreadsheets, todos, meetings, and calendar events—normally requires manual creation across WeCom or Lark consoles. This Skill automates one-shot creation of these resources through vendor CLI-backed callback routes, including a golden chain that turns one sentence into a full document + table + task + meeting workflow.
Core Features & Use Cases
- Dual-platform support: Routes actions to WeCom (
/api/callbacks/wecom-action) or Lark (/api/callbacks/lark-action) based on which platform the operator mentions.
- Individual resource creation: Create docs, smart tables/bitables, todos/tasks, meetings/calendar events, and Lark-exclusive slides with structured JSON payloads.
- Golden chain workflow: One request generates a document, tracking table, assigned tasks, and a scheduled meeting (plus optional slides on Lark) in a single call.
- Use Case: An operator says "create a Q2 PRD workflow in Feishu"—the Skill posts a
golden_chain action to the Lark callback and returns links to the generated doc, bitable, tasks, and calendar event.
Quick Start
Ask the assistant to create a document, task list, and review meeting in WeCom or Lark, and it will invoke the golden_chain callback and reply with the generated resource links.