wecomcli-doc

Manage WeCom document lifecycles via wecom-cli with Markdown content.

45|11|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/beyonai/ByClaw --skill wecomcli-doc-beyonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecomcli-doc
Source: https://github.com/beyonai/ByClaw/tree/main/middleware/openclaw/skills/wecom/wecomcli-doc
Command: npx skills add https://github.com/beyonai/ByClaw --skill wecomcli-doc-beyonai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wecom-cli, and includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation and manual overhead associated with managing enterprise WeChat (WeCom) documents, enabling automated creation, reading, and updating of content directly through the command line.

Core Features & Use Cases

  • Automated Document Lifecycle: Create, read, and overwrite standard documents programmatically.
  • Markdown Integration: Seamlessly handle document content using Markdown format for easy editing and synchronization.
  • Use Case: Automatically generate meeting minutes or project status reports in a new WeCom document and update them periodically with the latest data from your internal systems.

Quick Start

Use the wecomcli-doc skill to create a new document titled Project Alpha Status and then overwrite its content with the latest markdown report.

Frequently Asked Questions about wecomcli-doc

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

FAQPage Schema
How do I automate enterprise WeChat document management from the command line?

Automating enterprise WeChat document management involves programmatically creating, reading, and overwriting document content via the wecom-cli binary. This skill handles asynchronous task polling for content extraction using unique identifiers or URLs.

Can I update WeCom documents using Markdown format?

Yes, you can update WeCom documents using Markdown. The skill seamlessly handles document content in Markdown format, allowing you to easily edit and overwrite standard documents programmatically.

Do I need wecom-cli to interact with WeCom documents programmatically?

Yes, you need the wecom-cli binary to interact with WeCom documents programmatically. It is a required dependency for executing interface calls and handling asynchronous task polling during content extraction.

What is the best way to generate meeting minutes in a WeCom document automatically?

The best way to generate meeting minutes automatically is using this skill to create a new WeCom document and periodically overwrite its content with the latest Markdown report data from internal systems.

How does asynchronous content extraction work for WeCom documents?

Asynchronous content extraction for WeCom documents works by executing interface calls through the wecom-cli binary, which manages task polling to retrieve content via unique document identifiers or URLs.