wecom-smartsheet-schema

Manage sub-sheets and fields in WeCom smart sheets via docid or URL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格结构管理技能。提供子表(Sheet)和字段(Field/列)的增删改查能力。适用场景包括:(1) 查询智能表格的子表列表 (2) 添加、更新、删除子表 (3) 查询子表的字段/列信息 (4) 添加、更新、删除字段/列。当用户需要管理智能表格的表结构、列定义、子表配置时触发此 Skill。支持通过 docid 或文档 URL 定位文档。

Core Features & Use Cases

  • 查询并列出文档中的子表信息(sheet)及字段信息。
  • 创建、更新、删除子表及字段以匹配新的数据模型。
  • 通过 docid 或 URL 定位文档并执行结构变更。

Quick Start

通过 wecom_mcp 的 doc 命令对目标文档进行子表/字段的查询与修改。

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 sub-sheets?

You can manage WeCom smart sheet sub-sheets and fields by listing, creating, updating, or deleting them via wecom_mcp doc workflows using a docid or URL, which returns a standardized JSON response with errcode and errmsg.

Can I update column definitions in a WeCom smart sheet using a URL?

Yes, you can update column definitions by locating the target document through its URL or docid and applying the field updates, which returns a JSON response with errcode and errmsg.

How do I list all sub-sheets within a WeCom smart sheet document?

You list sub-sheets within a WeCom smart sheet by querying the document identified by docid or URL, retrieving sheet lists and field information through wecom_mcp doc workflows.

Does this approach support adding new fields to match a changing data model?

Yes, this approach supports adding, updating, and deleting fields within WeCom smart sheets to match a new data model by executing structural changes through wecom_mcp doc commands.

What is the JSON response format when modifying WeCom smart sheet structures?

When modifying WeCom smart sheet structures, the process returns a standardized JSON response containing an errcode and errmsg to indicate the success or failure of the sheet and field operations.