wecom-smartsheet-data

Automate CRUD operations on WeCom Smart Sheet records by docid or URL.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-smartsheet-data-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-smartsheet-data
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-smartsheet-data
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-smartsheet-data-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the management of enterprise WeCom Smart Sheet data by enabling programmatic CRUD operations on records, reducing manual data handling and errors.

Core Features & Use Cases

  • CRUD operations for WeCom Smart Sheet records: read, add, update, and delete rows.
  • Locate target data by document id or URL and specify the target sheet via sheet_id.
  • Integrate with other tools through a well-defined input schema and JSON responses.

Quick Start

Provide a document identifier (docid or URL) and sheet_id, then perform the desired read, add, update, or delete operation on the target smart sheet.

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 operations for WeCom Smart Sheet records by providing a document identifier (docid or URL) and sheet_id, then executing the desired read, add, update, or delete action through the wecom_mcp tool.

Can I locate a WeCom Smart Sheet using a URL instead of a document id?

Yes, you can locate the target WeCom Smart Sheet data by providing either the document id or the full URL, along with the specific sheet_id, to perform your required record operations.

How do I integrate WeCom Smart Sheet data management into my workflow?

You integrate WeCom Smart Sheet data management by using the structured input schema to perform CRUD actions and processing the clear JSON responses returned by the wecom_mcp tool within your existing tooling.

What do I need to provide to read or update rows in a WeCom Smart Sheet?

To read or update rows in a WeCom Smart Sheet, you need to provide the document identifier (docid or URL), the target sheet_id, and the specific record data for update operations.

Does the WeCom Smart Sheet API return JSON responses for record operations?

Yes, executing CRUD actions on WeCom Smart Sheet records through the wecom_mcp tool returns clear JSON responses, enabling seamless integration and data parsing within your automated workflows.