wecom-doc

Manage WeCom documents and smart pages via MCP automation.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-doc-wecomteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-doc
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-doc-wecomteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

该技能帮助企业高效管理 WeCom 的企业文档与智能文档(智能主页),集中化、自动化地完成文档的创建、读取、编辑和导出任务。

Core Features & Use Cases

  • 读取、创建、编辑与导出企微文档及智能文档(智能主页)的完整内容与元信息
  • 通过我们提供的 MCP 工具实现跨账号、跨文档类型的一致工作流
  • 典型场景示例:管理员需要从多个文档中提取内容、创建智能文档并将本地 Markdown 发布为智能文档

Quick Start

使用 wecom_mcp 工具对企微文档和智能文档进行创建、读取、编辑与导出的一站式管理。

Frequently Asked Questions about wecom-doc

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

FAQPage Schema
How do I automate WeCom document management for reading and editing enterprise docs?

You can automate WeCom document management by using MCP tools to read, create, edit, and export enterprise documents. It supports both URL-based and docid-based workflows to handle standard documents and smart pages across accounts.

Can I publish local Markdown content directly to WeCom smart pages?

Yes, you can publish local Markdown to WeCom smart pages. The MCP automation workflow supports creating smart documents and populating them with your local Markdown content through dedicated smartpage creation APIs.

What is the process to export WeCom smart pages via API?

Exporting WeCom smart pages involves initiating a smartpage_export_task and then retrieving the file using smartpage_get_export_result. This two-step API workflow ensures you get the exported document content successfully.

Does the WeCom document MCP support cross-account document workflows?

Yes, the WeCom document MCP supports cross-account and cross-document-type workflows. It provides a consistent automation approach for managing both standard WeCom docs and smart pages regardless of account boundaries.

How do I extract content from multiple WeCom docs at once?

You can extract content from multiple WeCom docs by automating the get_doc_content API across different document IDs. This allows administrators to consolidate and read enterprise document metadata and content efficiently.