Operational tooling for OpenClaw deployments: dashboards, monitoring, config validation, safe restarts, and deployment management.
config-commands.ts)Validate and inspect OpenClaw configuration files. Ensures valid JSON, detects legacy keys, and guards against broken configs reaching production.
observer-commands.ts)Monitor gateway health, track plugin status, and surface operational metrics for running OpenClaw instances.
phase1-commands.ts)Core operational commands for day-to-day management: status checks, restart orchestration, and deployment health verification.
skills-commands.ts)Manage installed skills: list, inspect, and verify skill integrity across the workspace.
legacy-commands.ts)Backward-compatible command support for older OpenClaw configurations during migration periods.
openclaw-config-validate.py)Validates openclaw.json against known schema rules — checks for valid JSON, forbidden legacy keys (e.g. plugins.paths), and verifies a golden master config exists.
openclaw-safe-restart.sh)Backup → validate → restart → restore-on-failure workflow. Prevents broken configs from taking down the gateway.
Automated scanning of repos for accidentally committed private files (MEMORY.md, TODO.md, HEARTBEAT.md, .env). Runs via daily cron.
triage_labels.py)Automated GitHub issue labeling and triage for openclaw-* repositories.
Install via ClawHub:
clawhub install openclaw-ops-elvatis
共 1 个版本