← Back to Skills Marketplace
zurbrick

OpenClaw Operator

by Don Zurbrick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-operator
Description
Diagnose and prevent OpenClaw agent failures — session bloat, lane deadlocks, bootstrap truncation, auth errors, compaction timeouts, and more. Use this skil...
Usage Guidance
This skill appears to do what it says: read OpenClaw logs/configs and run local diagnostics. Before using it: (1) Review the two included scripts line-by-line to confirm behavior for your environment; they read and parse files under $HOME/.openclaw and call python3. (2) Back up any files the skill suggests editing (e.g., cron/jobs.json, sessions.json, AGENTS.md) before applying changes — the SKILL.md explicitly recommends timestamped backups for break‑glass edits. (3) Note some shell commands assume BSD utilities (stat -f, date -j); test on a non-production host or adapt to Linux stat/date if needed. (4) Run the scripts manually first (bash scripts/session-health-watchdog.sh; bash scripts/bootstrap-budget-check.sh) rather than auto-registering as a cron job until you’ve validated outputs and alerting behavior. (5) If you will register the watchdog as a cron job, ensure the account running cron has appropriate permissions and that you understand where and how alerts will be surfaced (the scripts themselves do not post externally). Overall the skill is internally consistent with its stated ops purpose.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-operator Version: 1.0.0 The skill bundle is a legitimate administrative toolset for managing and troubleshooting OpenClaw agent installations. It contains diagnostic scripts (session-health-watchdog.sh and bootstrap-budget-check.sh) that monitor session sizes, cron job configurations, and log files for common failure patterns. While the skill requires access to the ~/.openclaw directory and the ability to execute shell commands, its behavior is transparent, well-documented, and strictly limited to the stated purpose of operational maintenance without any signs of data exfiltration, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
The name and description match the delivered artifacts: diagnostic prose, failure-patterns reference docs, and two bash scripts that check OpenClaw runtime files and logs under ~/.openclaw. All required accesses (session files, jobs.json, AGENTS.md, gateway.err.log) are appropriate for an ops/troubleshooting skill.
Instruction Scope
Instructions direct the agent or operator to read and (in break‑glass procedures) edit local OpenClaw state such as ~/.openclaw/cron/jobs.json, session registries, and AGENTS.md. This is expected for an ops tool, but it does grant the skill authority to inspect and advise modification of sensitive local agent state; SKILL.md explicitly allows manual edits as break-glass — users should follow the recommended backup & validation steps before making changes.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). Nothing is downloaded or installed automatically. The scripts are plain shell/Python and will only be executed if the operator runs them or registers them with OpenClaw cron.
Credentials
No environment variables, credentials, or third‑party tokens are requested. The scripts read local files only. Example CLI snippets reference OpenClaw commands and model names but do not require secret values from the skill itself.
Persistence & Privilege
The skill does not request permanent 'always' inclusion or write to other skills' configuration. It suggests installing cron jobs (normal for ops tooling), but installation is opt‑in. Autonomous model invocation is the platform default and is not changed by this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-operator
  3. After installation, invoke the skill by name or use /openclaw-operator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: OpenClaw ops diagnostics, failure-pattern catalog, bootstrap budget check, session health watchdog, and safety-first break-glass recovery guidance.
Metadata
Slug openclaw-operator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Operator?

Diagnose and prevent OpenClaw agent failures — session bloat, lane deadlocks, bootstrap truncation, auth errors, compaction timeouts, and more. Use this skil... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install OpenClaw Operator?

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

Is OpenClaw Operator free?

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

Which platforms does OpenClaw Operator support?

OpenClaw Operator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Operator?

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

💬 Comments