cure-labcure-labOfficialยท6 Agent Skills Included

ArbiterOS

Runtime policy enforcement, tracing, and unsafe action interception

Enforces security policies on agent tool calls and blocks unsafe actions before side effects occur. Records authoritative traces of every plan, model call, and tool execution for full auditability. Eliminates blind trust in autonomous workflows with taint-aware dataflow checks and local deployment. Connects to existing runtimes like OpenClaw through a simple OpenAI-compatible endpoint.
npx skills add cure-lab/ArbiterOS --all -g -y
Available:

Gives your AI agent the architecture, commands, and coding conventions needed to safely modify the bundled Langfuse observability stack used for trace visualization.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ArbiterOS?โ–ผ

Run `npx skills add cure-lab/ArbiterOS --all -g -y` in your terminal to install all skills in this suite globally.

What does ArbiterOS do?โ–ผ

It sits between your agent runtime and the model to enforce security policies, log authoritative traces, and intercept unsafe tool actions before they cause side effects.

Which agent runtimes work with ArbiterOS?โ–ผ

It currently supports OpenClaw, Nanobot, and Hermes Agent, plus any runtime that can point to an OpenAI-compatible endpoint like the default http://127.0.0.1:4000/v1.

How do I add support for a new agent?โ–ผ

Use the included DSL writer skill to create a YAML parser for the new agent's tools, validate it against the schema, run the generated tests, and register the agent name in the kernel config.

Can I visualize ArbiterOS traces and policy decisions?โ–ผ

Yes. The repository bundles an optional Langfuse stack you can start with Docker to inspect traces, policy outcomes, and runtime logs in a web UI.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’