简体中文 · English · Français · Español · Português
AI coding tool manager — one-click integration with FishXCode API for claude-code, aider, codex, opencode and more.
📖 Docs · 📦 npm Package · 🚀 Register · 🔑 Get API Key
npm i -g fishxcode-cli
# or run directly without installing
npx fishxcode-cli@latest setupfishx login # save your FishXCode API Key
fishx setup # configure all AI tools automatically
fishx doctor # verify configuration status| Tool | Config File | Auto-configured |
|---|---|---|
| Claude Code | ~/.claude/settings.json |
✅ |
| Codex CLI | ~/.codex/config.toml |
✅ |
| Aider | ~/.aider.conf.yml |
✅ |
| Continue.dev | ~/.continue/config.yaml |
✅ |
| OpenCode | ~/.config/opencode/opencode.json |
✅ |
| OpenClaw | ~/.openclaw/openclaw.json |
✅ |
| Command | Description |
|---|---|
fishx login |
Save FishXCode API Key |
fishx logout |
Remove saved credentials |
fishx whoami |
Show current API Key (masked) |
fishx setup |
Configure all AI tools |
fishx doctor |
Check environment and tool status |
fishx tools |
List all supported tools |
fishx reset |
Reset all tool configurations |
fishx balance |
Check account balance (coming soon) |
export FISHXCODE_API_KEY=sk-xxx # alternative to fishx login- Docs: https://cli.fishxcode.com
- npm Package: https://www.npmjs.com/package/fishxcode-cli
- API Console: https://fishxcode.com/console/token
- GitHub: https://github.com/fishxcode/fishxcode-cli