Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

codex-handoff-skillCodex 交接技能

Agent Skill

codex-handoff-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,216

周安装

134

GitHub Stars

公开资料未说明

下载量

1,072
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:codex-handoff-skill(Codex 交接技能)
来源仓库:https://github.com/philipbankier/codex-handoff-skill
安装命令:
openclaw skills install codex-handoff-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install codex-handoff-skill

简介

codex-handoff-skill 用于将编码计划卸载到 Codex CLI 自动执行。

  • 支持自然语言触发如“交给 codex”等指令。
  • 通过 clawhub 安装,需确认是否会修改项目文件。
  • 适合需要批量处理代码生成和重构的场景。codex-handoff-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议拆分复杂任务为多个小步骤以提高成功率。

SKILL.md

name
Codex Handoff
version
1.1.1
description
|
allowed-tools

Codex Handoff — Supervisor Loop

Claude Code is the supervisor/judge. Codex CLI is the executor. You orchestrate a loop: send plan to Codex, review results, re-run if incomplete, until the task is comprehensively done.

Announce at start: "Using codex-handoff to orchestrate Codex CLI execution of the plan."

Prerequisites

  • Codex CLI must be installed (codex --version)
  • A plan must exist (in docs/plans/, .claude/plans/, or provided inline)
  • The working directory should be a git repo (for diff-based review)

Quick Start

  1. Locate the plan (from docs/plans/, .claude/plans/, or user arguments)
  2. Detect phases — scan for phase headings; if found, execute phase-by-phase
  3. Build a structured Codex prompt with plan (or phase) + project context + coding standards
  4. Execute Codex CLI in --full-auto mode
  5. Review git diff, run tests, audit completion with a scorecard
  6. Decide — loop with correction prompt if items remain, or advance to next phase / finalize
  7. Report final status with completed/remaining items and test results

Reference

TaskDetails
Build Codex promptprompt-templates.md
Review & audit resultsreview-process.md
Handle errorserror-handling.md

Process

Step 1: LOCATE THE PLAN

Find the plan to execute. Search in order:

  1. If user provided a task description with the command, use that as context to find the relevant plan
  2. Check docs/plans/ for the most recent .md file (sorted by date prefix)
  3. Check .claude/plans/ for any recent plan files
  4. If no plan found, tell the user: "No plan found. Please create one first using /brainstorming or /writing-plans."

Once found:

  • Read the plan file completely
  • Present a brief summary to the user
  • Ask: "Ready to hand off to Codex CLI?"
  • Wait for confirmation before proceeding

Step 1b: DETECT PHASES

After reading the plan, scan for H2 headings matching: ## Phase N:, ## Stage N:, ## Part N:, or numbered sections like ## 1. Backend.

  • Phases found — Report: "Detected {N} phases. Will execute sequentially." Use phased flow.
  • No phases — Single-pass execution (Steps 2-6 as normal). No changes for simple plans.
  • --phase N — Optional. Re-run only phase N.

Step 2: BUILD THE CODEX PROMPT

See prompt-templates.md. Use the "Initial Execution Prompt" for single-pass, or "Phase-Scoped Execution Prompt" for phased mode (current phase only + completed phase summaries).

Step 3: EXECUTE CODEX

Parse optional arguments:

  • --max-iterations N — max loop iterations (default: 5, per-phase in phased mode)
  • --model MODEL — pass to codex as -m MODEL
  • --phase N — execute only this phase (phased mode only)
codex exec --full-auto -s workspace-write [-m MODEL] < /tmp/codex-handoff-{timestamp}.md

Let the command run to completion. Capture stdout and exit code. Report: "Codex iteration {N} complete. Reviewing changes..."

Phased execution flow: For each phase (or single phase if --phase N): build phase-scoped prompt → run Codex → review → correction loop (up to max-iterations) → phase passes: record summary, advance → phase fails at max: ask user to continue or stop.

Step 4: REVIEW THE RESULTS

See review-process.md for the review checklist, scorecard, and decision matrix. In phased mode, the scorecard is scoped to current phase items only.

Step 5: DECIDE — LOOP OR COMPLETE

  • All items DONE + tests pass: Move to Step 6 (or next phase).
  • Items remain AND iterations < max: Build correction prompt and re-run Codex.
  • Max iterations reached: Move to Step 6. In phased mode, ask user to continue or stop.

Step 6: FINAL REPORT

See report format in review-process.md. In phased mode, report per-phase results then aggregate. If items remain, suggest --phase N to retry.

Key Principles

  1. Never modify code yourself — Your job is to supervise, not code. Codex does the coding.
  2. Be a strict judge — Don't pass items as "done" unless they genuinely are.
  3. Correction prompts are specific — Tell Codex exactly what's wrong and what to fix.
  4. Respect the plan — Don't add or remove plan items. Execute what was planned.
  5. Keep the user informed — Report status after each iteration and phase transition.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.88%
按下载量换算813

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills