wecom-doc-manager

Manage WeCom documents and smart pages via the wecom_mcp tool.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-doc-manager-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-doc-manager
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-doc-manager-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to manage enterprise WeCom documents and intelligent home pages (smartpages) using the wecom_mcp tool, unifying creation, retrieval, editing, and export workflows in a single interface.

Core Features & Use Cases

  • Document management: Create, read, edit, and export document content (doc_type=3) via URLs or doc IDs.
  • Smart page handling: Create intelligent homepages and export their Markdown content for documentation or sharing.
  • Workflow automation: Orchestrate asynchronous content export (smartpage_export_task / smartpage_get_export_result) to retrieve Markdown payloads.

Quick Start

Use the wecom_mcp tool to read documents, create documents, or export smart pages.

Frequently Asked Questions about wecom-doc-manager

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

FAQPage Schema
How do I manage WeCom docs and smart pages through an API?

You can manage WeCom docs and smart pages through an API-driven workflow using the wecom_mcp tool to create, read, and edit content. It provides routes like get_doc_content and create_doc for enterprise document management.

Can I export WeCom smart page content to markdown?

Yes, you can export WeCom smart page content to markdown using asynchronous export workflows. The process involves initiating a smartpage_export_task and then retrieving the payload via smartpage_get_export_result.

What is the process to create a new document in WeCom?

To create a new document in WeCom, you use the create_doc route provided by the wecom_mcp tool. This supports document management workflows for generating content via URLs or doc IDs.

Does WeCom document management support asynchronous content export?

Yes, WeCom document management supports asynchronous content export. You can orchestrate asynchronous workflows by starting an export task and polling for the final markdown export result.

What are the limitations of using the wecom_mcp tool for document management?

The wecom_mcp tool focuses specifically on documentation and smart page workflows with a defined set of API routes. It handles standard creation, reading, editing, and markdown export tasks but does not support other document types.

Do I need the wecom_mcp tool to read enterprise WeCom documents?

Yes, the wecom_mcp tool is required to read enterprise WeCom documents. It utilizes the get_doc_content route to retrieve and manage document content of doc_type=3.