diffs

Generate viewer URLs or patch files for exact change representations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces real, shareable diffs for edits, replacing tedious manual summaries with precise change representations.

Core Features & Use Cases

  • Viewer URLs: Generate a gateway-hosted viewer URL for diffs to share with teammates.
  • File Artifacts: Output patch or unified diff files that can be applied or reviewed offline.
  • Use Case: Ideal for code reviews, documentation updates, and patch workflows requiring exact change tracking.

Quick Start

Run the diffs tool on the target files to generate a shareable diff artifact.

Frequently Asked Questions about diffs

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

FAQPage Schema
How do I generate shareable diffs for code review instead of writing manual summaries?

Generate shareable diffs for code review by producing viewer URLs or file artifacts using mode=view, mode=file, or mode=both, replacing manual summaries with precise change representations across files.

What is the best way to create a patch file from code edits for offline review?

Create a patch file from code edits by outputting unified diff file artifacts using mode=file, which can be applied or reviewed offline across repositories.

Can I generate a hosted viewer URL to share diffs with my teammates?

Yes, generate a gateway-hosted viewer URL to share diffs with teammates by using mode=view, with optional viewerBaseUrl configuration to customize the link.

Does the diff generation tool work safely behind a proxy environment?

Yes, diff generation works safely behind a proxy environment by applying safe defaults, ensuring viewer URLs and file artifacts are produced without proxy configuration conflicts.

When do I need to use mode=both for generating diff artifacts?

Use mode=both for generating diff artifacts when you require both a gateway-hosted viewer URL for sharing and a patch file artifact for offline application in patch workflows.