outlit setup command installs the outlit skill for coding agents. It does not configure MCP clients.
If you want Cursor, VS Code, Claude, or another MCP client, use the direct MCP Integration guide instead.
Supported Agents
Run the command for the agent you use, or runoutlit setup --yes to detect installed agents automatically.
| Agent | Setup command |
|---|---|
| Claude Code | outlit setup claude-code |
| Codex | outlit setup codex |
| Gemini CLI | outlit setup gemini |
| Droid | outlit setup droid |
| OpenCode | outlit setup opencode |
| Pi | outlit setup pi |
| OpenClaw | outlit setup openclaw |
| Manual / multi-agent | outlit setup skills |
Auto-Setup
Detect installed coding agents and installoutlit for all of them:
--yes, the CLI lists detected agents before installing.
JSON Output
Interactive Skills Installer
Use this when you want to pick agents manually or optionally addoutlit-sdk:
skills add flow scoped to github.com/OutlitAI/outlit-agent-skills.
Diagnostics
Thedoctor command checks your CLI auth plus coding-agent skill installs:
Checks Performed
| Check | What it verifies |
|---|---|
| CLI version | Whether you’re running the latest version |
| API key | Presence and format of your API key |
| API validation | Live test call to verify the key works |
| Integrations | Whether Outlit can read integration status |
| Per-agent checks | Whether detected coding agents already have the outlit skill |
Example Output
JSON Output
Exit Code
doctor exits with code 1 if any check fails, which makes it useful in CI: