router

Route directives from L1 orchestrators to L2 project managers via the OpenClaw Gateway.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ollieb89/openrepo --skill router-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: router
Source: https://github.com/ollieb89/openrepo/tree/main/skills/router
Command: npx skills add https://github.com/ollieb89/openrepo --skill router-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines communication and task delegation between different tiers of AI agents within the OpenClaw orchestration system, ensuring directives reach their intended recipients efficiently.

Core Features & Use Cases

  • Hierarchical Task Dispatch: Enables L1 orchestrators to send instructions to L2 project managers.
  • Gateway Integration: Routes commands through the OpenClaw Gateway for robust communication.
  • Topology Approval Enforcement: Ensures that directives requiring an approved project topology are only processed when one exists, preventing unauthorized actions.
  • Use Case: An L1 agent needs to update the status of a project. It uses the router skill to dispatch the 'synchronize workspace status' directive to the relevant L2 project manager.

Quick Start

Use the router skill to dispatch the directive 'synchronize workspace status' to the agent with target ID 'pumplai_pm'.

Frequently Asked Questions about router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate tasks across an AI agent swarm?

To delegate tasks across an AI agent swarm, you route directives from L1 orchestrators to L2 project managers via a secure gateway. This enforces topology approval gates, ensuring authorized communication and efficient task dispatch.

How does inter-agent communication routing work in a hierarchical AI architecture?

Inter-agent communication routing works by forwarding directives from L1 orchestrators to L2 project managers through a token-authenticated API gateway. It enforces topology approval gates to prevent unauthorized L3 task spawning.

What is a topology approval gate for AI task spawning?

A topology approval gate for AI task spawning is a security constraint that ensures directives are only processed if an approved project topology exists. This prevents unauthorized L3 agents from executing tasks prematurely.

How do I send a synchronize workspace status directive to a project manager agent?

To send a synchronize workspace status directive, you dispatch the command through the orchestration gateway targeting the specific L2 project manager agent ID. The gateway authenticates the request using secure tokens.

Do I need a token-authenticated API for AI agent orchestration?

Yes, you need a token-authenticated API for AI agent orchestration to securely route administrative commands and proposal workflows. This ensures that only authenticated directives are processed across the hierarchical agent tiers.

Why are my delegated tasks not reaching the L2 project manager?

Delegated tasks may not reach the L2 project manager if the required project topology approval gate is not satisfied. The gateway blocks directive routing and task spawning until an approved topology is established.