📦 Df Merger — 合并数据框
v2.1.0一键合并来自多个数据源的 pandas DataFrame,自动对齐不同表结构、主键及数据质量差异,输出统一、干净的数据集。
0· 1.1k·1 当前·1 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
What to check before installing or running this skill:
- Confirm your runtime has the required Python packages (pandas, numpy, possibly others). Ask the author for an explicit dependency list or a requirements.txt/install instructions; do not let the agent auto-install packages without oversight.
- Review the full SKILL.md (and any truncated parts) to ensure there are no hidden network calls, telemetry, or unexpected file-system operations.
- Only provide the files/data you want merged; avoid gi...详细分析 ▾
ℹ 用途与能力
The name/description and the provided Python implementation align: the skill is focused on merging DataFrames and schema reconciliation for construction data. However, the SKILL.md code uses pandas and numpy but the skill's requirements only list python3 (no declared Python package dependencies or install steps), which is a functional/coherence gap.
ℹ 指令范围
Instructions and code are limited to reading and merging user-provided data (CSV/Excel/JSON/DFs) and presenting results; they do not reference external network endpoints, environment secrets, or other system-wide config. That scope is appropriate, but because this is an instruction-only skill containing runnable Python code, confirm how and where the code will be executed and that the agent will only process files you explicitly provide.
ℹ 安装机制
There is no install spec (instruction-only), which lowers supply-chain risk. However, the missing declaration of required Python packages (pandas, numpy) means the agent or a user might attempt to install packages at runtime (e.g., pip), which is an operational concern to clarify before execution.
✓ 凭证需求
The skill does not request environment variables, credentials, or external API tokens. This is proportionate to the stated purpose (local data merging).
✓ 持久化与权限
always:false and model invocation is allowed (platform default). The claw.json lists a general 'filesystem' permission which is consistent with reading user-supplied files, but you should confirm the exact filesystem access scope and that it won't be used to read system files you didn't intend to share.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSmacOS · Linux · Windows
版本
latestv2.1.02026/2/7
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install df-merger
镜像加速npx clawhub@latest install df-merger --registry https://cn.longxiaskill.com