You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/add-codex/SKILL.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
---
2
2
name: add-codex
3
3
description: 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).
4
+
metadata:
5
+
nanoclaw-provider: codex
6
+
nanoclaw-provider-label: Codex
7
+
nanoclaw-provider-hint: OpenAI — ChatGPT subscription or API key
8
+
nanoclaw-provider-offered: 'true'
9
+
nanoclaw-provider-image: local-required
4
10
---
5
11
6
12
# Codex agent provider
@@ -24,8 +30,8 @@ Check whether the payload is already wired (a prior apply, or a trunk that still
24
30
25
31
-`src/providers/codex.ts` and `src/providers/codex-agents-md.ts`
26
32
-`container/agent-runner/src/providers/codex.ts` and `codex-app-server.ts`
27
-
-`setup/providers/codex.ts`
28
-
-`import './codex.js';` in `src/providers/index.ts`, `container/agent-runner/src/providers/index.ts`, and `setup/providers/index.ts`
33
+
-`setup/providers/codex.ts` and both `provider-contracts/codex.ts` declarations (host and container)
34
+
-`import './codex.js';` in the three provider barrels and both contract barrels
29
35
- an `@openai/codex` entry in `container/cli-tools.json`
Append the self-registration import to each of the three provider barrels (skipped if the line is already present). Each barrel-registration test imports its real barrel and asserts `codex` is registered — they go red the moment a barrel line is missing or drifts.
68
+
Append the self-registration import to each provider and contract barrel (skipped if already present).
0 commit comments