← 返回 Skills 市场
OpenClaw Claude Codex Workflow
作者
Joshua Wang
· GitHub ↗
· v0.1.0
· MIT-0
165
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-claude-codex-workflow
功能描述
在 OpenClaw 中需要 Claude Code 负责编排/评审、Codex 实现后端、Gemini 实现前端的多模型流水线时启用;尤其适用于需要 OPSX/spec 对齐、分阶段 artifacts、以及 claude→codex→gemini→claude 闭环交付的任务。
安全使用建议
This skill appears to implement the multi-model orchestration it advertises, but its metadata fails to list the real runtime requirements. Before installing or running it:
- Do not run it in a production or privileged repository until you confirm its behavior. Prefer a disposable clone.
- Confirm you trust the claude/codex/gemini CLIs the script will invoke; those CLIs will receive prompts and context files and may execute commands.
- Provide API keys only if you understand the CLIs' security model; avoid placing secrets in global shell profiles if possible (use a dedicated process env or a secrets manager).
- Change the workspace from /root/.openclaw/workspace to a non-root workspace path to avoid requiring elevated privileges.
- Use --dry-run and review generated .claude/plan.md and any commands before letting the orchestrator execute them (set DRY_RUN=1 or pass --dry-run).
- Ask the publisher to update registry metadata to list required binaries and required environment variables (CLAUDE_API_KEY, CODEX_API_KEY, GOOGLE_API_KEY, and the required CLIs) so you can perform a complete risk assessment.
If you want, I can extract a checklist of the exact commands and env vars the skill expects so you can validate them locally before running.
功能分析
Type: OpenClaw Skill
Name: openclaw-claude-codex-workflow
Version: 0.1.0
The skill bundle provides a legitimate orchestration framework for a multi-model development pipeline involving Claude, Codex, and Gemini. The primary logic resides in `scripts/ccg_orchestrator.sh`, which safely uses Bash arrays to wrap official CLI commands without evidence of shell injection or unauthorized data exfiltration. While the workflow requires sensitive API keys (e.g., `CLAUDE_API_KEY`, `GOOGLE_API_KEY`), the instructions in `SKILL.md` and the supporting documentation in the `references/` directory are transparent, align with the stated purpose, and include safety constraints such as dry-run modes and git-cleanliness checks.
能力评估
Purpose & Capability
The SKILL.md and script require claude, codex, gemini CLIs, git, jq, Node.js, and API keys (CLAUDE_API_KEY, CODEX_API_KEY, GOOGLE_API_KEY), and reference a default workspace (/root/.openclaw/workspace). However the registry metadata declares no required binaries, no required environment variables, and no config paths. This mismatch between claimed metadata and actual runtime requirements is incoherent and surprising to users.
Instruction Scope
The instructions confine model roles and prescribe writing artifacts to a .claude directory and to the git tree, and the orchestrator script only wraps the external CLIs (plan -> codex exec -> gemini run -> review). That scope is consistent with the stated purpose. Notes of concern: the guidance expects users to paste OPSX tickets and context into .claude/context.md (which may contain sensitive info), and the default workspace path targets /root which is atypical and implies elevated or global scope.
Install Mechanism
This is instruction-only with a small shell script — there is no download/install step in the registry. The contained script simply invokes external CLIs and performs git checks; nothing in the script pulls remote code or writes unexpected files outside the repo/worktree. Install risk is therefore low, but runtime still depends on external CLIs.
Credentials
The skill expects several credentials and CLI binaries (CLAUDE_API_KEY, CODEX_API_KEY, GOOGLE_API_KEY; CLAUDE_CLI/CODEX_CLI/GEMINI_CLI) yet the registry metadata declares none. Requiring multiple API keys is proportionate to a multi-model orchestration, but failing to declare them in metadata is a serious transparency gap. Also recommending exporting keys in shell profiles makes them available to any process that inherits the shell environment.
Persistence & Privilege
always:false and default autonomous invocation are unchanged — no elevated platform privileges requested. The skill asks to create/commit .claude artifacts in the repo and recommends a workspace under /root/.openclaw/workspace; that workspace choice increases required privilege and should be changed to a non-root path when possible. The skill does not modify other skills or global agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-claude-codex-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-claude-codex-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
OpenClaw Claude Codex Workflow 是什么?
在 OpenClaw 中需要 Claude Code 负责编排/评审、Codex 实现后端、Gemini 实现前端的多模型流水线时启用;尤其适用于需要 OPSX/spec 对齐、分阶段 artifacts、以及 claude→codex→gemini→claude 闭环交付的任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 OpenClaw Claude Codex Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-claude-codex-workflow」即可一键安装,无需额外配置。
OpenClaw Claude Codex Workflow 是免费的吗?
是的,OpenClaw Claude Codex Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Claude Codex Workflow 支持哪些平台?
OpenClaw Claude Codex Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Claude Codex Workflow?
由 Joshua Wang(@shennng)开发并维护,当前版本 v0.1.0。
推荐 Skills