← Back to Skills Marketplace
neo1307

Queue State Diff

by neo1307 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install queue-state-diff
Description
Compare two queue or state snapshots and explain what changed between them. Use when Codex needs to analyze drift between JSON/JSONL snapshots, detect newly...
Usage Guidance
This skill appears to do what it says: compare two JSON snapshots and produce a markdown report. It does not contact the network or request credentials. Before running, ensure Node is available and: 1) provide the correct paths for --before and --after (they can be any files the agent can read), 2) choose a safe --out path so the script won't overwrite sensitive files, and 3) note the SKILL.md example assumes the skill is installed under skills/queue-state-diff — adjust the command if the script's actual path differs. If you need stricter controls, run the script manually on a trusted machine or inspect the two snapshot files first.
Capability Analysis
Type: OpenClaw Skill Name: queue-state-diff Version: 1.0.0 The skill is a utility for comparing two JSON snapshots to identify changes, additions, and removals in state or queue data. The Node.js script (scripts/queue_state_diff.js) performs a standard object flattening and comparison logic without any network access, obfuscation, or suspicious file system operations beyond reading the input files and writing the report.
Capability Assessment
Purpose & Capability
The name/description (queue/state diff) match the provided script and SKILL.md. The script reads two JSON files, flattens them, and reports added/removed/changed keys — exactly what the skill claims to do.
Instruction Scope
SKILL.md instructs the agent to run the included Node script on two snapshot files and write an output file. That's within scope. Minor note: the example command uses path node skills/queue-state-diff/scripts/queue_state_diff.js while the included file is at scripts/queue_state_diff.js in the skill bundle; this assumes the skill will be placed under a skills/queue-state-diff directory at runtime. The script also writes to whatever --out path you supply, so avoid pointing --out at sensitive system paths.
Install Mechanism
This is an instruction-only skill with no install spec. No packages are downloaded or installed; runtime depends only on Node being available (the SKILL.md calls node).
Credentials
The skill requires no environment variables, no credentials, and accesses only the file paths provided as arguments. There are no hidden env var reads in the code.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It writes only the user-specified output file and creates its directory if needed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install queue-state-diff
  3. After installation, invoke the skill by name or use /queue-state-diff
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug queue-state-diff
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Queue State Diff?

Compare two queue or state snapshots and explain what changed between them. Use when Codex needs to analyze drift between JSON/JSONL snapshots, detect newly... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Queue State Diff?

Run "/install queue-state-diff" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Queue State Diff free?

Yes, Queue State Diff is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Queue State Diff support?

Queue State Diff is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Queue State Diff?

It is built and maintained by neo1307 (@neo1307); the current version is v1.0.0.

💬 Comments