tencent-docs-sheetagent

Delegates Excel and CSV spreadsheet tasks to a sheet-agent subagent for analysis and editing.

68|25|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/rojim666/SztuCode --skill tencent-docs-sheetagent-rojim666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tencent-docs-sheetagent
Source: https://github.com/rojim666/SztuCode/tree/main/py-runtime/src/sztu_code/core/prompts/workbuddy/skills/_builtin-plugins/sheetagent/skills/excel-handler
Command: npx skills add https://github.com/rojim666/SztuCode --skill tencent-docs-sheetagent-rojim666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with spreadsheet files requires specialized handling for formulas, pivot tables, charts, and data cleaning that general-purpose agents struggle to perform reliably. This Skill routes any Excel, XLSX, XLS, or CSV task to a dedicated sheet-agent subagent so spreadsheet operations are handled by a specialized worker. ## Core Features & Use Cases - Spreadsheet Delegation: Forwards the file path, the user's original request, and the current time to a sheet-agent subagent without rewriting the user's intent. - Full Spreadsheet Coverage: Supports reading, writing, querying, formulas, charts, pivot tables, row/column operations, merging, sorting, filtering, formatting, and data cleaning for .xlsx, .xls, and .csv files. - Guardrails: Prevents the main agent from calling sheetagent MCP tools directly or injecting implementation steps into the subagent's instructions. - Use Case: A user uploads sales-data.xlsx and asks for a regional summary pivot table; the main agent passes the file path and original request to the sheet-agent, which returns the analysis result. ## Quick Start Upload an Excel or CSV file and ask the agent to analyze, edit, or summarize the spreadsheet, and the task will be delegated to the sheet-agent subagent.

Frequently Asked Questions about tencent-docs-sheetagent

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

FAQPage Schema
How do I analyze an Excel file with an AI agent?▼

Upload the .xlsx, .xls, or .csv file and state your request in natural language. The main agent forwards the file path and your original instruction to a sheet-agent subagent, which performs the analysis and returns the result.

What spreadsheet operations does the sheet-agent support?▼

The sheet-agent handles reading, writing, querying, formulas, charts, pivot tables, row and column operations, merging, sorting, filtering, formatting, and data cleaning across Excel and CSV files.

Can the main agent call sheetagent MCP tools directly?▼

No. The Skill explicitly forbids the main agent from calling mcp__sheetagent__* tools directly. All spreadsheet work must be delegated to the sheet-agent subagent with only the file path, user input, time, and expected output.

What happens if I upload a spreadsheet without instructions?▼

The agent will first ask what you want to do with the file. Only after you provide a concrete instruction does it invoke the sheet-agent subagent, ensuring the task has a clear goal before processing.

Which file formats are supported for spreadsheet processing?▼

The Skill supports .xlsx, .xls, and .csv files. Any uploaded or referenced file in these formats triggers delegation to the sheet-agent subagent for handling.