← 返回 Skills 市场
200
总下载
0
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install sheet-agent
功能描述
Spreadsheet operations agent for CSV and Excel files: inspect data, detect anomalies, answer business questions, generate reports, and preview edits safely.
安全使用建议
This skill appears coherent and implements the spreadsheet-reading, anomaly detection, reporting, and safe-change-preview features it claims. Before installing: (1) confirm you trust the unknown author (source/homepage are absent); (2) be aware the skill will read whichever local spreadsheet files you point it at and, upon confirmed edits, will create backups under the skill's backup/ directory (check where that folder will live in your environment); (3) the script requires pandas and openpyxl — install them in an isolated Python environment before running; (4) if you need stronger assurance, review the full scripts (they are included) or run the bundled test suite in an isolated environment to validate behavior. No network calls, credential access, or obfuscated code were found in the provided files.
功能分析
Type: OpenClaw Skill
Name: sheet-agent
Version: 1.0.10
The sheet-agent skill is a legitimate tool designed for spreadsheet analysis, anomaly detection, and reporting. The core logic in `scripts/sheet_agent.py` implements robust safety features, including a mandatory change-preview mechanism and automatic file backups to a local directory before any potential write operations. The code uses standard data processing libraries (pandas, openpyxl) and shows no signs of malicious intent, data exfiltration, or prompt injection vulnerabilities.
能力评估
Purpose & Capability
Name/description match the provided code and tests: the package reads CSV/.xlsx, infers table types, detects anomalies, answers NL queries, generates reports, and previews/writes changes. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and README limit operations to reading local spreadsheet files and producing previews/reports. The documented safety rules (read-only by default, explicit confirmation for writes, backup before write) are implemented in code and tests. Instructions do not ask for unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install spec provided (instruction-only skill) and the code is included directly. This is low-risk compared with remote download installs. The script checks for Python deps (pandas, openpyxl) and exits if missing; dependencies are standard and expected.
Credentials
No environment variables, credentials, or config paths are requested. The skill operates on user-provided file paths only. There are no API keys, tokens, or unrelated env requirements.
Persistence & Privilege
always:false (normal). The skill will create a backup/ directory alongside the skill code and copy backed-up spreadsheet files there — this is a documented behavior and logically related to its purpose, but it does mean the skill will write files under its own skill directory when performing confirmed writes/backups. It does not modify other skills or global config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sheet-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/sheet-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
Fix ClawHub listing metadata by publishing a valid English SKILL.md description so the page summary updates from Chinese to English.
v1.0.9
Translate the skill content and examples to English for the ClawHub listing and packaged files.
v1.0.8
Replace remaining Chinese listing and packaged source text with English.
v1.0.7
Sync the published metadata to English so the ClawHub page summary and repo stay aligned.
v1.0.6
Update summary to English via skill.json summary field.
v1.0.5
Update summary to English.
v1.0.4
English documentation. Skill.json description synced to English.
v1.0.3
- Updated skill metadata in skill.json; no changes to functionality or documentation.
- Version remains focused on spreadsheet reading, business queries, anomaly detection, and safe change previews.
- No changes to features, usage, or output examples in this version.
v1.0.2
sheet-agent v1.0.2
- Updated README.md for improved documentation and usage clarity.
- No changes to the skill's logic or features.
v1.0.1
- SKILL.md rewritten in English for broader accessibility.
- Core features, usage, outputs, and safety principles are now clearly described in English.
- No functionality changes—documentation only.
- Examples, scenarios, and safety mechanisms remain unchanged but translated and clarified.
- Recommended limitations and best practices included in concise terms.
v1.0.0
sheet-agent 1.0.0
- 首次发布:将自然语言转化为表格理解、异常发现、业务结论和安全改写建议。
- 支持读取并理解 CSV / Excel 表格,自动识别列名和业务类型。
- 实现表格数据业务查询、异常(空值/重复/负数等)自动检测与汇报。
- 一键生成日报、周报、运营摘要,包含结构化数据和趋势描述。
- 所有改动先给预览,仅在用户确认后执行写入,内置安全机制。
- 仅支持单表分析处理,暂不支持跨表关联查询。
元数据
常见问题
Sheet Agent 是什么?
Spreadsheet operations agent for CSV and Excel files: inspect data, detect anomalies, answer business questions, generate reports, and preview edits safely. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。
如何安装 Sheet Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sheet-agent」即可一键安装,无需额外配置。
Sheet Agent 是免费的吗?
是的,Sheet Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sheet Agent 支持哪些平台?
Sheet Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sheet Agent?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.10。
推荐 Skills