ekkOS CLI Commands
Public command reference for @ekkos/cli. This page lists user-available commands and options only.
Install
npm install -g @ekkos/cli@latest
Quick Start
npm install -g @ekkos/cli@latest
ekkos init
ekkos pulse
Use ekkos <command> --help for command-level help.
Core Commands
Setup, launch, diagnostics, and top-level CLI operations.
ekkosDefault command (equivalent to `ekkos run`). See `ekkos pulse` for the recommended launch mode.
ekkos initInitialize ekkOS and configure your IDE.
Options
-i, --ide <ide>-k, --key <key>-f, --force-q, --quick--skip-hooks (deprecated no-op)--skip-skills
ekkos runLaunch Claude Code with ekkOS. Use `ekkos pulse` instead for the recommended experience.
Options
-s, --session <name>-b, --bypass--model [model]--context-window <window>--continue-last--resume-session <id>-v, --verbose-d, --doctor-r, --research--skip-inject--skip-proxy--dashboard--add-dir <dirs...>
ekkos pulseLaunch Pulse mode — the recommended way to start ekkOS.
Replaces `ekkos run --dashboard` as the default launch command.
Options
-s, --session <name>--context-window <window>--continue-last--resume-session <id>-v, --verbose--skip-inject--skip-proxy--add-dir <dirs...>
ekkos cursorLaunch Cursor Agent CLI with ekkOS integration.
Options
-s, --session <name>-m, --model <model>--mode <mode>--plan--cloud-p, --print--output-format <format>--yolo--sandbox <mode>--dashboard--continue--resume [chatId]--setup-only-v, --verbose-w, --worktree [name]--worktree-base <branch>--proxy
ekkos aiLaunch AI assistant mode.
Options
-s, --session <name>-v, --verbose--skip-proxy--dashboard
ekkos codexLaunch Codex mode.
Forwards to Synk command runner.
ekkos acpLaunch a generic ACP-compatible agent.
Forwards to Synk command runner.
ekkos mcpStart the ekkOS Memory MCP stdio server.
ekkos scanScan repo structure and seed ekkOS registry.
Options
-c, --compile-n, --dry-run-p, --path <path>
ekkos statusShow live status and memory metrics.
Options
-w, --watch--json
ekkos doctorCheck prerequisites and diagnose setup issues.
Options
-f, --fix-j, --json
ekkos testTest connection to ekkOS memory services.
ekkos test-claudeLaunch Claude Code in test mode.
Options
--no-proxy--no-hooks-v, --verbose
ekkos logoutClear local ekkOS credentials.
Options
-a, --all
ekkos hooksdeprecatedDeprecated compatibility command.
Monitoring & Usage
Session visibility, dashboard, and token/cost reporting.
ekkos dashboard [session-name]Open live terminal dashboard.
Options
--latest--wait-for-new--refresh <ms>--compact--provider <name>
ekkos sessionsList active local sessions.
Options
-j, --json
ekkos usageUsage summary (defaults to usage dashboard).
Options
-j, --json
ekkos usage dailyDaily usage breakdown.
Options
-d, --days <n>-j, --json
ekkos usage weeklyWeekly usage breakdown.
Options
-w, --weeks <n>-j, --json
ekkos usage monthlyMonthly usage breakdown.
Options
-j, --json
ekkos usage blocks5-hour billing block analysis.
Options
-j, --json
ekkos usage session [session-id]Session usage detail or session list.
Options
-l, --list-i, --instance <id>-j, --json
ekkos usage dashboardComposite usage dashboard output.
Options
-j, --json
ekkos streamStream capture management command group.
ekkos stream statusShow stream capture status for a session.
Options
-s, --session <id>-w, --watch-j, --json
ekkos stream listList sessions with stream data.
Docs / Cortex
Manage local `ekkOS_CONTEXT.md` generation and validation.
ekkos docsCortex command group.
Alias: `ekkos cortex`.
ekkos docs initInitialize local Cortex docs for a repository.
Alias: `ekkos cortex init`.
Options
-p, --path <path>--timezone <iana-tz>--no-seed
ekkos docs watchWatch workspace and keep docs updated.
Alias: `ekkos cortex watch`.
Options
-p, --path <path>--timezone <iana-tz>--poll-interval-ms <ms>--debounce-ms <ms>--no-seed--rich--no-rich
ekkos docs workspacesManage watched workspaces.
Alias: `ekkos cortex workspaces`.
Options
-l, --list-a, --add <path>-r, --remove <path>
ekkos docs setup-ciGenerate CI workflow for docs validation.
Alias: `ekkos cortex setup-ci`.
Options
-p, --path <path>
ekkos docs validateValidate Cortex docs in a repo.
Alias: `ekkos cortex validate`.
Options
-p, --path <path>--fix--system <system_id>
OpenClaw Commands
OpenClaw integration commands exposed by ekkOS CLI.
ekkos clawOpenClaw command group.
ekkos claw statusShow OpenClaw + ekkOS integration status.
Options
-j, --json--proxy-url <url>--model <model>--workspace <path>
ekkos claw upgradeApply OpenClaw integration upgrades.
Options
--apply--force-j, --json--proxy-url <url>--model <model>--workspace <path>
Synk Commands
Mobile sync/auth/vendor key commands available via `ekkos` wrappers.
ekkos authAuthentication command group.
ekkos auth loginAuthenticate with Synk.
Options
--web
ekkos auth logoutClear Synk auth and machine data.
ekkos auth statusShow Synk auth status.
ekkos connectVendor key connection command group.
ekkos connect ekkos | codex | claude | aiConnect vendor credentials.
ekkos connect statusShow connected vendor status.
ekkos sandboxSandbox command group.
ekkos sandbox configureInteractive sandbox configuration.
ekkos sandbox statusShow current sandbox config state.
ekkos sandbox disableDisable sandboxing.
ekkos daemonDaemon command group.
ekkos daemon start | stop | status | list | logs | install | uninstallManage background Synk daemon.
ekkos daemon stop-session <session-id>Stop a daemon-managed session.
ekkos notifySend push notifications command.
ekkos notify -p <message> [-t <title>]Send push notification to linked devices.
Headless Agent Commands
Remote agent controls under `ekkos agent ...`.
ekkos agentHeadless agent command group.
ekkos agent auth login | logout | statusManage agent authentication state.
ekkos agent listList sessions.
Options
--active--json
ekkos agent status <session-id>Get live session state.
Options
--json
ekkos agent create --tag <tag>Create a new remote session.
Options
--path <path>--json
ekkos agent send <session-id> <message>Send a message to a session.
Options
--wait--json
ekkos agent history <session-id>Read session message history.
Options
--limit <n>--json
ekkos agent stop <session-id>Stop a remote session.
ekkos agent wait <session-id>Wait until a remote session is idle.
Options
--timeout <seconds>
Compatibility Note
Command surface verified from local CLI sources for @ekkos/cli v1.6.3. If you upgrade versions, re-check with ekkos --help.