jrv-text-diffCompare two text files or strings side-by-side or unified. Highlights additions, deletions, and changes with color. Supports word-level diff, ignore-whitespa...
Install via ClawdBot CLI:
clawdbot install johnnywang2001/jrv-text-diffGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
In software development teams, automatically diff config files or code snippets between branches to highlight changes at word level. Saves reviewer time by focusing on semantic changes rather than formatting noise.
Compare production and staging configuration files (JSON/YAML) to catch unintended differences before deployment. Structural diff ignores key ordering, making it easy to spot real changes.
Law firms and compliance teams can compare contract drafts with word-level diffs to track amendments. Output as JSON for integration with document management systems.
In continuous integration pipelines, use the tool to compare expected vs actual output files. The JSON report and exit codes enable automated pass/fail decisions.
Offer the basic text diff CLI for free with unlimited usage. Charge for advanced features like batch processing, cloud storage integration, or team collaboration dashboards.
Wrap the diff capability in a REST API for integration into third-party platforms (e.g., GitHub Actions, GitLab CI). Monetize via pay-per-request or monthly subscription tiers.
License the diff engine as an SDK to SaaS platforms (code editors, document management systems) for embedding. One-time fee plus annual maintenance.
💬 Integration Tip
To integrate as a CI step, run with `--output-json` and parse exit codes for pass/fail. For web apps, wrap the CLI in a REST API using a microframework like Flask.
Scored May 7, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.