wecom-smartsheet-schema

Manage WeCom smart sheet structures via CRUD operations on sheets and fields.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-smartsheet-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-schema
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-smartsheet-schema
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-smartsheet-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格的结构管理,提供子表(Sheet)与字段(Field/列)的增删改查能力。通过 docid 或文档 URL 定位文档,并对表结构进行高效治理。

Core Features & Use Cases

  • 查询文档中所有子表信息(sheet),以及字段信息(field/列),支持增删改查。
  • 为文档创建、修改或删除子表,以及为子表添加、更新、删除字段/列,兼容通过 docid 或 URL 定位文档的工作流。
  • 场景示例:对某文档的结构进行初始化,或在团队协作中动态调整字段以适应新需求。

Quick Start

Provide a docid or URL of the document, then run the skill to list sheets, add/update/delete sheets and their 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 manage WeCom smart sheet sub-sheets and fields?

You can manage WeCom smart sheet sub-sheets and fields by using CRUD operations to create, update, delete, or list sheets and columns via a docid or document URL.

Can I locate a WeCom smart sheet using a document URL instead of a docid?

Yes, you can locate a WeCom smart sheet using a document URL instead of a docid, as the operations support targeting documents through both identification methods.

What is the process to add or update columns in a WeCom smart sheet?

Adding or updating columns in a WeCom smart sheet involves using field CRUD capabilities to target a specific sheet by docid or URL, then applying create or update actions to the fields.

Does the WeCom smartsheet schema support initializing a document structure for team collaboration?

Yes, the WeCom smartsheet schema supports initializing document structures for team collaboration by creating sub-sheets and dynamically adjusting fields to adapt to new requirements.

What are the limitations when deleting fields from WeCom smart sheets?

The metadata does not specify explicit limitations when deleting fields from WeCom smart sheets, but the operation is executed through the structured field CRUD API targeting documents via docid or URL.