China Im Workflow Cli

Orchestrate workflows across Feishu, DingTalk, and WeCom using official CLI tools for cross-platform automation.

Install
cmdop skills install agensi-china-im-workflow-cli

China IM Workflow CLI is a skill that gives an AI agent the command knowledge and glue logic needed to orchestrate workflows across three Chinese enterprise messaging platforms: Feishu (Lark), DingTalk, and WeCom. Each platform exposes its own proprietary CLI — lark-cli, dws, and wecom-cli — with distinct syntax and feature sets. Without this skill, an agent prompted to send a message or book a meeting lacks the specific command reference to act correctly.

With this skill, an agent can broadcast urgent notifications across all three platforms simultaneously, including DingTalk’s high-priority DING alerts. It can synchronize tasks, deadlines, and statuses between Feishu Tasks, DingTalk Todo, and WeCom. It can extract data from Feishu Sheets or DingTalk AI Sheets, format that data into weekly reports, and distribute them. It can also check calendar availability across platforms and book meetings in a designated primary workspace.

The skill’s core value is knowing which CLI to invoke for which feature — for example, routing spreadsheet operations to Feishu Base versus routing priority alerts through DingTalk — so the agent acts as a consistent DevOps or operations coordinator rather than guessing at syntax. This is appropriate for teams that genuinely operate across multiple Chinese enterprise IM platforms and need automated, rule-based coordination between them.

Use cases

  • Broadcast urgent alerts to Feishu, DingTalk, and WeCom simultaneously, including DingTalk DING notifications
  • Synchronize task lists and deadlines across Feishu Tasks, DingTalk Todo, and WeCom
  • Extract spreadsheet data from Feishu Sheets or DingTalk AI Sheets and generate formatted weekly reports
  • Check calendar availability across platforms and book meetings in the primary workspace
  • Automate cross-platform status updates without manual copy-pasting between IM apps
  • Route CLI commands to the correct tool (lark-cli, dws, or wecom-cli) based on feature requirements

When to use it

  • The team is distributed across Feishu, DingTalk, and WeCom and needs coordinated automation across all three
  • An agent needs to send high-priority DingTalk DING alerts programmatically
  • Automated reporting from Feishu Sheets or DingTalk AI Sheets is required
  • A DevOps or operations workflow requires cross-platform task synchronization within Chinese enterprise tools

When not to use it

  • The organization uses only one IM platform — this skill is designed for cross-platform scenarios
  • The target platforms are outside the Feishu, DingTalk, and WeCom ecosystem (e.g., Slack, Teams, or Telegram)
  • Direct REST API integration is required rather than CLI-based automation
  • No CLI tools (lark-cli, dws, wecom-cli) are installed or accessible in the agent's environment