← 返回 Skills 市场
harrylabsj

Text Diff

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install text-diff
功能描述
Compare two text files and display their differences using unified, context, or side-by-side diff formats with customizable options.
安全使用建议
This is a local text comparison tool that reads the two file paths you give it and prints or saves a diff; it does not contact external services or access hidden credentials. If you install it, ensure you trust the skill source (it runs Python code from the skill directory). Confirm you have Python 3 available and be careful not to pass sensitive files to any tool unless you intend to view/compare them locally.
功能分析
Type: OpenClaw Skill Name: text-diff Version: 1.0.0 The skill is a legitimate utility for comparing text files using Python's standard 'difflib' library. The code in 'text_diff.py' is well-structured, lacks any network or unauthorized file access, and strictly follows the functionality described in 'SKILL.md' and 'README.md'.
能力评估
Purpose & Capability
The name/description (text diff) align with the included script and README. The skill only needs Python (already assumed) and works on two user-specified files; there are no unrelated dependencies or credentials requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script on two specified files. The script only reads the provided file paths and optionally writes output to a user-specified file — it does not access other system files, environment secrets, or network endpoints.
Install Mechanism
No install spec is provided (instruction-only). The package includes a plain Python script and docs; nothing is downloaded or executed from external URLs during install.
Credentials
No environment variables, credentials, or config paths are requested. The script reads files the user passes on the command line and optionally writes an output file — this is proportionate to the stated task.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and runs only when invoked by the user (or agent) as normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-diff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-diff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Compare text files and show differences
元数据
Slug text-diff
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Text Diff 是什么?

Compare two text files and display their differences using unified, context, or side-by-side diff formats with customizable options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Text Diff?

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

Text Diff 是免费的吗?

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

Text Diff 支持哪些平台?

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

谁开发了 Text Diff?

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

💬 留言讨论