diffs

Generate shareable diffs from text or patch inputs via viewer URL or file artifact.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to produce real, shareable diffs (viewer URLs, file artifacts, or both) instead of writing manual edit summaries.

Core Features & Use Cases

  • Diff generation: Accepts before/after text or a unified patch string to create a diffs artifact.
  • Viewer & artifacts: Provides an interactive viewer URL, a rendered artifact, or both for easy sharing in code reviews, documentation edits, and collaboration.
  • Use Case: When reviewing changes across a pull request, generate a shareable diff link to accompany a summary or inline notes.

Quick Start

Describe the before and after text to generate a shareable diff.

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?

To generate a shareable diff, provide the before and after text or a unified patch string. The tool then produces an interactive viewer URL, a rendered file artifact, or both for collaborative code review.

Can I create a diff viewer URL directly from a unified patch string?

Yes, you can create a diff viewer URL directly from a unified patch string. By setting the output mode to viewer, the patch input is rendered into an interactive link for immediate sharing.

What is the best way to share code changes for collaborative review without manual summaries?

The best way to share code changes is to generate a real diff artifact or viewer URL. This replaces manual edit summaries with an interactive before-after comparison for collaborators.

Does this diff tool support outputting both a file artifact and a viewer link at the same time?

Yes, the diff tool supports outputting both a file artifact and a viewer link simultaneously. You can set the mode to both, generating a downloadable file and a shareable URL together.

When do I need to use a unified patch string instead of before-after text for diff generation?

You need to use a unified patch string when you already have version control output. The diff generator accepts both raw before-after text and unified patch formats to produce shareable change comparisons.