wecom-smartsheet-data

Manage SmartSheet records via WeCom with query, add, update, and delete operations.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-smartsheet-data-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-data
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-smartsheet-data
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-smartsheet-data-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise environments relying on WeCom and SmartSheet face tedious, error-prone manual record management. This skill provides query, add, update, and delete capabilities for SmartSheet records within a designated subtable, enabling teams to keep data synchronized and accurate.

Core Features & Use Cases

  • Query all records in a subtable to retrieve current data.
  • Add one or more records to a subtable in batch.
  • Update existing records by their record_id with new values.
  • Delete records to clean up obsolete data.
  • Locate the target document by docid or URL and apply operations to a specific sheet_id.

Quick Start

Use the wecom_mcp tool to manage smart sheet records in a targeted document.

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 SmartSheet records via WeCom integration?

You can manage SmartSheet records via WeCom by applying query, add, update, and delete operations to a specific subtable identified by docid or URL with sheet_id, processing up to 500 records per batch.

How do I add or update multiple records in a WeCom SmartSheet subtable?

To add or update multiple records in a WeCom SmartSheet subtable, use batch operations that support up to 500 records per call, requiring appropriate field definitions for accurate data synchronization.

Why do I need a userid lookup for user fields when updating WeCom SmartSheet records?

A userid lookup via wecom-contact-lookup is required for user fields when updating WeCom SmartSheet records to ensure the correct user reference is applied to the appropriate field definitions.

Can I delete obsolete records from a WeCom SmartSheet subtable in bulk?

Yes, you can delete obsolete records from a WeCom SmartSheet subtable in bulk, with batch delete operations supporting up to 500 records per API call to clean up data efficiently.

What does an API call return when querying SmartSheet records via WeCom?

Each API call querying SmartSheet records via WeCom returns a JSON object containing an errcode and errmsg, indicating the success or failure of the retrieval operation for the targeted subtable.

How do I locate the target document for SmartSheet record management via WeCom?

You locate the target document for SmartSheet record management via WeCom by using a specific docid or URL, combined with a sheet_id, to identify the exact subtable for your operations.