What problem does it solve?
Publishing Markdown content to WeCom (企业微信) cloud documents and managing enterprise todos, meetings, and schedules normally requires manual work in the WeCom desktop app. This Skill performs those operations through the official @wecom/cli with strict confirmation gates, without ever controlling the desktop client or sending messages.
Core Features & Use Cases
- Markdown to Smart Documents: Convert local Markdown files into WeCom normal or smart documents, with optional local-image upload through a user-supplied helper that rewrites image paths to WeCom CDN URLs.
- Todo, Meeting, and Schedule Management: Create, query, update, and delete todos, and book or cancel meetings and schedules when the enterprise tenant grants those categories.
- Safety-First Writes: Every write operation requires an explicit user instruction, destructive actions require exact-target reconfirmation, and internal IDs and receipts stay in permission-locked local state.
- Use Case: You finish a Markdown report and want it as a WeCom smart document with embedded images, plus a follow-up todo for a teammate. Run the doctor check, preview the document creation, then execute with confirmation.
Quick Start
Ask the assistant to turn a local Markdown file into a WeCom smart document, for example: create a WeCom smart document titled "Weekly Report" from /path/to/report.md.