Claude Skill
funny-vibes/agent-vibes
Agent Vibes is a unified agent gateway that lets Claude Code CLI and Cursor IDE use free AI backends like Antigravity and Codex via protocol translation. Open-source, TypeScript-based.
Overview
Repository
Install this 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
Summary
Agent Vibes is a unified agent gateway that enables Claude Code CLI and Cursor IDE to connect with free AI backends like Antigravity and Codex through protocol translation, offering a cost-effective alternative for AI-assisted coding.
统一代理网关——通过协议转换,使Claude Code CLI和Cursor IDE能够使用免费的AI后端(Antigravity、Codex)
Key features
- Protocol translation for Claude Code CLI and Cursor IDE
- Support for free AI backends (Antigravity, Codex)
- Built with TypeScript for reliability
- Open-source and community-driven
- Enables vibe coding without subscription costs
Use cases
- Connect Claude Code CLI to free AI backends
- Use Cursor IDE with Antigravity or Codex
- Reduce AI coding tool costs
- Experiment with alternative AI models
- Build custom agent workflows
README excerpt
# 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 -