← 返回 Skills 市场
neo1307

Queue State Diff

作者 neo1307 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install queue-state-diff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /queue-state-diff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug queue-state-diff
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Queue State Diff?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install queue-state-diff」即可一键安装,无需额外配置。

Queue State Diff 是免费的吗?

是的,Queue State Diff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Queue State Diff 支持哪些平台?

Queue State Diff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Queue State Diff?

由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。

💬 留言讨论