← 返回 Skills 市场
wanghao20150901

openclawkit-excel

作者 wanghao20150901 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclawkit-excel
功能描述
Excel文件操作工具套件,提供基础的Excel文件读写、数据处理和报表生成功能。
安全使用建议
This skill appears to be a local Excel helper and doesn't request credentials or use the network, which is good. However: 1) SKILL.md examples and flags (convert, report, --input, etc.) don't fully match the CLI implemented in scripts/main.py — expect some commands in the docs to be missing or to use different flags. 2) There are functional inconsistencies (e.g., read_excel returns a dict of DataFrames but examples treat it as a single DataFrame; demo/example code may pass plain lists where the implementation expects DataFrames) that will likely cause runtime errors. 3) The code included is not obfuscated and looks benign, but it appears partially incomplete/truncated in the package you provided; treat this as unpolished rather than malicious. Suggested next steps before installing or running in a production context: run the package in an isolated environment (sandbox/VM), inspect the remainder of openclawkit_excel.py (the provided copy was truncated), run unit tests on the main CLI flows you need, and avoid pointing the tool at sensitive directories or files until you're satisfied with behavior. If you need the documented features that are missing, request the author clarify or update the repository before trusting it with important data.
能力评估
Purpose & Capability
Name/description (Excel read/write, cleaning, reporting) match the included Python modules; declared Python deps (pandas, openpyxl) are appropriate and used in the code. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md documents many CLI commands and examples (e.g., convert, report, --input flag for merge) that do not match the actual scripts/main.py implementation (which exposes demo, check, read, create, clean, merge with different argument names like --files). Examples and API usage in the README also assume certain return types (e.g., read_excel returning a DataFrame) that in the code return a dict of DataFrames. There are also mismatches where example data types (lists/dicts) are passed where methods expect DataFrames; these are functional bugs and could cause runtime errors. While not malicious, this scope creep/inconsistency means the runtime behavior may differ from documentation.
Install Mechanism
No install spec (instruction-only) and the SKILL.md correctly lists pip requirements. The package includes source files in scripts/, but there is no download-from-URL or archive install behavior. This is low risk from an installation perspective.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access environment secrets or network endpoints (no requests/urllib/subprocess usage detected in the provided files).
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges. It does not modify other skills or system-wide configs in the provided code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclawkit-excel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclawkit-excel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 首个公开版本发布,提供完整的Excel文件操作工具。 - 支持Excel文件的创建、读取、写入、合并和拆分。 - 增加数据处理功能,包括清洗、格式转换、聚合与数据验证。 - 报表生成功能,支持多表统计与可视化报表。 - 提供命令行和Python API两种使用方式。 - 完善的错误处理与性能优化机制。
元数据
Slug openclawkit-excel
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclawkit-excel 是什么?

Excel文件操作工具套件,提供基础的Excel文件读写、数据处理和报表生成功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 openclawkit-excel?

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

openclawkit-excel 是免费的吗?

是的,openclawkit-excel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclawkit-excel 支持哪些平台?

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

谁开发了 openclawkit-excel?

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

💬 留言讨论