diffs

Generate shareable diffs from before and after text blocks.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill diffs-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/191854169/openclawFork/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/191854169/openclawFork --skill diffs-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time, shareable diffs replace manual edit summaries by showing exact text changes between versions.

Core Features & Use Cases

  • Interactive viewer: gateway-hosted viewer to visualize diffs.
  • Rendered artifacts: generate image or PDF representations of diffs for sharing.
  • Mode flexibility: support for view, file, or both modes, plus optional base URL for the viewer and custom file formats.

Quick Start

Provide the before and after text to the tool and request a viewer URL or a 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 text diff for code review?

Generate a shareable text diff by providing before and after code blocks to instantly render exact changes. This replaces manual edit summaries with an auditable visual representation of text modifications for collaboration workflows.

Can I create a visual diff viewer URL from a patch string?

Create a visual diff viewer by supplying a patch string to generate a gateway-hosted viewer URL. This interactive viewer visualizes text changes instantly without requiring manual setup or local hosting.

What is the best way to export rendered diff artifacts as images or PDFs?

Export rendered diff artifacts by configuring mode options to generate image or PDF representations of text changes. This produces shareable files for documentation edits and collaboration workflows where auditable visual diffs are required.

Does this diff tool support custom output modes and file formats?

Supports custom output through mode view, mode file, or mode both configurations. Optional viewerBaseUrl and fileFormat parameters tailor the generated diff artifact and interactive viewer output to specific collaboration requirements.

When do I need to use a rendered diff artifact instead of an interactive viewer?

Use a rendered diff artifact when sharing static image or PDF representations of text changes in documentation. An interactive viewer is better for real-time collaboration and dynamic text diff exploration.