What problem does it solve?
This Skill removes the friction of installing and initializing wecom-cli and Skills for Enterprise WeChat, while turning your natural-language requests into the correct CLI commands.
Core Features & Use Cases
- Automatic installation & validation: Checks Node.js, installs
@wecom/cli globally, verifies WeCom Skills (contact/doc/meeting/msg/schedule/todo), and runs wecom-cli init when credentials are missing.
- Natural-language to command translation: Converts intents like contacts, todos, meetings, messages, schedules, and docs into the right
wecom-cli subcommands with properly structured JSON arguments.
- Operational safety guardrails: Detects missing prerequisites, highlights when initialization is interactive (scan/manual credentials), and warns about breaking operations that require user confirmation (e.g., delete/cancel).
Use case example: You tell the agent “帮我建个会议明天下午3点,并邀请张三李四”,and it ensures the CLI + Skills are ready, resolves user identities when needed, and then schedules the meeting via wecom-cli.
Quick Start
Tell the agent: 帮我配置企业微信机器人并初始化 wecom-cli,然后帮我建个会议“周会”明天下午3点并邀请张三。