From fireconnect
Configure Claude Code to use Fireworks via FireConnect. Use when setting up Fireworks API keys, model IDs, base URLs, or troubleshooting Claude Code settings for Fireworks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fireconnect:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install Claude Code first, then run the FireConnect installer from a terminal:
Install Claude Code first, then run the FireConnect installer from a terminal:
https://docs.anthropic.com/en/docs/claude-code
curl -fsSL https://raw.githubusercontent.com/fw-ai/fireconnect/main/install.sh | bash
The installer requires claude on your PATH and prompts once for your Fireworks API key. Create one here:
https://app.fireworks.ai/settings/users/api-keys
Then restart Claude Code and send a small test prompt:
hi
For non-interactive setup, provide the key as an environment variable:
curl -fsSL https://raw.githubusercontent.com/fw-ai/fireconnect/main/install.sh | FIREWORKS_API_KEY="fw_..." bash
The plugin writes Claude Code settings for the Fireworks Anthropic-compatible endpoint and applies this default model mapping:
opus -> kimi-k2p6-turbo
sonnet -> glm-5p1
haiku -> minimax-m2p5
subagent -> minimax-m2p5
Short model IDs are expanded before writing settings. For example, kimi-k2p6-turbo becomes accounts/fireworks/routers/kimi-k2p6-turbo.
Show current mapping:
/fireconnect:set-models --show
Reset to defaults:
/fireconnect:set-models
Custom mapping:
/fireconnect:set-models --opus kimi-k2p6-turbo --sonnet glm-5p1 --haiku minimax-m2p5 --subagent minimax-m2p5
Restart Claude Code after changing model mappings.
npx claudepluginhub fw-ai/fireconnect --plugin fireconnectCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.