← 返回
未分类

Benos Bootstrap

Initializes the BenOS runtime in OpenClaw by validating system state, configuration, environment, and Node compatibility before other BenOS skills run.
在OpenClaw中初始化BenOS运行时,验证系统状态、配置、环境及Node兼容性,随后再运行其他BenOS技能。
benmjohnson69 benmjohnson69 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 193
下载
💾 0
安装
1
版本
#latest

概述

benos-bootstrap

BenOS Bootstrap is a system-initialization skill for OpenClaw-based agent stacks.

Purpose

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.

What It Does

  • Verifies workspace structure and sandbox integrity
  • Confirms agent runtime configuration is valid
  • Checks required environment variables
  • Validates Node runtime compatibility
  • Returns structured health status for orchestration logic

Why It Exists

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.

Usage

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.

Output

Returns structured JSON with:

  • ok (boolean)
  • message (string)
  • environment metadata (future expansion)

Roadmap

Future versions will:

  • Add environment diff detection
  • Integrate structured logging
  • Support pre-flight dependency resolution

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,089 📥 816,765
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,050
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,387 📥 321,185