wecom-smartsheet-schema

Manage WeCom smart sheet structures via the wecom_mcp tool.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-smartsheet-schema-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-schema
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-smartsheet-schema
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-smartsheet-schema-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格的表结构维护通常繁琐且易出错。本技能提供一个集中式方法来管理子表(Sheet)与字段(Field/列)的创建、更新、删除等操作,帮助团队快速规范数据结构。

Core Features & Use Cases

  • 查询子表列表、获取 sheet_id、title 等信息
  • 添加、更新、删除子表(sheet)
  • 查询子表字段信息(fields)
  • 添加、更新、删除字段(columns),并支持通过 docid 或 URL 定位文档

Quick Start

使用 wecom_mcp 工具对文档进行表结构管理,输入 docid 或 URL 以及所需的操作。

Frequently Asked Questions about wecom-smartsheet-schema

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

FAQPage Schema
How do I manage WeCom smart sheet fields and schemas automatically?

You can manage WeCom smart sheet fields and schemas by using the wecom_mcp tool to query, add, update, or delete sheets and columns. Operations require a docid or document URL to locate the target sheet and return JSON responses with errcode and errmsg.

Can I add and delete columns in a WeCom smart sheet using a URL?

Yes, you can add, update, and delete columns in a WeCom smart sheet by providing the document URL or docid. The wecom_mcp tool processes these CRUD operations on sheet fields and returns a JSON response indicating success or failure via errcode and errmsg.

Do I need the wecom_mcp tool to query WeCom sheet structures?

Yes, the wecom_mcp tool is required to query WeCom sheet structures. It acts as the bridge to retrieve sheet lists, fetch sheet_id and title information, and read field schemas from documents identified by their docid or URL.

What is the best way to retrieve sheet_id and title information from WeCom smart sheets?

The best way to retrieve sheet_id and title information is to execute a query operation through the wecom_mcp tool. By supplying the smart sheet's docid or URL, the tool queries the sub-sheet list and returns the structural details in a JSON format.

Why does my WeCom smart sheet schema update return an errcode?

An errcode in your WeCom smart sheet schema update response indicates an operation failure. When performing CRUD operations on sheets and fields via wecom_mcp, the tool validates your docid and inputs, returning an errcode and corresponding errmsg to detail the specific error encountered.

What WeCom smart sheet operations are supported for sub-sheet management?

Supported WeCom smart sheet operations for sub-sheet management include querying existing sheets, adding new sheets, updating sheet properties, and deleting sheets. These CRUD actions are executed via wecom_mcp using the target document's docid or URL.