wecom-doc-manager

Create, edit, and export WeChat Work documents and smart pages via API.

33|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hashSTACS-Global/EnClaws --skill wecom-doc-manager-hashstacs-global
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-doc-manager
Source: https://github.com/hashSTACS-Global/EnClaws/tree/main/extensions/wecom-openclaw-plugin/skills/wecom-doc-manager
Command: npx skills add https://github.com/hashSTACS-Global/EnClaws --skill wecom-doc-manager-hashstacs-global

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wecom_mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, editing, and management of WeChat Work documents and smart pages, eliminating manual processes and enhancing productivity.

Core Features & Use Cases

  • Document and Smart Page Management: Create, read, and edit WeChat Work documents and smart pages.
  • Document Operations: Support operations on documents (doc_type=3) and smart tables (doc_type=10) through docid or URL.
  • Smart Page Creation: Build smart pages with multiple sub-pages and export them as Markdown files.
  • Use Case: Ideal for automating document management tasks, such as generating reports, tracking tasks, and sharing information within a team.

Quick Start

Use the wecom-doc-manager skill to create a new document with the name 'Project Report'.

Frequently Asked Questions about wecom-doc-manager

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

FAQPage Schema
How do I automate WeChat Work document creation and management?

Automating WeChat Work document creation is achieved by utilizing the WeChat Work API to create, read, and edit documents and smart pages programmatically. This streamlines generating reports and sharing information.

Can I export WeChat Work smart pages as Markdown files?

Exporting WeChat Work smart pages as Markdown files is supported natively. You can build smart pages with multiple sub-pages and export the entire structure into Markdown format for external usage.

What is the best way to manage WeChat Work smart tables using API?

Managing WeChat Work smart tables via API involves using specific document operations for doc_type=10. You can interact with these smart tables directly through their docid or URL to track tasks efficiently.

Does WeChat Work document management require specific API configuration?

WeChat Work document management requires proper configuration and WeChat Work API access. You must establish this connection through the wecom_mcp dependency before executing any document or smart page operations.

What document types are supported for WeChat Work smart page operations?

WeChat Work smart page operations support specific document types including standard documents (doc_type=3) and smart tables (doc_type=10). Operations are executed utilizing the unique docid or the direct page URL.