with one click
leuco-cli
Use the leuco CLI to manage the leuco daemon, projects, and channels.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Use the leuco CLI to manage the leuco daemon, projects, and channels.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | leuco-cli |
| description | Use the leuco CLI to manage the leuco daemon, projects, and channels. |
Leuco is a multi-tenant gateway that bridges chat channels (Slack today) to the Codex app-server. One daemon per machine supervises every registered project as an isolated tenant.
The leuco command is on PATH. Every subcommand accepts -h for usage details.
leuco -h
leuco projects -h
leuco projects <p> channels -h
Start here:
leuco — starts the daemon, or opens the TUI if already running.leuco status — quick health check.leuco events — query the structured event log.All state lives under ~/.leuco/. Paths are computed by LeucoPaths — never assemble by hand.
~/.leuco/
├── settings.json config + projects array (chmod 600)
├── daemon/
│ ├── pid
│ ├── log
│ └── events.db SQLite event log
└── projects/
└── <uuid>/
└── .codex/ CODEX_HOME for this tenant
If your CODEX_HOME is under ~/.leuco/projects/, you are a leuco-supervised tenant. The MCP server named leuco in your config.toml is the daemon that supervises you.