diffs

Generate shareable diffs from before/after content with viewer URLs or file artifacts.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/karaabd23-crypto/openclaw --skill diffs-karaabd23-crypto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/karaabd23-crypto/openclaw/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/karaabd23-crypto/openclaw --skill diffs-karaabd23-crypto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting manual edit summaries into real, shareable diffs that can be viewed via a viewer URL or downloaded as artifacts, reducing review time and miscommunication.

Core Features & Use Cases

  • Generate accurate diffs from before and after content with options for a live viewer URL, a downloadable patch, or both.
  • Support multiple delivery modes including view, file, or both, with configurable artifact quality.
  • Use Case: In code reviews, attach a shareable diff that highlights changes or export a patch for version-control workflows.

Quick Start

Provide a before/after snippet to generate a shareable diff view or file artifact.

Frequently Asked Questions about diffs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a shareable diff from before and after code snippets?▼

You can generate a shareable diff by providing before and after content snippets to automatically produce a real diff output, available as a live viewer URL or a downloadable patch artifact.

Can I export a patch file for version-control workflows from arbitrary text edits?▼

Yes, you can export a downloadable patch file by configuring the delivery mode to 'file' when providing your before and after content, enabling direct integration into version-control workflows.

What is the best way to create a visual before-after comparison for code review?▼

Creating a visual before-after comparison for code review is best done by generating a live viewer URL, which automatically renders the precise differences between your original and edited content for collaborative inspection.

Do I need any specific version-control software installed to view these diffs?▼

No specific version-control software is required, as diffs are generated directly from provided text content and can be accessed through a standard web viewer URL without external dependencies.

Does this tool support both live viewer links and downloadable artifacts simultaneously?▼

Yes, it supports outputting both a live viewer URL and a rendered artifact simultaneously by selecting the 'both' delivery mode when processing your before and after content snippets.

When should I avoid using automated diffs for QA checks?▼

You should avoid using automated diffs for QA checks if your content lacks distinct before and after text states, as the mechanism relies entirely on comparing two specific provided inputs.