Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add d0labs/aof

Run in Claude Code. Add the marketplace first with /plugin marketplace add d0labs/aof if you haven't already.

README.md

AOF - Agentic Ops Fabric

AOF lets you run teams of AI agents the way you'd run teams of people. Define your org structure, assign roles, and set up workflows. AOF handles the rest: routing tasks, enforcing review stages, recovering from crashes, and making sure nothing falls through the cracks.

It works for any domain where agents collaborate - software engineering, RevOps, sales, marketing, research, whatever. If your process has steps, AOF can govern it.

---

What It Does

  • Org-chart-driven orchestration. Model agents, teams, and hierarchies in a YAML org chart. Work gets routed by capability, team, and priority.
  • Workflow DAGs. Define multi-stage pipelines with review loops, conditional branches, and parallel fan-out. Agents follow the process - no skipping steps, no dropped handoffs.
  • Shared memory. Agents build on each other's knowledge through semantic memory with HNSW vector search and tiered curation.
  • Works for any domain. SWE (implement → review → QA → deploy), RevOps (qualify → enrich → handoff), sales pipelines, research workflows. If it has a process, it fits.
  • Nothing gets dropped. Filesystem-first task store with atomic state transitions, lease-based locking, and deadletter recovery. Tasks survive crashes, restarts, and API failures.

---

Quick Start

Prerequisites

  • Node.js >= 22 (LTS recommended)
  • OpenClaw gateway running (openclaw.dev)

Install

curl -fsSL https://raw.githubusercontent.com/d0labs/aof/main/scripts/install.sh | sh

The installer scaffolds your data directory and installs the aof-daemon user service (launchd on macOS, systemd on Linux). The daemon is the single scheduler/IPC authority; the OpenClaw plugin connects to it over a Unix socket at ~/.aof/data/daemon.sock.

Set up and run

aof init              # Configure OpenClaw integration
aof daemon status     # Verify the daemon is running (installed by the installer)
aof org show          # List available agents
aof task create "My first task" --agent <your-agent-id>

See the Getting Started Guide for a complete zero-to-working walkthrough.

---

Upgrading

Two paths exist on paper:

aof update                                                                            # in-CLI updater
curl -fsSL https://raw.githubusercontent.com/d0labs/aof/main/scripts/install.sh | sh  # re-run the installer

Both preserve your data directory (~/.aof/data) and the daemon service. aof update also writes a backup so it can roll back with aof update --rollback --backup <path>.

Per-release notes live on GitHub Releases.

---

Key Features

| Feature | Description | Docs | |---------|-------------|------| | Org chart governance | YAML org charts define agents, teams, routing rules, and memory scopes | Configuration | | DAG workflows | Multi-stage pipelines with rejection loops and parallel fan-out | Workflow DAGs | | Protocol system | Typed inter-agent messages: handoff, resume, status update, completion | Protocols | | Semantic memory | HNSW vector index with hybrid search and tiered curation | Memory | | Recovery-first | Deadletter queue, task resurrection, lease expiration, drift detection | Recovery | | Observability | Prometheus metrics, JSONL events, Kanban board | Event Logs |

---

Documentation

For Users

For Contributors

---

License

MIT - see LICENSE.

Related plugins

Browse all →