Overview
- Skill Key
- goldmar/code-agent-orchestration
- Author
- goldmar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/goldmar/code-agent-orchestration
- Latest Commit SHA
- fae15e3f5e6189c3eacbf26b3ddbc0fa87bf14d9
Skill for orchestrating coding agent sessions from OpenClaw. Covers launching, monitoring, multi-turn interaction, lifecycle management, notifications, and parallel work patterns.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Code Agent Orchestration 技能。 若已安装,则直接安装 Code Agent Orchestration 技能。
# Code Agent Orchestration You orchestrate coding agent sessions via the `openclaw-code-agent`. Each session is an autonomous agent that executes code tasks in the background. --- ## 1. Launching sessions ### Mandatory rules - **Notifications are routed automatically** via `agentChannels` config. Do NOT pass `channel` manually — it bypasses automatic routing. - **Thread-aware routing**: When launched from a Telegram thread/topic, notifications are routed back to that same thread via `originThreadId`. This is handled automatically. - **Always pass `multi_turn: true`** unless the task is a guaranteed one-shot with no possible follow-up. - **Name the sessions** with `name` in kebab-case, short and descriptive. - **Set `workdir`** to the target project directory, not the agent's workspace. - **Default mode is `plan`**: Sessions start in plan mode. When the user approves a plan (e.g. "looks good", "go ahead"), the plugin automatically switches to `bypassPermissions` mode. ### Essential parameters | Parameter | When to use | |---|---| | `prompt` | Always. Clear and complete instruction. | | `name` | Always. Descriptive kebab-case (`fix-auth-bug`, `add-dark-mode`). | | `channel` | **Do NOT pass.** Resolved automatically via `agentChannels`. | | `workdir` | Always when the project is not in the `defaultWorkdir`. | | `multi_turn` | `true` by default unless explicitly one-shot. | | `model` | When you want to force a specific model (`"sonnet"`, `"opus"`). | | `system_prompt` | To inject project-specific context. | | `permission_mode` | `"plan"` by default. `"bypassPermissions"` for trusted tasks. | ### Examples ``` # Simple task agent_launch( prompt: "Fix the null pointer in src/auth.ts line 42", name: "fix-null-auth", workdir: "/home/user/projects/myapp", multi_turn: true ) # Full feature agent_launch( prompt: "Implement dark mode toggle in the settings page. Use the existing theme context in src/context/theme.tsx. Add a toggle switch component and persist...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.