setup
Set up Flywheel for your AI coding host
Reference for flywheel setup.
Command Group
Setup Commands
Summary
Set up Flywheel for your AI coding host
Usage
flywheel setup [FLAGS]Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--claude | Set up for Claude Code | |||
--cursor | Set up for Cursor | |||
--universal | Set up for Universal (.agents/skills) | |||
--antigravity | Set up for Antigravity (.agent/skills) | |||
--opencode | Set up for OpenCode | |||
--codex | Set up for Codex | |||
--gemini | Set up for Gemini CLI | |||
--pi-mono | Set up for Pi (pi-mono) | |||
--hermes-agent | Set up for Hermes Agent | |||
--openclaw | Set up for OpenClaw | |||
--mode | MODE | mcp, cli | Install mode: mcp | cli | |
--mcp | Alias for --mode mcp | |||
--cli | Alias for --mode cli | |||
-p, --project | Configure for current project instead of globally | |||
-y, --yes | Skip confirmation prompts | |||
--api-key | KEY | Use API key authentication | ||
--oauth | Use OAuth endpoint (IDE handles auth flow) | |||
--install-skill | Install or refresh the bundled Flywheel skills | |||
--skip-skill | Skip bundled skill installation (MCP-only setup) | |||
--auth-mode | MODE | auto | auto, loopback, device | Device approval flow; retired legacy mode returns FLY-416 guidance; default auto |
--base-url | URL | Public Flywheel origin used for setup and MCP config | ||
--name | NAME | MCP server name | ||
--force | Reconcile prior install mode automatically via uninstall |
Examples
Install MCP wiring and bundled skills
npx --yes @paradigma-inc/flywheel setup --mode mcp --install-skillConfigure Codex MCP wiring without bundled skills
npx --yes @paradigma-inc/flywheel setup --mode mcp --skip-skill --codex --projectInstall CLI-mode bundled skills for Codex
npx --yes @paradigma-inc/flywheel setup --mode cli --codex --project