Skip to content

Commit d3f299f

Browse files
committed
docs+seo: surface Claude Code across README/site/npm metadata — subtitle in 3 READMEs, site description/tagline/JSON-LD (keywords+featureList), npm description+keywords
1 parent 1f50075 commit d3f299f

8 files changed

Lines changed: 35 additions & 11 deletions

File tree

README.ko.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h3 align="center">make codex open!</h3>
2+
<p align="center"><b>OpenAI Codex &amp; Claude Code를 위한 범용 프로바이더 프록시</b> — Codex CLI·App·SDK와 Claude Code에서 어떤 LLM이든 사용하세요.</p>
23
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
34

45
<p align="center">
@@ -19,7 +20,7 @@
1920
<img src="assets/architecture.png" alt="opencodex 아키텍처 — Codex CLI가 opencodex 프록시를 통해 모든 LLM 프로바이더로 라우팅" width="820">
2021
</p>
2122

22-
Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama 등 어떤 LLM이든 Codex에서 사용하세요 — OpenAI가 지원을 추가하기를 기다릴 필요 없이.
23+
Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama 등 어떤 LLM이든 Codex에서 — 그리고 **Claude Code**에서도 — 사용하세요. 누군가 지원을 추가해 주길 기다릴 필요 없이.
2324

2425
opencodex는 Codex의 Responses API를 프로바이더가 쓰는 프로토콜로 변환해 주는 가벼운 로컬 프록시입니다. streaming, tool 호출, reasoning 토큰, 이미지까지 양방향으로 모두 동작합니다.
2526

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h3 align="center">make codex open!</h3>
2+
<p align="center"><b>Universal provider proxy for OpenAI Codex &amp; Claude Code</b> — use any LLM with Codex CLI, App, SDK, and Claude Code.</p>
23
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
34

45
<p align="center">
@@ -19,7 +20,7 @@
1920
<img src="assets/architecture.png" alt="opencodex architecture — Codex CLI routes through opencodex proxy to any LLM provider" width="820">
2021
</p>
2122

22-
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — without waiting for OpenAI to add support.
23+
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — and with **Claude Code**without waiting for anyone to add support.
2324

2425
opencodex is a lightweight local proxy that translates Codex's Responses API into whatever your provider speaks. Streaming, tool calls, reasoning tokens, images — everything works, in both directions.
2526

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h3 align="center">make codex open!</h3>
2+
<p align="center"><b>面向 OpenAI Codex 与 Claude Code 的通用 provider 代理</b> —— 在 Codex CLI、App、SDK 和 Claude Code 中使用任意 LLM。</p>
23
<p align="center"><code>npm install -g @bitkyc08/opencodex</code> · <code>ocx start</code> · <b>localhost:10100</b></p>
34

45
<p align="center">
@@ -19,7 +20,7 @@
1920
<img src="assets/architecture.png" alt="opencodex 架构 — Codex CLI 通过 opencodex 代理路由到任意 LLM 提供商" width="820">
2021
</p>
2122

22-
在 Codex 中使用 Claude、Gemini、Grok、GLM、DeepSeek、Kimi、Qwen、Ollama 或任意其他 LLM —— 无需等待 OpenAI 添加支持
23+
在 Codex 中 —— 以及在 **Claude Code** 中 —— 使用 Claude、Gemini、Grok、GLM、DeepSeek、Kimi、Qwen、Ollama 或任意其他 LLM,无需等待官方添加支持
2324

2425
opencodex 是一个轻量级本地代理,把 Codex 的 Responses API 翻译成你的 provider 所讲的协议。streaming、tool 调用、reasoning token、图片 —— 全部双向工作。
2526

docs-site/astro.config.mjs

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,25 @@ const jsonLd = JSON.stringify({
1717
url: `${SITE_URL}/`,
1818
name: "opencodex",
1919
description:
20-
"Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI, App, and SDK.",
20+
"Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI, App, SDK, and Claude Code.",
2121
inLanguage: ["en", "ko", "zh-CN"],
2222
},
2323
{
2424
"@type": "SoftwareApplication",
2525
"@id": `${SITE_URL}/#software`,
2626
name: "opencodex",
2727
alternateName: "ocx",
28+
description:
29+
"Local LLM proxy that lets OpenAI Codex (CLI, App, SDK) and Claude Code run on any model — Claude, Gemini, Grok, DeepSeek, Kimi, Qwen, Ollama, OpenRouter, and more — with streaming, tool calls, reasoning tokens, and images working in both directions.",
30+
keywords:
31+
"codex, claude code, openai codex proxy, claude code proxy, llm proxy, ai gateway, anthropic, gemini, grok, deepseek, ollama, openrouter, responses api, codex cli",
32+
featureList: [
33+
"Run Codex CLI/App/SDK on any LLM provider",
34+
"Run Claude Code on any LLM via the Anthropic Messages API",
35+
"ChatGPT account pool with quota-aware routing",
36+
"Streaming, tool calls, reasoning tokens, and vision in both directions",
37+
"Web dashboard on localhost:10100",
38+
],
2839
applicationCategory: "DeveloperApplication",
2940
operatingSystem: "macOS, Linux, Windows",
3041
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
@@ -46,8 +57,8 @@ export default defineConfig({
4657
starlight({
4758
title: "opencodex",
4859
description:
49-
"Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI, App, and SDK.",
50-
tagline: "Use any LLM with OpenAI Codex.",
60+
"Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI, App, SDK, and Claude Code.",
61+
tagline: "Use any LLM with OpenAI Codex and Claude Code.",
5162
logo: {
5263
light: "./src/assets/logo-light.png",
5364
dark: "./src/assets/logo-dark.png",

docs-site/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Run Codex on any LLM
3-
description: Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI, App, and SDK.
3+
description: Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI, App, SDK, and Claude Code.
44
template: splash
55
head:
66
- tag: meta

docs-site/src/content/docs/ko/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Codex를 어떤 LLM 위에서든
3-
description: OpenAI Codex를 위한 범용 프로바이더 프록시 — Codex CLI, App, SDK에서 어떤 LLM이든 사용하세요.
3+
description: OpenAI Codex & Claude Code를 위한 범용 프로바이더 프록시 — Codex CLI, App, SDK와 Claude Code에서 어떤 LLM이든 사용하세요.
44
template: splash
55
head:
66
- tag: meta

docs-site/src/content/docs/zh-cn/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 让 Codex 跑在任意 LLM 上
3-
description: 面向 OpenAI Codex 的通用 provider 代理 —— 在 Codex CLI、App 和 SDK 中使用任意 LLM。
3+
description: 面向 OpenAI Codex 与 Claude Code 的通用 provider 代理 —— 在 Codex CLI、App、SDKClaude Code 中使用任意 LLM。
44
template: splash
55
head:
66
- tag: meta

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitkyc08/opencodex",
33
"version": "2.7.19",
4-
"description": "Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI/App/SDK",
4+
"description": "Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI/App/SDK and Claude Code",
55
"type": "module",
66
"main": "./bin/package-main.mjs",
77
"exports": {
@@ -66,7 +66,17 @@
6666
"llm",
6767
"ollama",
6868
"anthropic",
69-
"responses-api"
69+
"responses-api",
70+
"claude-code",
71+
"claude",
72+
"codex-cli",
73+
"gemini",
74+
"grok",
75+
"deepseek",
76+
"chatgpt",
77+
"llm-proxy",
78+
"ai-gateway",
79+
"openrouter"
7080
],
7181
"repository": {
7282
"type": "git",

0 commit comments

Comments
 (0)