← 返回 Skills 市场
sfxia

Excel Auto Clean

作者 橙子 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
171
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install excel-auto-clean
功能描述
自动整理Excel表格、去重、排序、生成报表
使用说明 (SKILL.md)

功能

  1. 打开Excel文件
  2. 自动删除空行空列
  3. 自动去重
  4. 自动按第一列排序
  5. 自动生成汇总报表
  6. 保存为新文件

执行流程

请按顺序执行:

  1. 让用户选择Excel文件
  2. 读取数据
  3. 清理格式、删除空行
  4. 重复数据去重
  5. 按关键字段排序
  6. 生成数据统计表
  7. 保存新文件到桌面
  8. 告诉用户整理完成
安全使用建议
Do not install or pay for this skill yet. Key issues: (1) the core implementation (./excel-handler) is missing — the package cannot perform the Excel operations it advertises; (2) the code performs payment checks and will present a pay link — confirm the payUrl originates from the platform before paying; (3) SKILL.md intends to write a new file to your Desktop — ask for explicit details about where files will be saved and whether existing files may be overwritten; (4) request the missing excel-handler source or a complete package so you can review file I/O and any network calls the handler might make; (5) if you test it, use non-sensitive sample files and back up originals. If the publisher cannot provide the missing file or a trustworthy explanation, treat the skill as incomplete and avoid using it.
能力评估
Purpose & Capability
The SKILL.md describes straightforward Excel operations (remove blanks, dedupe, sort, save). The code's main logic delegates to require('./excel-handler'), but that file is not included in the package. This means the implementation required to perform the stated work is missing — the package as distributed cannot actually do what it claims.
Instruction Scope
SKILL.md asks the agent to let the user pick a file, read/modify it, and 'save new file to desktop' — which implies filesystem read/write of user files. The code returns a success message '新文件已保存至桌面' without showing any file operations (those would be in the missing excel-handler). Because the actual file-handling code is absent, it's unclear what would run and what data would be written or transmitted.
Install Mechanism
There is no install spec and no external downloads; the skill is instruction/code-only. The only external require is '@clawhub/skill-sdk', which the code comments claim is provided by the platform. No third-party fetches or archive extraction are present in the repo.
Credentials
The skill declares no required environment variables and no config paths. The code uses a platform billing SDK (SkillPay) and assumes the platform injects the SkillPay API key; this is plausible for platform-hosted skills. There are no explicit requests for unrelated credentials, but the payment flow means users will be asked to complete a purchase via a generated payUrl — verify that URL comes from the platform.
Persistence & Privilege
The skill does not request always:true, does not declare persistent system-wide modifications, and does not ask to change other skills' configs. It follows the platform default that allows autonomous invocation, which by itself is not a new concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install excel-auto-clean
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /excel-auto-clean 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Initial code file (index.js) added. - Documentation updated to reflect version 1.0.1.
v1.0.0
Initial release of Excel 自动整理大师. - Automatically cleans Excel files by removing empty rows and columns - Deduplicates data and sorts by the first column - Generates a summary report - Saves the processed file as a new one on the desktop - Guides the user through each step for ease of use
元数据
Slug excel-auto-clean
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Excel Auto Clean 是什么?

自动整理Excel表格、去重、排序、生成报表. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 Excel Auto Clean?

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

Excel Auto Clean 是免费的吗?

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

Excel Auto Clean 支持哪些平台?

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

谁开发了 Excel Auto Clean?

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

💬 留言讨论