skills/skills.volces.com/Code Agent Orchestration

Code Agent Orchestration

Installation
SKILL.md

Code Agent Orchestration

Use openclaw-code-agent to run Claude Code or Codex sessions as background coding jobs from chat.

Launch

  • Do not pass channel manually. Routing comes from agentChannels, the current chat context, and fallbackChannel.
  • Sessions are multi-turn. Continue existing work with agent_respond or agent_launch(..., resume_session_id=...); do not start a fresh session for the same task.
  • Always set a short kebab-case name when you care about later follow-up.
  • Set workdir to the target repo.
  • Use permission_mode: "plan" when the user wants a real review gate before implementation.
  • Use permission_mode: "bypassPermissions" only for autonomous execution.
  • defaultWorktreeStrategy now defaults to off. Opt into a worktree strategy explicitly when you want branch isolation.
  • In plan mode, the plan belongs in normal session output. Do not ask the coding agent to write plan docs or transcript artifacts unless the user explicitly asked for a file.

Example:

Installs
5
First Seen
Apr 20, 2026
Code Agent Orchestration from skills.volces.com