← Back to Skills Marketplace
wanghao20150901

openclawkit-excel

by wanghao20150901 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclawkit-excel
Description
Excel文件操作工具套件,提供基础的Excel文件读写、数据处理和报表生成功能。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclawkit-excel
  3. After installation, invoke the skill by name or use /openclawkit-excel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 首个公开版本发布,提供完整的Excel文件操作工具。 - 支持Excel文件的创建、读取、写入、合并和拆分。 - 增加数据处理功能,包括清洗、格式转换、聚合与数据验证。 - 报表生成功能,支持多表统计与可视化报表。 - 提供命令行和Python API两种使用方式。 - 完善的错误处理与性能优化机制。
Metadata
Slug openclawkit-excel
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclawkit-excel?

Excel文件操作工具套件,提供基础的Excel文件读写、数据处理和报表生成功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install openclawkit-excel?

Run "/install openclawkit-excel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclawkit-excel free?

Yes, openclawkit-excel is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclawkit-excel support?

openclawkit-excel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclawkit-excel?

It is built and maintained by wanghao20150901 (@wanghao20150901); the current version is v1.0.1.

💬 Comments