← Back to Skills Marketplace
OpenClaw Route Audit
by
Paul Frederiksen
· GitHub ↗
· v0.1.1
· MIT-0
93
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-route-audit
Description
Audits OpenClaw cron jobs by statically checking routes and runtime delivery to find mismatches, silent failures, and routing issues without sending test mes...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-route-audit - After installation, invoke the skill by name or use
/openclaw-route-audit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install OpenClaw Route Audit?
Run "/install openclaw-route-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Route Audit free?
Yes, OpenClaw Route Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Route Audit support?
OpenClaw Route Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Route Audit?
It is built and maintained by Paul Frederiksen (@pfrederiksen); the current version is v0.1.1.
More Skills