wecom-smartsheet

Manage WeCom Smart Sheets sub-sheets, fields, and records via wecom_mcp.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-smartsheet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-smartsheet
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-smartsheet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格的结构和数据管理通常需要多步操作与工具集成,本技能提供一站式的子表、字段与记录管理能力以提升协作效率和数据治理。

Core Features & Use Cases

  • 管理智能表格的结构(子表、字段/列)以及数据(记录)的创建、查询、更新和删除。
  • 支持通过文档的 docid 或 URL 定位文档,并通过 wecom_mcp 工具执行端到端自动化工作流。
  • 典型用例包括快速搭建表结构、批量写入/更新记录,以及在 Webhook 场景下的兜底写入。

Quick Start

Use the wecom-smartsheet skill to create a sheet, define fields, and add records for a given docid or URL.

Frequently Asked Questions about wecom-smartsheet

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

FAQPage Schema
How do I automate WeCom Smart Sheets data management workflows?

Automate WeCom Smart Sheets workflows by structuring sub-sheets, fields, and records through API-based operations. Use the wecom_mcp tool to execute end-to-end workflows for creating, querying, updating, and deleting smart sheet data across documents identified by docid or URL.

Can I batch write and update records in enterprise WeCom Smart Sheets?

Yes, you can batch write and update records in enterprise WeCom Smart Sheets. The automation applies API-based operations using smartsheet_add_records and smartsheet_update_records endpoints, requiring familiarity with the wecom_mcp tool for execution.

Does WeCom Smart Sheets automation support webhook fallback scenarios?

WeCom Smart Sheets automation supports webhook fallback scenarios by writing data into smart sheets. This ensures records are captured even when primary workflows face issues, applying API-based operations for reliable data persistence.

What do I need to start managing WeCom Smart Sheet structures programmatically?

To start managing WeCom Smart Sheet structures, you need familiarity with the wecom_mcp tool, endpoints like smartsheet_get_records, and field-type guidelines. You must identify the target document using its docid or URL to execute operations.

What's the best way to structure sub-sheets and fields for WeCom Smart Sheets?

The best way to structure sub-sheets and fields for WeCom Smart Sheets is using a Skill that provides documented endpoints and field-type guidelines. It applies API-based operations to define and manage the sheet structure programmatically.

Why are my WeCom Smart Sheets API updates not applying to the correct document?

WeCom Smart Sheets API updates fail when the document is not correctly identified. You must accurately locate the target document using its specific docid or URL before executing any structural or record management operations.