wecom-smartsheet-schema

Manage WeChat smart sheets and columns via CRUD operations.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-smartsheet-schema-fengtc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-schema
Source: https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min/tree/main/skills/wecom-smartsheet-schema
Command: npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-smartsheet-schema-fengtc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of enterprise WeChat smart sheets, enabling users to easily handle sheets and their columns for structural updates and queries.

Core Features & Use Cases

  • Retrieve all sub-sheets within a document to understand its structure.
  • Add new sub-sheets for organizing data or segmenting information.
  • Update sheet titles to reflect content changes.
  • Delete sheets permanently when they are obsolete.
  • Query, add, update, or delete columns (fields) within sub-sheets to customize data schemas.
  • Use Case: A user wants to create a new project-specific sheet, add custom columns for task tracking, and later remove the sheet once completed.

Quick Start

Use the wecom_mcp tool to list all sheets in a document by providing the document's docid, then add fields for task name, priority, due date, and progress.

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 enterprise WeChat smart sheet structures programmatically?

You can manage enterprise WeChat smart sheet structures by performing CRUD operations on sheets and columns. This Skill facilitates structure querying, modification, and extension within document templates using the WeChat MCP tool for API interactions.

Can I add and delete columns in WeCom smart sheets?

Yes, you can query, add, update, or delete columns within sub-sheets to customize data schemas. The Skill performs CRUD operations on columns to help you customize data schemas within your document templates.

How do I retrieve all sub-sheets within a WeCom document?

To retrieve all sub-sheets within a WeCom document, use the wecom_mcp tool and provide the document's docid. This allows you to understand the document's structure and organize data effectively.

Do I need the WeChat MCP tool to update sheet titles?

Yes, you need the WeChat MCP tool to ensure reliable API interactions for updating sheet titles. The Skill relies on this integration to facilitate comprehensive management of enterprise WeChat smart sheets.

What is the best way to organize project task tracking in WeCom smart sheets?

The best way to organize project task tracking is to create a new sub-sheet and add custom columns for task name, priority, due date, and progress. You can later delete the sheet permanently once the project is completed.

Can I permanently delete obsolete sheets from a WeCom document?

Yes, you can permanently delete sheets when they are obsolete. The Skill performs delete operations on sheets within document templates to help maintain clean and relevant enterprise WeChat smart sheet structures.