wecom-smartsheet-data

Manage WeCom smart sheet sub-table records via create, read, update, and delete operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信智能表格中的子表记录管理往往需要多步操作来实现读取、写入、更新与删除。本技能提供一个集成的工作流,帮助你在企业微信环境中高效地对表格数据进行关键操作。

Core Features & Use Cases

  • 提供对子表记录的增删改查能力,支持通过 docid 或文档 URL 定位文档与 sheet_id。
  • 读取全部记录、添加一行或多行记录、更新现有记录、删除记录等典型用例。
  • 适用于需要将表格数据整合到工作流程、自动化任务与数据分析的场景。

Quick Start

Query a sub-table's records by providing a docid or URL and the sheet_id, then perform the desired create, update, or delete operation as needed.

Frequently Asked Questions about wecom-smartsheet-data

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

FAQPage Schema
How do I add and update records in a WeCom smart sheet?

To manage WeCom smart sheet records, use this Skill to perform create, read, update, and delete operations on sub-table data. You target the specific document by providing its docid or document URL along with the sheet_id.

Can I batch add multiple rows to a WeCom smartsheet sub-table?

Yes, this WeCom smartsheet data management Skill supports adding one or multiple rows to a sub-table. You locate the target document via its docid or URL, then execute the create operation for your batch of new records.

What do I need to locate a specific sub-table for CRUD operations?

You need the document's docid or its full document URL, plus the target sheet_id. These identifiers enforce precise document targeting within WeCom before any read, create, update, or delete functions are executed.

Does this Skill support reading all records from a WeCom sub-table?

Yes, reading all records from a WeCom sub-table is a core function. You provide the docid or document URL and the sheet_id to retrieve the complete set of existing records for workflow integration and data analysis.

What is the best way to delete rows from a WeCom smart sheet?

The best way to delete rows from a WeCom smart sheet is using the structured API surface provided by this Skill. It enforces document targeting via docid or URL and sheet_id to accurately locate and remove specified rows.

Why use a dedicated tool for WeCom smart sheet data management?

A dedicated tool streamlines WeCom smart sheet data management by providing an integrated workflow for CRUD operations. It replaces multi-step manual processes, enabling efficient automation and data analysis within the WeCom environment.