by KroMiose
Claude API Proxy platform - Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streaming support, deployed on Cloudflare Worker.
# Add to your Claude Code skills
git clone https://github.com/KroMiose/claude-code-nexusGuides for using api integration skills like claude-code-nexus.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@cloudflare/vitest-pool-workers: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "@esbuild-kit/core-utils: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@esbuild-kit/esm-loader: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@remix-run/router: React Router vulnerable to XSS via Open Redirects",
"severity": "high"
},
{
"type": "npm-audit",
"message": "@unocss/astro: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@unocss/cli: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@unocss/config: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@unocss/postcss: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@unocss/vite: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "cookie: cookie accepts cookie name, path, and domain with out of bounds characters",
"severity": "low"
},
{
"type": "npm-audit",
"message": "devalue: devalue prototype pollution vulnerability",
"severity": "high"
},
{
"type": "npm-audit",
"message": "drizzle-kit: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "drizzle-orm: Drizzle ORM has SQL injection via improperly escaped SQL identifiers",
"severity": "high"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "hono: Hono allows bypass of CSRF Middleware by a request without Content-Type header.",
"severity": "high"
},
{
"type": "npm-audit",
"message": "importx: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "miniflare: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-router: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "react-router-dom: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "unconfig: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "undici: Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion",
"severity": "high"
},
{
"type": "npm-audit",
"message": "unocss: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "wrangler: Wrangler affected by OS Command Injection in `wrangler pages deploy`",
"severity": "high"
},
{
"type": "npm-audit",
"message": "ws: ws: Uninitialized memory disclosure",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "youch: Vulnerability found",
"severity": "low"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T15:21:43.920Z",
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-nexus is an open-source api integration skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by KroMiose. Claude API Proxy platform - Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streaming support, deployed on Cloudflare Worker. It has 253 GitHub stars.
claude-code-nexus returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/KroMiose/claude-code-nexus" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-nexus is primarily written in TypeScript. It is open-source under KroMiose on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other API Integration skills you can browse and compare side by side. Open the API Integration category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-nexus against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
English | 中文版
🤖 一个 Claude API 代理服务平台 - 让 Claude Code CLI 无缝兼容任何 OpenAI API 服务
Claude Code Nexus 是一个部署在 Cloudflare 上的高性能 AI 代理服务平台。它专为 Claude Code CLI 设计,通过一个兼容层,让你可以将 Claude Code 的请求无缝转发到任何 OpenAI 兼容的 API 服务,例如 OneAPI、Azure OpenAI、本地的 Ollama,或是其他任何遵循 OpenAI 规范的 LLM 服务。
claude-3-haiku 映射到 gpt-4o-mini),Claude Code CLI 无需任何改动。访问 https://claude.nekro.ai/,使用你的 GitHub 账户登录。系统会自动为你生成一个专属的 API Key。
在控制台中,配置你的 OpenAI 兼容 API 服务。你需要提供:
https://api.oneapi.com)在你的终端中设置以下环境变量:
# 1. 设置你的专属 API Key
export ANTHROPIC_API_KEY="ak-your-nexus-key"
# 2. 设置代理服务地址
export ANTHROPIC_BASE_URL="https://claude.nekro.ai"
# 3. 正常使用 Claude Code!
claude
🎉 完成! 现在你的 Claude Code CLI 已经通过 Claude Code Nexus 代理,使用你自己的后端服务了。
我们提供了完整的项目需求和实现细节文档:
如果您正在寻找一款高扩展性的 AI Agent 框架,我们推荐您关注我们的另一个项目:
Nekro Agent - 一个集代码执行能力与高度可扩展性为一体的多人跨平台聊天机器人框架。支持沙盒驱动、可视化界面、高扩展性插件系统,原生支持 QQ、Discord、Minecraft、B站直播等多种平台。如果您需要构建智能聊天机器人或自动化 Agent 系统,Nekro Agent 将是您的理想选择。
欢迎通过以下方式参与项目:
本项目基于 MIT License 开源。