orchestrator

Orchestrate cross-provider agent tasks with durable IDs and read-only defaults.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill orchestrator-koki3141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/koki3141/codex-global-skills/tree/main/orchestrator
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill orchestrator-koki3141

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to orchestrate and control tasks across multiple providers, ensuring durable execution and safety, suitable for complex workflows that exceed the capabilities of native Codex subagents.

Core Features & Use Cases

  • Cross-provider Orchestration: Manage and coordinate tasks across different providers, including long-running, durable background tasks.
  • Safety and Security: Implements a strict safety profile with limited runtime models, defaulting to read-only tasks and explicit approval for write operations.
  • Use Case: Ideal for scenarios requiring collaboration between different services, such as integrating third-party APIs or handling cross-provider data synchronization.

Quick Start

Run the Orchestrator Skill with the following command: `orchestrator launch codex --name "<task name>" "<bounded read-only task>"

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I coordinate background tasks across multiple agent providers safely?

Cross-provider agent orchestration coordinates background tasks across different providers by providing durable task IDs and status tracking while enforcing a strict safety profile that defaults to read-only execution.

What is the safest way to run multi-provider agent tasks with write operations?

Safe multi-provider agent tasks enforce read-only execution by default and require explicit approval before initiating any write operations, ensuring strict security and error handling for complex workflows.

Can I use this to manage durable background tasks for third-party API integration?

Yes, cross-provider orchestration manages durable background tasks specifically designed for scenarios requiring collaboration between different services, such as integrating third-party APIs or handling cross-provider data synchronization.

How do I launch a bounded read-only task with orchestrator?

To launch a bounded read-only task, run the command `orchestrator launch codex --name "<task name>" "<bounded read-only task>" to initiate safe execution with status tracking.

When do I need cross-provider orchestration instead of native subagents?

Cross-provider orchestration is needed for complex workflows that exceed the capabilities of native subagents, particularly when coordinating durable, long-running background tasks across multiple service providers.

What are the limitations of the safety profile for multi-provider agent tasks?

The safety profile limitations include restricted runtime models and a strict default to read-only operations, meaning any write operation requires explicit approval before execution within the orchestrated workflow.