Jrv Text Diff

v1.0.0

Compare two text files or strings side-by-side or unified. Highlights additions, deletions, and changes with color. Supports word-level diff, ignore-whitespa...

0· 96·0 current·0 all-time
byJohn Wang@johnnywang2001
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
Name/description (text diff, unified/side-by-side/JSON/YAML support) match the included Python script and SKILL.md examples. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running scripts/text_diff.py with files or inline strings. The script reads only the provided inputs, parses JSON/YAML locally, and prints diffs. There are no instructions to read unrelated system files, query external endpoints, or exfiltrate data.
Install Mechanism
No install spec provided (instruction-only plus included script). The code runs with python3 on-path; nothing is downloaded or written to disk by an installer step.
Credentials
No environment variables, secrets, or external credentials are requested. The only optional dependency is PyYAML for YAML diffs (the script prints an error and exits if it's not installed).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It has no elevated persistence or privilege demands.
Assessment
This skill is a local diff tool and appears to do only what it says: compare two texts/files and print differences. It does read any file paths you give it, so avoid passing it sensitive files unless you intend to diff them. YAML diffs require PyYAML (the script will error if it's absent). There are no network calls or hidden endpoints in the code, but as with any script you run, inspect inputs and only run it in environments where executing a bundled Python script is acceptable.

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

latestvk972d9beqg9z35fnm6x9epg2q5835x5t

License

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

Comments