wecom-smartsheet-data

Query, insert, update, and delete smart sheet records by docid or URL and sheet_id.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-smartsheet-data-qiue-g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-smartsheet-data
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-smartsheet-data
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-smartsheet-data-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格数据管理在查、增、改、删等日常操作中通常需要多工具链和重复步骤。本技能提供一个集中入口,简化对智能表格记录的读取、添加、更新和删除流程,提升效率与数据一致性。

Core Features & Use Cases

  • 查询子表全部记录,快速获取所需数据。
  • 添加多行记录并可更新已有行,保持字段对齐与数据完整性。
  • 更新指定记录,或删除不再需要的行,支持通过 docid/URL 定位文档及 sheet_id 指定子表。
  • Use Case: 当需要在企业文档中维护结构化表格数据时,使用本技能实现一键读取、写入、修改和删除。

Quick Start

Use the wecom_mcp tool to call doc for the target sheet and perform query, add, update, and delete operations.

Frequently Asked Questions about wecom-smartsheet-data

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

FAQPage Schema
How do I manage WeCom smart sheet records for query, insert, update, and delete operations?▼

Managing WeCom smart sheet records is done through a centralized API-like interface that performs query, insert, update, and delete operations on rows identified by docid or URL and sheet_id. It uses structured schemas for input validation and error handling.

Can I add and update multiple rows in a WeCom smartsheet at the same time?▼

Yes, adding and updating multiple rows in a WeCom smartsheet is supported. The process inserts new records or updates existing rows while maintaining field alignment and data integrity within the specified sheet.

What do I need to locate a specific smartsheet before performing record management operations?▼

Locating a specific smartsheet requires the docid or document URL alongside the sheet_id. These identifiers target the exact sub-table for subsequent record query, insertion, update, or deletion operations.

Does the smartsheet data management process validate inputs and handle errors?▼

Yes, the smartsheet data management process adheres to predefined API-like schemas that include structured error handling and input validation to ensure data consistency during record operations.

What is the best way to read all records from a specific WeCom smartsheet sub-table?▼

The best way to read all records from a WeCom smartsheet sub-table is to query the sheet using the wecom_mcp tool, which retrieves all rows from the targeted sheet_id for quick data access.

When should I not use this approach for WeCom smartsheet data management?▼

You should not use this approach for WeCom smartsheet data management if your workflow lacks the specific docid, URL, or sheet_id required to locate the target document, as these identifiers are mandatory for all operations.