Claude Skill
funny-vibes/agent-vibes
Agent Vibes 是一个统一代理网关,通过协议转换让 Claude Code CLI 和 Cursor IDE 使用 Antigravity、Codex 等免费 AI 后端。开源,基于 TypeScript。
概览
仓库信息
安装这个 Skill
git clone https://github.com/funny-vibes/agent-vibes.gitRegistry 信息
git clone https://github.com/funny-vibes/agent-vibes.gitnpm install && npm run build
项目简介
Agent Vibes 是一个统一的代理网关,通过协议转换使 Claude Code CLI 和 Cursor IDE 能够连接 Antigravity、Codex 等免费 AI 后端,为 AI 辅助编程提供高性价比的替代方案。
Unified Agent Gateway — Enables Claude Code CLI and Cursor IDE to use free AI backends (Antigravity, Codex) through protocol translation
要点
- 为 Claude Code CLI 和 Cursor IDE 提供协议转换
- 支持免费 AI 后端(Antigravity、Codex)
- 使用 TypeScript 构建,确保可靠性
- 开源且由社区驱动
- 无需订阅费用即可实现 vibe coding
使用场景
- 将 Claude Code CLI 连接到免费 AI 后端
- 在 Cursor IDE 中使用 Antigravity 或 Codex
- 降低 AI 编码工具成本
- 尝试替代 AI 模型
- 构建自定义代理工作流
README 摘要
# Agent Vibes English | [中文](README_zh.md) [](https://github.com/funny-vibes/agent-vibes/actions/workflows/ci.yml) [](LICENSE) [](https://nodejs.org/) [](https://www.typescriptlang.org/) [](https://nestjs.com/) [](https://fastify.dev/) <p align="center"> <img src="apps/vscode-extension/resources/icon.png" alt="Agent Vibes logo" width="120" /> </p> <p align="center"> <strong>Unified Agent Gateway</strong> — Use <strong>Antigravity</strong>, <strong>Codex</strong>, and <strong>Kiro (AWS)</strong> AI backends with <strong>Claude Code CLI</strong> and <strong>Cursor IDE</strong>. </p> ## Overview Agent Vibes is a unified agent gateway for AI coding clients. It not only translates protocols between clients and backends, but also implements Cursor's native ConnectRPC/gRPC agent channel with the full streaming tool loop, while routing requests across Antigravity, Claude-compatible, Codex, OpenAI-compatible, and Kiro (AWS CodeWhisperer) backends. **Clients** (front-end): - **Claude Code CLI** — Anthropic API - **Cursor IDE** — Protocol-compatible ConnectRPC/gRPC implementation **Backends** (back-end): - **Antigravity IDE** — Google Cloud Code API with protocol-compliant requests - **Codex CLI** — OpenAI-compatible API for GPT and Codex models -