← 返回 Skills 市场
cztzb

table-structure-handler

作者 cztzb · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install table-structure-handler
功能描述
表结构Excel处理技能。当用户说"表结构处理"时触发。
安全使用建议
This skill appears to do what it claims (Excel table-structure processing) and includes legitimate libraries (openpyxl, pypinyin). However: 1) the SKILL.md calls it "instruction-only" but the package contains ~235 code files — ask the author why code is bundled and request a source/homepage or repository for review. 2) Before using, review scripts/process_table.py (the main script) for any unexpected behaviors (network calls, reading paths outside /workspace/user_input_files/, or writing outside /workspace/skills_output/). 3) Test the skill first with non-sensitive sample files to confirm outputs and ensure no external communication happens. 4) If you must run it on sensitive data, consider running it in a restricted environment (isolated workspace, limited filesystem permissions) or request the upstream source so you or your security team can audit the code. Providing the author’s repository, digital signatures, or hashes for the bundled libraries would raise confidence.
功能分析
Type: OpenClaw Skill Name: table-structure-handler Version: 1.5.0 The skill bundle 'table-structure-handler' is designed to automate the formatting and standardization of Excel table structures. The core logic in 'scripts/process_table.py' uses standard libraries (openpyxl, pypinyin) to modify worksheets by adding headers, inserting rows, and applying styles based on configuration files in the 'data/' directory. The script operates strictly within the local workspace, lacks any network activity, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's stated purpose (processing Excel table-structure files) aligns with the large bundled libraries (openpyxl for Excel manipulation, pypinyin for Chinese pinyin handling) and data files describing headers and styles. However SKILL.md describes the skill as "instruction-only" (no install spec), which contradicts the presence of ~235 code files (scripts/lib/* and scripts/process_table.py). Bundling these libraries is plausible for this purpose, but the metadata/instruction mismatch is an inconsistency to be aware of.
Instruction Scope
The SKILL.md instructions are narrowly scoped: read the newest or specified .xlsx from /workspace/user_input_files/ and write a _processed.xlsx to /workspace/skills_output/. The described transformations (delete first row, insert columns F~N headers, styling, preserve A~E) are consistent with what openpyxl can perform. Instructions do not request other system files, credentials, or external endpoints.
Install Mechanism
No install spec is declared (reduces download risk), but the skill package already includes full third-party libraries (openpyxl 3.1.5, et_xmlfile, pypinyin) and a main script (scripts/process_table.py). Bundling is not inherently malicious but increases the code surface that will run locally; the package does not fetch code from the network during install according to provided metadata.
Credentials
The skill does not request any environment variables, credentials, or config paths. The declared inputs/outputs are only workspace paths, which is proportionate to Excel processing.
Persistence & Privilege
The skill is not always-enabled and allows user invocation. There is no indication it modifies other skills or system-wide settings. It writes outputs into /workspace/skills_output/ which is expected for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install table-structure-handler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /table-structure-handler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
v1.5: pypinyin bugfix, improved column width logic
元数据
Slug table-structure-handler
版本 1.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

table-structure-handler 是什么?

表结构Excel处理技能。当用户说"表结构处理"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 table-structure-handler?

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

table-structure-handler 是免费的吗?

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

table-structure-handler 支持哪些平台?

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

谁开发了 table-structure-handler?

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

💬 留言讨论