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

FlagValueDefaultChoicesDescription
--claudeSet up for Claude Code
--cursorSet up for Cursor
--universalSet up for Universal (.agents/skills)
--antigravitySet up for Antigravity (.agent/skills)
--opencodeSet up for OpenCode
--codexSet up for Codex
--geminiSet up for Gemini CLI
--pi-monoSet up for Pi (pi-mono)
--hermes-agentSet up for Hermes Agent
--openclawSet up for OpenClaw
--modeMODEmcp, cliInstall mode: mcp | cli
--mcpAlias for --mode mcp
--cliAlias for --mode cli
-p, --projectConfigure for current project instead of globally
-y, --yesSkip confirmation prompts
--api-keyKEYUse API key authentication
--oauthUse OAuth endpoint (IDE handles auth flow)
--install-skillInstall or refresh the bundled Flywheel skills
--skip-skillSkip bundled skill installation (MCP-only setup)
--auth-modeMODEautoauto, loopback, deviceDevice approval flow; retired legacy mode returns FLY-416 guidance; default auto
--base-urlURLPublic Flywheel origin used for setup and MCP config
--nameNAMEMCP server name
--forceReconcile prior install mode automatically via uninstall

Examples

Install MCP wiring and bundled skills

npx --yes @paradigma-inc/flywheel setup --mode mcp --install-skill

Configure Codex MCP wiring without bundled skills

npx --yes @paradigma-inc/flywheel setup --mode mcp --skip-skill --codex --project

Install CLI-mode bundled skills for Codex

npx --yes @paradigma-inc/flywheel setup --mode cli --codex --project