← 返回 Skills 市场
xixihaha123123123123

WPS Excel Processing

作者 xixihaha123123123123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wps-xlsx
功能描述
创建、编辑或分析 .xlsx / .xlsm / .csv / .tsv 文件。当用户要求生成、处理、下载 Excel 表格,或提及表格文件名/路径并希望对其操作时,使用本技能。包括:打开、读取、编辑、修复已有文件(增列、计算、格式化、图表、数据清洗),从零或其他数据源创建新表格,以及表格格式间的转换。对于结构混...
安全使用建议
This skill appears to do what it says (Excel creation/editing and formula recalculation) and includes a Python recalc implementation. Before installing or running it: 1) confirm your runtime will provide the Python dependencies (formulas, numpy, pandas, openpyxl) or add an install step; 2) ensure the environment variables referenced in the SKILL.md (skill_path and OUTPUT_ROOT) are set or declared by the skill; 3) run the skill on copies of important files because recalc injects cached values and can modify .xlsx files in-place; 4) remember jupyter_cell_exec executes arbitrary Python — treat it like running a script from an unknown source and review scripts/recalc.py yourself or run in a sandbox. These inconsistencies are likely sloppy configuration rather than malicious code, but they should be fixed or validated before granting the skill access to real data.
功能分析
Type: OpenClaw Skill Name: wps-xlsx Version: 1.0.0 The skill bundle is designed for advanced Excel file manipulation, including data cleaning, chart generation, and formula verification. The core logic in 'scripts/recalc.py' uses the 'formulas' and 'openpyxl' libraries to recalculate Excel formulas and inject the results back into the XML structure of the .xlsx file, ensuring data consistency. The instructions in 'SKILL.md' are well-structured, focusing on professional formatting and grid-based chart layouts without any signs of prompt injection, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
The name/description (Excel creation/processing) aligns with included Python scripts (recalc.py) and the SKILL.md instructions (pandas + openpyxl + a pure-Python formulas engine). Nothing in the code attempts unrelated cloud access or secret exfiltration.
Instruction Scope
SKILL.md instructs executing arbitrary Python via jupyter_cell_exec and to import the bundled recalc module by inserting a path based on os.getenv('skill_path'), and to write outputs to OUTPUT_ROOT. Those environment variables (skill_path, OUTPUT_ROOT) are referenced but not declared in the skill metadata. The instructions also expect the 'formulas' library to be present (or to be installed) but provide no automated install step; this is an operational gap and a scope/information mismatch.
Install Mechanism
There is no install spec (instruction-only at registry level) and the code relies on Python packages (formulas, numpy, pandas, openpyxl). Absence of an install step means dependencies may not be available at runtime — not a direct malicious sign but a practical inconsistency. No external downloads or obscure URLs are used in included files.
Credentials
The skill declares no required env vars, but SKILL.md and example code reference skill_path and OUTPUT_ROOT. Those are necessary for locating the bundled 'scripts' and saving output; they should be declared. No credentials or secrets are requested, which is proportionate to the stated purpose.
Persistence & Privilege
always:false and default autonomous invocation are used (normal). The skill does modify XLSX files in-place (inject_cached_values writes into the .xlsx zip) which is consistent with its purpose but means it can overwrite files given a path — the user should ensure the skill runs on copies or trusted locations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wps-xlsx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wps-xlsx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - WPS Excel processing skill
元数据
Slug wps-xlsx
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WPS Excel Processing 是什么?

创建、编辑或分析 .xlsx / .xlsm / .csv / .tsv 文件。当用户要求生成、处理、下载 Excel 表格,或提及表格文件名/路径并希望对其操作时,使用本技能。包括:打开、读取、编辑、修复已有文件(增列、计算、格式化、图表、数据清洗),从零或其他数据源创建新表格,以及表格格式间的转换。对于结构混... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 WPS Excel Processing?

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

WPS Excel Processing 是免费的吗?

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

WPS Excel Processing 支持哪些平台?

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

谁开发了 WPS Excel Processing?

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

💬 留言讨论