Text Diff

v1.0.0

Compare two text files and display their differences using unified, context, or side-by-side diff formats with customizable options.

0· 110·2 current·2 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9722k1xmfrcm0thh5cr9cpdch838445

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments