Kumo logoKumo

Advanced

Command line, custom profiles, Shortcuts integration, and automation.

The Advanced track covers everything outside the GUI: the kumo CLI, custom profiles, overrides, automation hooks, and the agent-skill bundle for coding agents.

All of these features are built on the same KumoCoreKit facade the GUI uses, so the command line and the GUI always agree on state.

Topics

Conventions

  • Code examples are real commands. Copy and run them.
  • JSON examples use the actual output shape — { ok, data?, error? } — that scripts and agents can branch on.
  • Where the GUI covers the same topic, the page links back to the Getting Started version.

For the engineering rationale behind these decisions, see the Contributing track.

On this page