Install
openclaw skills install @itspremkumar/manifest-diffDiff two agent capability manifests and report what changed (caps/deps/status). Stdlib.
openclaw skills install @itspremkumar/manifest-diffDiff two agent/skill manifests and report capability, permission, and version changes.
Keywords: diff, manifest, agent, cli, audit, security, python, open-source, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Spotting what changed between two agent manifests by eye is error-prone. Manifest Diff solves this: Diff two agent/skill manifests and report capability, permission, and version changes.
Best for: Agent reviewers and platform teams managing versions.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/manifest-diff/main/manifest_diff.py
# Or copy the file anywhere — it's self-contained.
python manifest_diff.py self-test # prove it works end-to-end
python manifest_diff.py diff --help # diff subcommand
| Alternative | Why this skill is better |
|---|---|
| Reading both files | Automatic delta report. |
| diff on raw JSON | Semantic, not textual. |
| Guessing risk | Permission deltas surfaced explicitly. |
Q: Input?
A: Two manifest files (a/b).
Q: What changes?
A: Capabilities, permissions, versions.
Q: CI?
A: Yes — --json.
Q: Offline?
A: Yes.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test manifest-diff
run: python manifest_diff.py self-test
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub