wecom-doc-manager

Create, read, and edit WeCom documents and smart sheets via docid or URL.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-doc-manager-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-doc-manager
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-doc-manager-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables teams to create, read, and edit enterprise WeCom documents (doc_type=3) and smart sheets (doc_type=10) using docid or URL, streamlining collaboration within WeChat Work environments.

Core Features & Use Cases

  • Create new documents or smart sheets and obtain their URL or docid for downstream workflows.
  • Read full document content (Markdown) asynchronously via get_doc_content, with task_id polling for large contents.
  • Edit documents by overwriting content in Markdown using edit_doc_content, supporting both docid and URL as the identifier.

Quick Start

Create a new document (doc_type=3) named '项目周报' and fetch its Markdown content.

Frequently Asked Questions about wecom-doc-manager

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

FAQPage Schema
How do I create and edit WeCom documents using Markdown?

To create and edit WeCom documents, you can create a new document or smart sheet to get its docid or URL, then use edit_doc_content to overwrite the content using Markdown syntax.

Can I read large enterprise WeCom document content asynchronously?

Yes, you can read large WeCom document content asynchronously via get_doc_content, which returns a task_id for polling until the full Markdown content is retrieved.

Does this WeCom document manager support both docid and URL identifiers?

Yes, WeCom document operations support both docid and URL as identifiers for reading and editing enterprise documents and smart sheets.

What document types are supported for WeCom workflow automation?

WeCom workflow automation supports doc_type 3 for enterprise documents and doc_type 10 for smart sheets, allowing you to create, read, and edit both formats.

How do I get a WeCom document URL for downstream workflows?

You can create a new WeCom document or smart sheet through the workflow, which returns its URL or docid immediately for use in downstream workflow steps.

What are the limitations of editing WeCom smart sheets via API?

Editing WeCom smart sheets via edit_doc_content overwrites existing content entirely with Markdown, meaning it does not support partial or inline updates to specific sections.