OpenClaw OA Operator
by @kisssam6886
Install, configure, operate, and productize OA monitoring and self-heal workflows for OpenClaw workspaces. Use when Codex needs to set up or repair `oa-cli`,...
clawhub install openclaw-oa-operatorπ About This Skill
name: openclaw-oa-operator description: Install, configure, operate, and productize OA monitoring and self-heal workflows for OpenClaw workspaces. Use when Codex needs to set up or repair
oa-cli, inspect or stabilize an oa-project, run or interpret oa collect and oa serve, explain G1-G5 metrics and self-heal signals, refine OA dashboards, or prepare the capability for ClawHub skill or plugin release.
OpenClaw OA Operator
Use this skill to operate OA as an observability and self-heal layer for OpenClaw. Focus on stable workflows, explain what the data means, and keep public packaging separate from machine-specific local setup.
Quick Start
config.yaml, self_heal_rules.yaml, scripts/, patches/, pipelines/, and any dashboard override such as dashboard-zh/.scripts/oa_workspace_smoke_test.sh for a minimal end-to-end workspace check when OA is already configured.Operate OA Locally
1. Confirm the current OA surface.
Use existing workspace scripts first if present, especially wrappers such as scripts/start_oa_server.sh, scripts/stop_oa_server.sh, and scripts/manage_oa_launchd.sh.
2. Verify the runtime before editing UI.
Check that oa collect can populate data and that oa serve exposes the expected endpoints before diagnosing the dashboard.
3. Treat configuration files as policy.
Read config.yaml for goals, thresholds, OpenClaw path, and agent scope. Read self_heal_rules.yaml before changing remediation behavior.
4. Keep verification concrete.
Validate /api/health, /api/goals, /api/team-health, /api/traces, and any self-heal endpoints used by the current dashboard.
Interpret Metrics And Self-Heal State
Refine Dashboards Safely
Package For ClawHub
skill when the value is workflow knowledge: install OA, operate it, interpret metrics, and guide self-heal decisions.plugin when the value is a long-running service, HTTP routes, background workers, or a productized dashboard experience.references/release-readiness.md before preparing a public release.references/smoke-test.md before claiming the package is publish-ready.Deliverables
skill versus plugin
π‘ Examples
config.yaml, self_heal_rules.yaml, scripts/, patches/, pipelines/, and any dashboard override such as dashboard-zh/.scripts/oa_workspace_smoke_test.sh for a minimal end-to-end workspace check when OA is already configured.