A specialized security utility to compare different versions of Openclaw Skills and detect new, potentially dangerous capabilities before updating.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arc-skill-differ
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install arc-skill-differ using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Differ is a vital security component for developers managing Openclaw Skills. Unlike traditional scanners that look for known malicious patterns in a single file, this tool focuses on the evolution of a skill over time. It identifies when a skill gains new permissions or capabilities that were not present in previous versions, such as sudden network access requirements or file system modifications.
By analyzing the delta between versions, Skill Differ provides a layer of protection against supply chain attacks and unauthorized data exfiltration. It is particularly useful when updating Openclaw Skills sourced from community repositories or third-party marketplaces where code integrity must be verified manually.
The Skill Differ requires python3 and is typically located within your environment's scripts directory.
# Basic diff between an old and new version
python3 scripts/differ.py diff --old ~/.openclaw/skills/my-skill/ --new /tmp/my-skill-v2/
# Run with JSON output for automation
python3 scripts/differ.py diff --old ./v1/ --new ./v2/ --json
The skill processes directory structures and outputs security classifications. Data is organized as follows:
| Attribute | Description |
|---|---|
| New Capabilities | Lists added permissions like net.access or sys.creds. |
| File Changes | Tracks additions, deletions, and modifications in scripts. |
| Recommendation | A status level (SAFE, REVIEW, BLOCK) based on detected risks. |
| Summary Mode | A high-level overview excluding specific line diffs for speed. |
Loading
A high-fidelity security intelligence service providing real-time auditing, static analysis, and semantic threat detection for the AI agent ecosystem.

A unified security assessment tool that chains scanners and verifiers to harden and secure your entire agent skill ecosystem.

A lightweight operational monitoring tool to track agent health, API usage, and performance metrics through a text-based dashboard.

A specialized utility to automatically prune, compact, and manage the size of AI agent memory and log files.

Automated deployment, rollback, and version management for AI agent workflows and skills.

A proactive monitoring utility designed to track performance drift, error rates, and resource usage for deployed AI skills.








































