wecom-cli-enterprise-wechat

Automates Enterprise WeChat operations via terminal using the wecom-cli command interface.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill wecom-cli-enterprise-wechat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-cli-enterprise-wechat
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/wecom-cli-enterprise-wechat
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill wecom-cli-enterprise-wechat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to manually operate Enterprise WeChat (WeCom) for everyday workflows by letting you control documents, messages, contacts, tasks, meetings, and calendar events via CLI from your terminal.

Core Features & Use Cases

  • End-to-end WeCom automation: Create, read, and update WeCom documents and smart documents without leaving the command line.
  • Operational communication and data handling: Query conversations, pull message history, send messages, and download media programmatically.
  • Team productivity management: Manage contacts, create/update/delete tasks, schedule/cancel meetings, and perform calendar CRUD and free/busy checks for planning.

Quick Start

Run the command "wecom-cli init" and follow the prompts to configure your WeCom bot credentials, then use commands like "wecom-cli message send_text" with the required JSON payload to send your first terminal-driven message.

Frequently Asked Questions about wecom-cli-enterprise-wechat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Enterprise WeChat document management and message sending from the terminal?

You can automate Enterprise WeChat document management and message sending from the terminal by executing the wecom-cli command interface with JSON parameters to perform API-backed actions like creating records or pulling message history.

Do I need a configured WeCom bot to schedule meetings and manage calendar free/busy checks via CLI?

Yes, you need a configured WeCom bot with a valid Bot ID and Secret to execute terminal-based operations like scheduling meetings, canceling events, and checking calendar free/busy status.

Can I use CLI automation to manage WeCom smart tables and contacts for office data sync?

Yes, CLI automation allows you to programmatically read, create, and update WeCom smart tables and manage contacts to facilitate office data synchronization without leaving the terminal.

What is the best way to send messages and download media programmatically in WeCom?

The best way to send messages and download media programmatically is using the wecom-cli command interface, passing the required JSON payload to trigger API-backed message routing and media retrieval.

Does terminal-based WeCom task scheduling support creating and updating team productivity tasks?

Yes, terminal-based WeCom task scheduling supports full task CRUD operations, allowing you to create, update, and delete team productivity tasks directly through the command line.

When should I not use CLI automation for Enterprise WeChat operations?

You should not use CLI automation for Enterprise WeChat operations if your workflow requires manual graphical interaction or if you lack the necessary WeCom bot credentials for API authentication.