diffs

Generate shareable diff viewer URLs or file artifacts from before/after text or patch input.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill diffs-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/Arry8/openclaw-edge/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill diffs-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.

Core Features & Use Cases

  • Accepts before/after text or patch input to generate a diff.
  • Provides a viewer URL (mode=view), a file artifact (mode=file), or both (mode=both) for easy sharing.
  • Use Case: code reviews, documentation updates, and collaboration on PRs that require clear change highlights.

Quick Start

Compare your before-and-after text with the diffs tool to generate a shareable viewer URL 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 text for code review?

You can generate a diff by providing before-and-after text or patch input. The tool outputs a viewer URL, a file artifact, or both, replacing manual edit summaries in documentation updates and code reviews.

What is the best way to share code changes without writing manual edit summaries?

Generating a real diff from before-and-after text is the best way to share code changes. It automatically produces a shareable viewer URL or file artifact, eliminating the need for manual edit summaries.

Can I use patch input to create a diff viewer URL for version-controlled projects?

Yes, patch input is supported to create a diff viewer URL. The tool accepts patch data and generates a shareable viewer link, a file artifact, or both for version-controlled project workflows.

Does the diff output support both a viewer URL and a downloadable file artifact?

Yes, diff output supports both a viewer URL and a file artifact. By using mode=both, the tool generates a shareable viewer link and a file artifact simultaneously for collaborative review workflows.

What formats of input text are accepted to produce a diff for documentation updates?

The tool accepts before-and-after text or patch input to produce a diff for documentation updates. It processes these inputs to generate a shareable viewer URL or file artifact highlighting the changes.