← 返回 Skills 市场
OpenClaw Route Audit
作者
Paul Frederiksen
· GitHub ↗
· v0.1.1
· MIT-0
93
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-route-audit
功能描述
Audits OpenClaw cron jobs by statically checking routes and runtime delivery to find mismatches, silent failures, and routing issues without sending test mes...
安全使用建议
This skill is coherent for auditing OpenClaw cron routing, but before running: (1) inspect /root/.openclaw/cron/jobs.json and /root/.openclaw/workspace/tools/cron_delivery_audit.py yourself to ensure they don't contain secrets or unexpected behavior; (2) ensure the openclaw-route-check binary on PATH is the trusted tool you expect (or set ROUTE_CHECK_BIN to a vetted executable); (3) avoid running as root if not necessary; and (4) be aware the script writes combined JSON to /tmp (temporary files may be readable by other local users). If you cannot review the referenced files or the route-check binary, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: openclaw-route-audit
Version: 0.1.1
The openclaw-route-audit skill is a diagnostic tool designed to validate cron notification routing. It uses a shell script (run_route_audit.sh) to execute local Python scripts and binaries for auditing purposes. The SKILL.md instructions are transparent and include explicit security-conscious guidance, such as advising the agent to inspect local scripts and avoid unnecessary root execution. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name, description, SKILL.md, script, and skill.json all consistently describe auditing OpenClaw cron routing using a local runtime audit and a static route checker. Required local paths and a route-check binary are coherent with that purpose.
Instruction Scope
Instructions and the bundled script only read two local files in /root/.openclaw, run a local Python audit script, invoke a trusted openclaw-route-check binary, and emit JSON. This matches the stated audit purpose. Note: it reads files under /root which may be privileged or contain sensitive config — the SKILL.md warns to inspect files, but users should explicitly verify that the referenced files do not contain secrets they don't want inspected.
Install Mechanism
No install spec — instruction-only with a small bundled shell script. No downloads, archive extraction, or external installers are present.
Credentials
The skill declares no required env vars or credentials, which is appropriate. However, it requires access to /root/.openclaw paths; that implies either root access or a user account that already has those files. Users should confirm file permissions and that no unrelated credentials are exposed in those config files.
Persistence & Privilege
The skill does not request persistent presence (always: false), does not modify other skills or system-wide settings, and contains no daemon or auto-update behavior. It writes temporary JSON to /tmp, which is normal but could expose info to other local users on a multi-user system.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-route-audit - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-route-audit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Clarify prerequisites, remove temp-path assumption from main usage, and add safer preflight checks for local files and openclaw-route-check.
v0.1.0
Initial release: combines runtime cron delivery audit with static routing analysis via openclaw-route-check.
元数据
常见问题
OpenClaw Route Audit 是什么?
Audits OpenClaw cron jobs by statically checking routes and runtime delivery to find mismatches, silent failures, and routing issues without sending test mes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 OpenClaw Route Audit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-route-audit」即可一键安装,无需额外配置。
OpenClaw Route Audit 是免费的吗?
是的,OpenClaw Route Audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Route Audit 支持哪些平台?
OpenClaw Route Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Route Audit?
由 Paul Frederiksen(@pfrederiksen)开发并维护,当前版本 v0.1.1。
推荐 Skills