wecom-doc-manager

Retrieve, create, or edit WeCom documents and smart sheets via AI commands.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-doc-manager-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-doc-manager
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-doc-manager-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Enterprise WeChat (WeCom) documents and smart sheets manually is time‑consuming and requires navigating multiple UI steps, especially when fetching full content or updating files from chat.

Core Features & Use Cases

  • Document Retrieval: Asynchronously obtain complete Markdown content of a WeCom document or smart sheet using a doc ID or URL.
  • Document Creation: Create new documents (type 3) or smart sheets (type 10) with a single command.
  • Content Editing: Overwrite a document’s body with Markdown content in one step. Use case: a user asks the assistant to pull the latest project report from WeCom, generate a new weekly summary doc, or update a task‑tracking smart sheet directly within the chat.

Quick Start

Ask the assistant to retrieve the Markdown content of the WeCom document with ID "DOCID".

Frequently Asked Questions about wecom-doc-manager

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

FAQPage Schema
How do I retrieve WeCom document content using an AI assistant?

To retrieve WeCom document content, you provide the document ID or URL to the AI assistant. The skill uses asynchronous polling to extract and return the complete Markdown content of the specified Enterprise WeChat document or smart sheet.

Can I create Enterprise WeChat smart sheets directly from chat?

Yes, you can create Enterprise WeChat smart sheets directly from chat. By issuing a single AI command, the skill creates a new smart sheet, defined as type 10, or a standard document, defined as type 3, within your WeCom environment.

How do I overwrite a WeCom document body with Markdown?

You can overwrite a WeCom document body with Markdown by instructing the AI assistant to edit the target file. The skill replaces the existing content of the specified document with your provided Markdown text in a single step.

Does the WeCom doc manager support asynchronous content extraction?

Yes, the WeCom doc manager supports asynchronous polling for content extraction. This mechanism allows the skill to retrieve the full Markdown content of large Enterprise WeChat documents without blocking the chat workflow.

What do I need to automate WeCom document management via AI?

To automate WeCom document management via AI, you need the document IDs or URLs for the target files. The skill relies on the wecom_mcp tool to process your commands for accessing and modifying the documents within the chat.

Are there limitations when editing Enterprise WeChat smart sheets via AI?

A limitation when editing Enterprise WeChat smart sheets via AI is that the skill overwrites the document body entirely with Markdown content. It does not support partial, cell-level edits or granular modifications for existing smart sheets.