wecom-smartsheet-data

Manage WeCom smart sheet records via CRUD operations on sub-tables.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-smartsheet-data-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-data
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-smartsheet-data
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-smartsheet-data-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines the management of WeCom smart sheet records by enabling CRUD operations on document rows without manual API calls.

Core Features & Use Cases

  • Read all records from a specified sub-table.
  • Add one or more records (rows) to a sub-table.
  • Update existing records with new field values.
  • Delete selected records from a sub-table.
  • Locate documents by docid or URL and target a specific sheet_id to perform operations.

Quick Start

Use the wecom_mcp tool to retrieve records from a specific doc and sheet by providing docid (or URL) and sheet_id.

Frequently Asked Questions about wecom-smartsheet-data

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

FAQPage Schema
How do I automate CRUD operations for WeCom smart sheet records?

You can automate CRUD management for WeCom smart sheet records by using the wecom_mcp tool to programmatically read, add, update, and delete rows in sub-tables without manual API calls.

How do I read and update records in a WeCom smart sheet sub-table?

To read and update WeCom smart sheet records, locate the target document by its docid or URL, specify the sheet_id, and execute the desired operation through the wecom_mcp tool using JSON parameters.

Does WeCom smart sheet data management support locating documents by URL?

Yes, WeCom smart sheet CRUD management supports locating target documents by either providing the direct docid or the full URL, allowing you to pinpoint the exact sub-table for your data operations.

What is the best way to add multiple rows to a WeCom smart sheet?

The best way to add rows to a WeCom smart sheet is by calling the wecom_mcp tool with the appropriate tool name and JSON parameters, targeting your specific docid and sheet_id to append the new records.

How does the wecom_mcp tool return responses for smart sheet operations?

The wecom_mcp tool returns standardized JSON responses for smart sheet operations, containing specific errcode and errmsg fields to indicate the success or failure of your CRUD management tasks.

Can I delete specific records from a WeCom smart sheet sub-table programmatically?

Yes, you can delete selected records from a WeCom smart sheet sub-table by executing the delete operation through the wecom_mcp tool, targeting the exact sheet_id within your located document.