pyspark-to-excel — Excel粘贴格式
v1.0.0把 PySpark .show() 的打印结果一键转成 Tab 分隔文本,直接复制即可粘贴到 Excel,无需手动对齐列。
0· 80·0 当前·0 累计
下载技能包
最后更新
2026/4/3
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill is internally consistent and low-risk: it simply converts pasted PySpark .show() output into tab-separated rows suitable for Excel and explicitly forbids adding commentary. Before installing or using it, avoid pasting any sensitive data (credentials, PII) into the skill input, test with small examples to confirm the conversion handles edge cases (e.g., cell values containing '|' or leading/trailing spaces), and verify the agent's output is only the code-block TSV as specified. Because...详细分析 ▾
✓ 用途与能力
Name/description (convert PySpark .show() to Excel-ready tab-separated text) match the SKILL.md processing steps. No unrelated binaries, environment variables, or config paths are requested.
✓ 指令范围
SKILL.md contains a narrowly scoped, deterministic sequence of text-transform steps (remove separator lines, strip outer pipes, split on '|', trim cells, remove footer). It does not instruct reading files, environment variables, or network endpoints, nor does it request adding commentary (explicitly forbids it).
✓ 安装机制
No install spec and no code files are present (instruction-only). This yields minimal surface area — nothing is written to disk or downloaded.
✓ 凭证需求
The skill requires no credentials, env vars, or config paths. There are no disproportionate or unexplained secret requests.
✓ 持久化与权限
always is false and there is no request to modify other skills or system configuration. The skill is user-invocable; autonomous invocation is allowed by platform default but that alone is not a concern given the skill's narrow scope.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/3
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install pyspark-to-excel
镜像加速npx clawhub@latest install pyspark-to-excel --registry https://cn.longxiaskill.com镜像同步中