← 返回 Skills 市场
jpengcheng523-netizen

file-compare

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-file-compare
功能描述
Compare two files
使用说明 (SKILL.md)

File Compare

Compare two files

When to Use

  • User needs utility related functionality
  • Automating compare tasks
  • Filesystem operations

Usage

python3 scripts/file_compare.py --input \x3Cinput> --output \x3Coutput>

Configuration

Set required environment variables:

export COMPARE_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}
安全使用建议
Do not run or trust this skill as-is. Before installing, ask the author to: (1) provide the missing script(s) or remove references to them; (2) explain exactly why an API key (COMPARE_API_KEY) is needed for a local file compare and where that key is sent; (3) publish source or a homepage so you can inspect the code. Never supply real API keys or secrets to a skill whose purpose doesn't clearly require them. If you must test, do so in a safe sandbox and prefer an open-source implementation you can inspect yourself.
功能分析
Type: OpenClaw Skill Name: jpeng-file-compare Version: 1.0.0 The skill documentation in SKILL.md describes a file comparison utility that requires an external API key (COMPARE_API_KEY), which is highly unusual for local filesystem operations and suggests that file contents may be exfiltrated to a remote service. Furthermore, the implementation script (scripts/file_compare.py) is referenced but missing from the provided files, making it impossible to verify the destination of the data or the safety of the command execution.
能力评估
Purpose & Capability
Name/description say 'Compare two files' (a local filesystem task), but the SKILL.md asks the user to set COMPARE_API_KEY and to run python3 scripts/file_compare.py. There are no code files, no install spec, and no declared environment variables — the requested API key and script do not match the stated simple purpose.
Instruction Scope
Instructions direct the agent to run `python3 scripts/file_compare.py --input <input> --output <output>` and to export COMPARE_API_KEY. The referenced script is not present in the package and the API key is not declared in metadata. This is scope creep and makes the runtime behavior undefined and potentially risky.
Install Mechanism
Instruction-only skill (no install, no files). That is lower risk generally, but here the lack of the referenced script means the instructions are unusable as provided. No downloads or install URLs are present.
Credentials
SKILL.md requires COMPARE_API_KEY (an apparent secret) despite the registry metadata listing no required env vars or primary credential. A basic file comparison should not need an external API key; requesting one is disproportionate and unexplained.
Persistence & Privilege
The skill does not request always: true, does not declare persistence or system-wide config changes, and has no declared credentials or config paths. Autonomous invocation is allowed by default but is not itself a new concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-file-compare
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-file-compare 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jpeng-file-compare. - Provides a utility to compare two files via command line. - Supports automation of file comparison tasks. - Outputs comparison results as JSON. - Requires setting a COMPARE_API_KEY environment variable for use.
元数据
Slug jpeng-file-compare
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

file-compare 是什么?

Compare two files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 file-compare?

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

file-compare 是免费的吗?

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

file-compare 支持哪些平台?

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

谁开发了 file-compare?

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

💬 留言讨论