**claude-code-kimi-groq**
Description
Use models like Kimi K2, DeepSeek V3.1, and GLM-4.5 in Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Formerly "claude-code-kimi-groq" - now OpenBridge! Legacy code still available in the `cckg-legacy` branch.
OpenBridge
Use models like Kimi K2, DeepSeek V3.1, and GLM-4.5 in Claude Code.
Open-source API bridge that enables any LLM to work with Anthropic-compatible tools.
Quick Start
Quick start using Kimi K2 on Hugging Face:
pip install openbridge
obcli
# Use with GLM-4.5:
OPENAI_MODEL="zai-org/GLM-4.5:fireworks-ai" obcli
By default, OpenBridge uses Kimi K2 through your Hugging Face account. Hugging Face provides a small free quota every month for all users. Hugging Face Pro subscribers receive $2 in credits each month.
You can use ANY OpenAI-compatible LLM API with support for tool calling! Configure this either through environment variables (`OPENAI_MODEL`, `OPENAI_BASE_URL`, `OPENAI_API_KEY`) or a config file. Run `obcli` to see the configuration options.
Usage
# Install the package
pip install openbridge
# Start the proxy
openbridge --port 8323
# Configure your environment
export ANTHROPIC_API_KEY=NOT_NEEDED # If you are not already logged in to Anthropic
export ANTHROPIC_BASE_URL=http://localhost:8323/
# Run Claude Code
claude
CLI options:
--host- Host to bind to (default: 0.0.0.0)--port- Port to bind to (default: 8323)
Roadmap
- Prompt caching - currently, usage of the proxy is not cost effective as prompt caching is not implemented yet. Contributions welcome!
- Route
haikumodels to a smaller model, currently uses GLM-4.5, very expensive!
License
BSD-3-Clause
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11