← Back to Skills Marketplace
1499
Downloads
0
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install simple-excel
Description
简单的 Excel 文件处理工具。用于读取、创建、编辑 .xlsx 和 .csv 文件,适合基本的数据操作任务,如读取数据、简单计算、生成表格等。
Usage Guidance
This skill is a short how-to for using pandas to handle Excel/CSV files and does not require credentials or install anything. Before using: ensure your agent environment has Python and pandas (and an Excel engine such as openpyxl) if you want the examples to run; consider whether you trust any Excel files you open (avoid untrusted files — they can contain malicious content in other contexts, though pandas itself does not execute Excel macros). If you need guarantees about dependencies or reproducible installs, prefer a skill that declares its required packages or provides code that you can inspect and run in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: simple-excel
Version: 1.0.2
The skill bundle contains standard documentation and Python code snippets for basic Excel and CSV file manipulation using the pandas library. The content in SKILL.md is purely instructional, focusing on common data operations like reading, writing, and filtering dataframes, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (simple Excel processing) matches the SKILL.md content, which contains pandas examples for reading, writing, and basic manipulation of .xlsx/.csv files. There are no unrelated requirements or capabilities requested.
Instruction Scope
SKILL.md contains only example Python/pandas snippets for file operations and basic transformations; it does not instruct the agent to read other system files, call external endpoints, or access credentials. Note: it implicitly assumes a Python environment with pandas (and potentially an Excel engine like openpyxl), but does not declare those dependencies.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportional to its stated purpose.
Persistence & Privilege
always is false and the default autonomous invocation setting is unchanged. The skill does not request permanent presence or modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install simple-excel - After installation, invoke the skill by name or use
/simple-excel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated documentation (SKILL.md) with clear Quick Start guides and typical Pandas code samples for Excel and CSV operations.
- Added examples for reading, writing, filtering, grouping, sorting, and exporting Excel/CSV files.
- Provided a table of common Pandas actions for basic data processing.
- Included usage tips and best practices for handling Excel and CSV files.
Metadata
Frequently Asked Questions
What is Simple Excel?
简单的 Excel 文件处理工具。用于读取、创建、编辑 .xlsx 和 .csv 文件,适合基本的数据操作任务,如读取数据、简单计算、生成表格等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1499 downloads so far.
How do I install Simple Excel?
Run "/install simple-excel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Simple Excel free?
Yes, Simple Excel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Simple Excel support?
Simple Excel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Simple Excel?
It is built and maintained by anmu14641 (@anmu14641); the current version is v1.0.2.
More Skills