In Codex interactive mode, call delegate_autopilot automatically for multi-step or cross-cutting requests (including research-only), otherwise work normally.
This skill is meant for the parent Codex agent in interactive mode.
Delegated runs can take minutes. If tool calls fail around ~60s with an error like timed out awaiting tools/call after 60s, increase the MCP tool timeout for this server in ${CODEX_HOME:-~/.codex}/config.toml:
[mcp_servers.codex-specialized-subagents]
tool_timeout_sec = 600
delegate_autopilotDefault rules:
delegate_autopilot before running shell commands or editing files.thinking_level behavior, call delegate_autopilot with sandbox="read-only".Call MCP tool delegate_autopilot with:
task: the user request (verbatim)cwd: current workspace directory (optional; defaults are OK)Optional knobs:
sandbox: use "workspace-write" when you want subagents to edit files; "read-only" for analysis-only delegation; avoid "danger-full-access" unless absolutely necessary.max_agents: default 3 (use 1 when you want a single subagent run).skills_mode: default "auto" (use "none" to disable skill selection).structuredContent.decision.should_delegate is false: continue normally without delegation.structuredContent.aggregate as the consolidated result, and inspect structuredContent.run_dir for artifacts.delegate_run anywayreasoning_effort (or a model_reasoning_effort=... entry in config_overrides).CODEX_DELEGATE_REASONING_EFFORT on the MCP server process.${CODEX_HOME:-~/.codex} or any local config.codex mcp list output or entire config files; redact anything that looks like a token/key.delegate_* tools.npx skills add leonardsellem/delegation-autopilot下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer