← 返回 Skills 市场
crimsondevil333333

Sheetsmith

作者 CrimsonDevil333333 · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
3174
总下载
2
收藏
10
当前安装
3
版本数
在 OpenClaw 中安装
/install sheetsmith
功能描述
Pandas-powered CSV & Excel management for quick previews, summaries, filtering, transforming, and format conversions. Use this skill whenever you need to inspect spreadsheet files, compute column-level summaries, apply queries or expressions, or export cleansed data to a new CSV/TSV/XLSX output without rewriting pandas every time.
安全使用建议
This skill appears to do what it says: inspect and modify spreadsheet files using pandas. Before installing/using it: - Review and run the included tests locally to confirm behavior in your environment. - Be cautious when using --query or --expr: these accept pandas expressions and are evaluated (engine='python'), so do not execute expressions from untrusted sources. Preview results before writing and prefer --output (write a copy) instead of --inplace until you're confident. - The README mentions agent behaviors like sending files via Telegram/WhatsApp and updating memory; these are not implemented in the script — treat those as documentation-level suggestions, not automatic behavior of the code. - Verify dependencies (pandas, openpyxl, xlrd, tabulate) are installed in your environment. If you need higher assurance, review the script source (scripts/sheetsmith.py) yourself — it is small and self-contained with no network calls or hidden endpoints.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The OpenClaw Sheetsmith skill is designed for pandas-powered CSV and Excel file management. The core script `scripts/sheetsmith.py` uses standard pandas functions like `df.query()` and `df.eval()` for data manipulation, which are designed to operate within a safe, restricted context, preventing arbitrary code execution. File operations are limited to reading specified input files and writing output files to user-defined paths. The `SKILL.md` and `README.md` files provide clear instructions for the AI agent on how to use the tool and share its processed output (e.g., via Telegram or WhatsApp), which is a legitimate function of an agent and not an attempt at unauthorized data exfiltration. There is no evidence of intentional harmful behavior, obfuscation, or malicious execution beyond the stated purpose.
能力评估
Purpose & Capability
Name/description match the included code and tests: the CLI implements summary/preview/describe/filter/transform/convert for CSV/TSV/XLSX using pandas. No unrelated env vars, binaries, or install steps are requested.
Instruction Scope
SKILL.md and README instruct the agent to run the included Python CLI on files in the workspace or given paths — this is expected. The script uses pandas.DataFrame.query and DataFrame.eval (engine='python'), which necessarily execute user-provided expressions; this is required for the transform/filter features but is a potential execution surface if you run untrusted expressions or pass paths pointing to sensitive files. The README also mentions sending files via Telegram/WhatsApp and updating 'memory' logs — those are agent-level behaviors described in prose but not implemented in the provided code; treat those statements as informational only.
Install Mechanism
No install spec is present (instruction-only install), and the repository includes the script and tests. Dependencies are documented as system packages (pandas, openpyxl, xlrd, tabulate) but no automatic installer downloads arbitrary code during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The operations require only file paths and standard Python libraries; nothing disproportionate is being asked for.
Persistence & Privilege
always is false and the skill does not request or modify other skills or global agent settings. It can overwrite files only when --inplace is explicitly used; no persistent background privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sheetsmith
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sheetsmith 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updating metadata
v1.0.0
Sheetsmith 1.0.0 initial release - Initial release of the skill with core CSV and Excel management features using pandas. - Added CLI commands for previewing, summarizing, filtering, transforming, and converting spreadsheet files. - Included detailed usage documentation and workflow rules in the SKILL.md. - Added README and basic test files for verification and sample data.
v0.1.0
Initial release
元数据
Slug sheetsmith
版本 1.0.1
许可证
累计安装 11
当前安装数 10
历史版本数 3
常见问题

Sheetsmith 是什么?

Pandas-powered CSV & Excel management for quick previews, summaries, filtering, transforming, and format conversions. Use this skill whenever you need to inspect spreadsheet files, compute column-level summaries, apply queries or expressions, or export cleansed data to a new CSV/TSV/XLSX output without rewriting pandas every time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3174 次。

如何安装 Sheetsmith?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sheetsmith」即可一键安装,无需额外配置。

Sheetsmith 是免费的吗?

是的,Sheetsmith 完全免费(开源免费),可自由下载、安装和使用。

Sheetsmith 支持哪些平台?

Sheetsmith 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sheetsmith?

由 CrimsonDevil333333(@crimsondevil333333)开发并维护,当前版本 v1.0.1。

💬 留言讨论