wecom-smartsheet-schema

Manage WeCom smart sheet schemas by listing, creating, updating, and deleting sheets and fields.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-smartsheet-schema-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-schema
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-smartsheet-schema
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-smartsheet-schema-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing the structure of enterprise WeCom smart sheets—adding, updating, and removing sheets and fields—is cumbersome and error‑prone, especially when handling many tables and columns.

Core Features & Use Cases

  • Sheet Operations: List, create, rename, and delete sheets within a smart sheet document.
  • Field Operations: List, add, rename, and delete fields (columns) in a specific sheet, supporting up to 150 fields per sheet.
  • Typical Workflow: Quickly audit a sheet’s layout, programmatically adjust its schema, and reflect changes for downstream automation or reporting.

Quick Start

Ask the skill to list all sheets in the smart sheet document identified by DOCID.

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 structures programmatically?

You can manage WeCom smart sheet structures by listing, creating, updating, and deleting sheets and fields within a smart sheet document using a docid or URL. The skill invokes the wecom_mcp tool to perform deterministic API calls for these operations.

Can I add or rename fields in a WeCom smart sheet?

Yes, you can list, add, rename, and delete fields (columns) in a specific WeCom smart sheet. The schema management skill supports up to 150 fields per sheet for structural modifications.

Do I need a preflight validation to update WeCom smart sheet schemas?

Yes, updating WeCom smart sheet schemas requires prior wecom-preflight validation. The skill handles error codes and relies on the wecom_mcp tool to execute the deterministic API calls safely.

What is the best way to audit a WeCom smart sheet layout?

The best way to audit a WeCom smart sheet layout is to ask the skill to list all sheets and fields within the document. This allows you to quickly review the structure before programmatically adjusting its schema for downstream automation.

Are there limitations when managing WeCom smart sheet fields?

Yes, the primary limitation is that each WeCom smart sheet supports up to 150 fields. You must also use a valid docid or URL and complete wecom-preflight validation before managing the sheet structure.