add-codex

仓库创建 2026年1月31日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由

可替换或补充 Claude,把决策与工具调用交由 OpenAI 模型处理。

▸ 风险提示

需要 OpenAI API 密钥或订阅,注意凭证和费用风险。

这个 Skill 做什么

将 Codex(OpenAI)作为完整的代理提供者接入 NanoClaw。

把 Codex 接入 NanoClaw,当作完整的代理后端来用,能负责规划、工具编排、MCP 工具调用、服务端历史和会话恢复等一整套能力。适合你想用 Codex 替代或并列 Claude 作为智能代理时,并支持按组配置和 OneCLI 的 vault-only 授权方式。特点是作为 provider 级别接入,而不是仅把 OpenAI 当成单个 MCP 工具来用。

▸ 展开 SKILL.md 英文原文

Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via `ncl groups config update --provider codex`. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).

Skill 开发管理提供者切换CodexOpenAI通用
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-codex/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-codex/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codex agent provider

> Shortcut: `pnpm exec tsx setup/index.ts --step provider-auth codex` performs this whole install (manifest-driven from the providers branch: files, barrels, CLI manifest entry, image rebuild) plus auth in one command. The steps below are the same operations, for agent-driven or manual application.

NanoClaw selects each group's agent backend from `container_configs.provider` (default `claude`). This skill installs the Codex provider: copy the payload from the `providers` branch, append one import to each of the three provider barrels, add the pinned Codex CLI to the container manifest (`container/cli-tools.json`), rebuild, then run the vault auth walk-through.

The p
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有