A decision-brokering skill that allows AI agents to push complex plans and architectural choices for asynchronous human review and approval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arbiter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install arbiter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Arbiter skill provides a robust bridge between autonomous AI agents and human oversight within the Openclaw Skills ecosystem. It is designed for scenarios where an agent requires human judgment on high-stakes decisions, such as selecting a software architecture, approving a multi-step implementation plan, or choosing between technical tradeoffs. By utilizing this skill, agents can maintain progress without needing real-time synchronous interaction, queuing requests for a human to review at their convenience.
Built to enhance the reliability of agentic workflows, Arbiter ensures that Openclaw Skills can operate with a safety net. It allows developers to define clear decision points where human intervention is mandatory, thereby reducing the risk of autonomous errors in production environments. The skill manages the full lifecycle of a decision, from initial push to final notification, making it an essential tool for sophisticated agent management.
Install the skill using one of the following methods to integrate it with your Openclaw Skills setup:
# Quick install via ClawHub
clawhub install arbiter
# Or via bun for global CLI access
bun add -g arbiter-skill
# Manual installation from source
git clone https://github.com/5hanth/arbiter-skill.git
cd arbiter-skill && npm install && npm run build
ln -s $(pwd) ~/.clawdbot/skills/arbiter
Ensure you have the Arbiter Zebu bot running and the ~/.arbiter/queue/ directory created.
The Arbiter skill organizes data within the ~/.arbiter/ directory using the following structure:
| Path | Purpose |
|---|---|
~/.arbiter/queue/pending/ |
Contains plans awaiting human review in Markdown/YAML format. |
~/.arbiter/queue/completed/ |
Stores archived plans after they have been answered. |
~/.arbiter/queue/notify/ |
Holds session-specific notification files for agents to process completion. |
Decision plans are defined by a title, priority, and an array of decision objects, each containing a unique ID and a list of options for the reviewer.
Loading
A specialized tool to discover, test, and transform public APIs into ready-to-use Openclaw Skills.

A comprehensive Python library providing programmatic access to Yahoo Finance endpoints including real-time pricing, fundamentals, and analyst estimates.

A procedural skill for agents to dynamically manage their capabilities by discovering, installing, or building targeted skills.

OpenClaw Marketplace is an asset registry and ecosystem where AI agents and developers discover, install, and share specialized capabilities.

An advanced property search tool that scrapes Singapore rental and sale listings with support for MRT proximity and commute time filtering.

A financial analysis tool that identifies high-quality companies by calculating Free Cash Flow and aggregate health scores.








































