wecom-doc-manager

Create, read, and edit WeCom documents and smart sheets via wecom_mcp.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-doc-manager-datingli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-doc-manager
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-doc-manager-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信文档管理中,查看、创建、编辑文档往往需要多步操作和上下文切换。本技能通过统一的接口管理文档,提升协作效率。

Core Features & Use Cases

  • Create, read, and edit 企业微信文档(doc_type=3)和智能表格(doc_type=10)。
  • Content retrieval and overwriting 支持以 Markdown 格式导出文档内容并覆盖文档。
  • Use Case: 当团队需要快速查看文档内容、创建新文档或更新正文时,直接通过技能完成。

Quick Start

Use the wecom_mcp tool to create, read, and edit WeCom documents.

Frequently Asked Questions about wecom-doc-manager

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

FAQPage Schema
How do I export WeCom document content to Markdown format?▼

You can export WeCom document content to Markdown by supplying a docid or URL. The skill uses asynchronous content retrieval with task-based polling via the get_doc_content API to return the document body in Markdown format.

Can I create and edit WeCom smart sheets using a docid or URL?▼

Yes, you can create and edit WeCom smart sheets (doc_type=10) and documents (doc_type=3) via a docid or URL. The skill applies the create_doc and edit_doc_content APIs to directly update or overwrite document content.

Does the WeCom document management skill support asynchronous content retrieval?▼

Yes, the WeCom document management skill supports asynchronous content retrieval with task-based polling and error handling via the wecom_mcp tool, ensuring reliable content exports when processing large document bodies.

What is the best way to automate enterprise WeCom document creation and updates?▼

The best way to automate enterprise WeCom document creation and updates is by using the wecom_mcp tool. It aligns with documented APIs to create, read, and edit documents through a unified interface via a docid or URL.

Why does WeCom document content retrieval require task-based polling?▼

WeCom document content retrieval requires task-based polling because the underlying API processes content asynchronously. The skill polls the task status until the Markdown export is ready, applying built-in error handling for any retrieval failures.