/install diffgate
DiffGate
Compare two texts and see exactly what changed.
Start the server
uvicorn diffgate.app:app --port 8006
Compare texts
curl -s -X POST http://localhost:8006/v1/diff \
-H "Content-Type: application/json" \
-d '{"text_a": "hello\
world", "text_b": "hello\
earth"}' | jq
Returns similarity (1.0 = identical, 0.0 = completely different), additions, deletions, and changes (each with type add/delete and content).
Use cases
- Compare two LLM outputs to check consistency
- Verify a document hasn't been tampered with
- Track changes between skill versions
- Diff config files before and after an update
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install diffgate - After installation, invoke the skill by name or use
/diffgate - Provide required inputs per the skill's parameter spec and get structured output
What is Diffgate?
Compare two texts and get a unified diff with a similarity score (0-1), line-level additions/deletions, and individual change records. Useful for comparing L... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Diffgate?
Run "/install diffgate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Diffgate free?
Yes, Diffgate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Diffgate support?
Diffgate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Diffgate?
It is built and maintained by mirni (@mirni); the current version is v1.0.0.