Install
openclaw skills install benos-bootstrapInitializes the BenOS runtime in OpenClaw by validating system state, configuration, environment, and Node compatibility before other BenOS skills run.
openclaw skills install benos-bootstrapBenOS Bootstrap is a system-initialization skill for OpenClaw-based agent stacks.
This skill initializes a BenOS runtime environment inside OpenClaw. It performs startup validation, establishes baseline state, and ensures required system dependencies are reachable before other BenOS skills execute.
BenOS is designed as a deterministic, structured executive runtime overlay. The bootstrap layer ensures predictable startup behavior and prevents downstream skills from executing in an inconsistent environment.
This skill is intentionally lightweight but foundational. It is meant to run prior to advanced orchestration or automation layers.
This skill is invoked during startup or manually when system validation is required.
Example:
Run benos-bootstrap to verify runtime health before deploying additional automation modules.
Returns structured JSON with:
Future versions will: