openclaw-orchestrationFramework for coordinating multi-agent tasks with atomic claims, dependencies, retries, and markdown task visibility using a shared SQLite queue.
Install via ClawdBot CLI:
clawdbot install frank-bot07/openclaw-orchestrationMulti-agent task orchestration framework. Agents delegate tasks via a shared SQLite queue, with .md interchange files for visibility.
cd skills/orchestration
npm install
node src/cli.js agent register my-agent --capabilities "coding,research"
node src/cli.js task create "Build feature X" --desc "..." --priority high
node src/cli.js task claim <task-id> --agent my-agent
node src/cli.js task complete <task-id> --summary "Done"
node src/cli.js refresh
sweep handles stale tasksrefresh generates .md files via @openclaw/interchangeGenerated Feb 23, 2026
Orchestrates a team of AI agents to handle coding, testing, and documentation tasks in a sprint. Uses task dependencies to sequence work and atomic claims to prevent conflicts, with .md files for real-time progress tracking by human managers.
Manages multiple AI agents conducting literature reviews, data analysis, and report writing for academic or market research. Tasks are prioritized and delegated via the SQLite queue, with timeout handling to reassign stalled work automatically.
Coordinates AI agents to handle incoming support tickets by categorizing, investigating, and responding to issues. Uses task claims to assign agents based on capabilities like coding or research, with .md interchange for supervisor oversight.
Orchestrates AI agents for creating, editing, and publishing content such as articles or marketing materials. Tasks are queued with dependencies (e.g., draft before review) and refreshed .md files provide visibility into workflow stages.
Offers a cloud-based service where businesses subscribe to use the orchestration framework for managing AI agent teams. Revenue comes from monthly subscriptions based on the number of agents or tasks processed, with premium features for advanced analytics.
Provides expert services to integrate the orchestration skill into existing workflows for enterprises. Revenue is generated through project-based fees for setup, customization, and ongoing support, targeting industries like tech and research.
Monetizes the open-source skill by offering paid support, training, and proprietary extensions (e.g., enhanced dashboards or integrations). Revenue streams include support contracts and sales of add-on modules to enhance core functionality.
💬 Integration Tip
Start by registering agents with clear capabilities and use the CLI to create simple tasks, then gradually add dependencies and automate sweeps for stale tasks to optimize workflow.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection