ankitcharolia

Kiro Gateway — AI skill for Claude Code

AI community

Compliance-first AI gateway for Kiro: connect OpenAI, Anthropic, ACP, Claude Code, Cursor, OpenCode, and MCP through the official kiro-cli binary.

How to install Kiro Gateway

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ankitcharolia/kiro-gateway and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Kiro Gateway does

Compliance-first AI gateway for Kiro: connect OpenAI, Anthropic, ACP, Claude Code, Cursor, OpenCode, and MCP through the official kiro-cli binary.

Alternatives in AI

  • Claudecodeui — A desktop and mobile UI for Claude Code, Anthropic's official CLI for AI-assisted coding 9k ★
  • Wechat Acp — Bridge WeChat chat messages to any ACP-compatible AI agent (Claude, Codex, Copilot, Qwen, Gemini, OpenCode and 488 ★
  • Memory Forge Rs — Stop resetting satisfying AI chats — edit the memory instead 474 ★

README

ACP-Compliant Kiro Gateway — use Kiro from the AI tools you already use

🌐 **Docs:** 🇪🇸 [Español](docs/es/README.md) · 🇵🇹 [Português](docs/pt/README.md) · 🇨🇳 [中文](docs/zh/README.md) · 🇯🇵 [日本語](docs/ja/README.md) · 🇰🇷 [한국어](docs/ko/README.md) · 🇷🇺 [Русский](docs/ru/README.md) · 🇮🇩 [Bahasa Indonesia](docs/id/README.md) · 📚 [documentation index](docs/README.md)

[![CI](https://github.com/ankitcharolia/kiro-gateway/actions/workflows/ci.yml/badge.svg)](https://github.com/ankitcharolia/kiro-gateway/actions/workflows/ci.yml) [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](LICENSE) [![Python 3.14+](https://img.shields.io/badge/python-3.14%2B-3776AB?logo=python&logoColor=white)](https://www.python.org/) [![GitHub stars](https://img.shields.io/github/stars/ankitcharolia/kiro-gateway?style=flat&label=Stars)](https://github.com/ankitcharolia/kiro-gateway/stargazers) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buymeacoffee&logoColor=black)](https://buymeacoffee.com/achar) [![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/ankitcharolia)

Use your Kiro subscription from **Claude Code, OpenCode, Cursor, Kilo Code**, and other OpenAI- or Anthropic-compatible clients. Kiro Gateway translates those HTTP APIs — plus native ACP — to the official `kiro-cli` binary over the Agent Client Protocol.

  • Official integration only: no reverse-engineered Kiro endpoints, account pooling, or credential handling.
  • One local gateway: OpenAI, Anthropic, and native ACP clients can share http://localhost:8000.
  • MCP-aware: harness MCP servers can be discovered and forwarded to kiro-cli; the gateway never runs them itself.

Quick start

Install [uv](https://docs.astral.sh/uv/getting-started/installation/) and the [Kiro CLI](https://kiro.dev/), then run:

git clone https://github.com/ankitcharolia/kiro-gateway.git
cd kiro-gateway
uv sync