wecom-smartsheet-schema

Manages WeCom document sheets and fields via tunable mcq-like CLI parameters.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-smartsheet-schema-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-schema
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-smartsheet-schema
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-smartsheet-schema-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格需要高效管理子表和字段的结构。本技能提供一套集中化的工具,通过 wecom_mcp 来查询、创建、更新与删除子表与字段,简化表结构管理并保持文档一致性。

Core Features & Use Cases

  • 查询文档中的子表信息(sheet)及其类型
  • 添加、更新、删除子表
  • 查询、添加、更新、删除字段/列
  • 通过 docid 或文档 URL 定位目标文档

Quick Start

Identify the target document by its docid or URL and invoke the wecom_mcp tool to manage sheets and fields.

Frequently Asked Questions about wecom-smartsheet-schema

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

FAQPage Schema
How do I automate WeCom SmartSheet schema management for sub-sheets and fields?

You can automate WeCom SmartSheet schema management by using wecom_mcp calls with JSON payloads to programmatically query, create, update, and delete sub-sheets and fields. This enforces a consistent API surface and returns a uniform JSON response.

Can I locate a WeCom SmartSheet document using its URL instead of a docid?

Yes, you can locate the target WeCom SmartSheet document using either its docid or the document URL. Once identified, you invoke the wecom_mcp tool to manage the sub-sheets and their fields programmatically.

What is the best way to programmatically update fields in a WeCom SmartSheet?

The best way to update fields in a WeCom SmartSheet is through wecom_mcp calls with JSON payloads. This approach provides programmatic access to add, update, or delete columns while maintaining document consistency.

Does WeCom SmartSheet schema management require manual UI operations to add sub-sheets?

No, WeCom SmartSheet schema management does not require manual UI operations. You can add, update, or delete sub-sheets programmatically by invoking wecom_mcp with structured JSON payloads.

Why do I need a consistent API surface for managing WeCom SmartSheet structures?

You need a consistent API surface for managing WeCom SmartSheet structures to simplify table structure management and maintain document consistency across teams. It ensures all schema modifications return a uniform JSON response.

What are the limitations of using wecom_mcp for WeCom SmartSheet schema management?

The wecom_mcp approach for WeCom SmartSheet schema management is limited to structural operations on sub-sheets and fields. It handles querying, adding, updating, and deleting schemas but does not manage row-level data content.