wecom-doc
文档与智能表格操作。当用户提到企业微信文档、创建文档、编辑文档、新建文档、写文档、智能表格时激活。支持文档创建/写入和智能表格的创建及子表/字段/记录写入。注意:所有文档创建和编辑请求都应使用此 skill,不要尝试用其他方式处理文档操作。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/boge-net/wecom-ccuniverse-leoWhat This Skill Does
The wecom-doc skill serves as a powerful bridge between OpenClaw and the Tencent WeCom (企业微信) ecosystem. It enables users to directly create, manage, and edit collaborative documents and smart tables without leaving the chat interface. By integrating with the mcporter command-line tool, it streamlines document workflows—from generating meeting notes and project documentation to building complex databases via smart tables. The skill handles the intricacies of WeCom's API, ensuring that whether you are drafting a new document or appending data to a smart table, the interaction remains seamless and productive.
Installation
To get started, ensure you have the OpenClaw environment configured. Install the skill using the command:
clawhub install openclaw/skills/skills/boge-net/wecom-ccuniverse-leo
Once installed, the skill will automatically prompt you to install the mcporter tool if it is not currently present in your system PATH. The automated setup process ensures that the MCP (Model Context Protocol) server is correctly configured by reading your existing WeCom session settings, allowing you to focus on content creation rather than technical configuration.
Use Cases
- Project Management: Create smart tables to track task status, owner, and deadlines within a team context.
- Content Creation: Quickly spin up documents for meeting summaries, brainstorming sessions, or reports.
- Data Organization: Automate the population of smart tables by adding new fields and records based on data gathered during your conversation.
- Collaboration: Generate documents that are immediately accessible within the WeCom ecosystem, enabling real-time team collaboration.
Example Prompts
- "帮我新建一个项目进度文档,记录这次研发迭代的关键节点。"
- "创建一个智能表格,字段包含任务名称、负责人和截止日期,并添加一行:设计主视觉,张三,下周五。"
- "在这个文档里写一个简单的项目计划总结,内容包括立项背景、核心需求和风险点。"
Tips & Limitations
- DocID Management: For security and API stability, the skill only permits editing documents or tables that were created via this specific tool. It cannot perform operations on existing external documents via URL, as those do not contain the required session-based docID.
- Automated Workflow: The skill adheres to an "automatic continuation" principle. If a setup step requires your input, once you provide it, the system will resume the original request immediately.
- Markdown Support: Document editing utilizes Markdown for content formatting, ensuring clean and structured document layouts. Remember that
edit_doc_contentperforms a full overwrite; always verify content before updating.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-boge-net-wecom-ccuniverse-leo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write, file-read, code-execution