wecom-doc-manager

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

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-doc-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-doc-manager
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-doc-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise teams need a unified way to create, read, and edit WeCom documents and smart sheets without leaving the chat interface. This skill enables document management via docid or URL, supporting asynchronous content retrieval for Markdown exports and safe, preflight-checked operations.

Core Features & Use Cases

  • Create documents or smart sheets (doc_type=3 or 10) and return access links and IDs.
  • Read and edit existing documents using get_doc_content and edit_doc_content with docid or URL.
  • Use case: a docs team creates a project plan and updates it collaboratively, then shares the final link with stakeholders.

Quick Start

Ask me to create, read, or edit a WeCom document by providing a docid or a URL.

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 via API?

To create and edit WeCom documents via API, use the wecom_mcp API contracts to generate documents (doc_type=3) or smart sheets (doc_type=10), then apply updates with edit_doc_content under a preflight workflow.

Can I read WeCom document content asynchronously and export it to Markdown?

Yes, you can read WeCom document content asynchronously by calling get_doc_content with a docid or URL, enabling seamless Markdown exports for your enterprise docs.

How do I safely update existing WeCom documents using a docid or URL?

You safely update existing WeCom documents by triggering edit_doc_content with a valid docid or URL, executing content modifications only after the built-in preflight checks pass.

Does the WeCom document management API support smart sheets?

Yes, the WeCom document management API supports smart sheets by allowing you to create doc_type=10 smart sheets natively, returning access links and IDs alongside standard document creation.

Why are preflight checks needed before editing WeCom documents?

Preflight checks are needed before editing WeCom documents to validate operations safely, preventing unauthorized or malformed content updates from overwriting existing asynchronous document data.

What is the best way to manage WeCom smart sheets without leaving the chat interface?

The best way to manage WeCom smart sheets without leaving the chat interface is using MCP API contracts to create, read, and edit doc_type=10 sheets directly via docid or URL references.