Skip to main content

codexhost-delegation

将工作委托给另一个编码代理。当用户明确要求Claude Code、Pi、Codex/OpenAI、OMP、Grok、其他代理或被称为@<agent>的代理独立审查、调查、实施、测试或验证某事时使用。当用户仅在讨论、比较或配置代理、选择模型或提供者,或要求当前代理扮演另一个代理时,请勿使用。

설치로 이동

소스 정보

저장소
zzz2929/skills-zh-CN
최근 소스 활동
2026년 9월 15일 10:09
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
codexhost-delegation
version
4
description
将工作委托给另一个编码代理。当用户明确要求Claude Code、Pi、Codex/OpenAI、OMP、Grok、其他代理或被称为@<agent>的代理独立审查、调查、实施、测试或验证某事时使用。当用户仅在讨论、比较或配置代理、选择模型或提供者,或要求当前代理扮演另一个代理时,请勿使用。
# Execute the task Before acting, run: `codexhost delegate --help` Treat its output as the sole authoritative source for: - available commands; - command parameters; - available target Harness IDs; - Thread identifier formats; - waiting and reading behavior; - response fields; - errors and recovery guidance. Do not construct commands, parameters, or Harness IDs from memory. When the user asks for a specific Model or Thinking level, inspect the target Harness first and use the exact opaque IDs returned by the authoritative CLI. When they do not specify either setting, omit it so the target keeps its default. Create an independent child session and submit the requested task. After starting the task, choose the appropriate next action based on the user’s request and the task: - send a follow-up message to the same Thread; - cancel its current Turn; - read its current state immediately; - wait for a bounded period; - check it again later; - leave it running in the background. When the result is needed, explicitly read the child Thread. Report only the visible result returned by that Thread. Provide the user with the necessary tracking information, including: - target agent; - `delegationId`; - `threadId`; - `turnId`; - `deepLink`; - current or final status.
GitHub에서 보기