gumloop is the command line for Gumloop. Sign in once, then drive your agents, sessions, chat completions, MCP integrations, Company Brain, skills, and artifacts from the terminal. Every command has a --json mode so you can pipe results into scripts, cron jobs, or any other tool you already use.
Install
Or paste this prompt into your coding agent and it sets everything up for you
Or paste this prompt into your coding agent and it sets everything up for you
The prompt is self-contained — the agent installs the CLI, sorts out authentication with you, and installs the Gumloop CLI skill on its own.
~/.gumloop — it ships its own Python, never touches your system Python, and needs no sudo. Verify the install:
Linux prerequisites
The CLI stores credentials in your OS keychain. macOS Keychain is always available, but on Linux you need one of:gumloop login entirely and pass credentials per invocation via environment variables.
Sign in
Your first command
List the agents you can see:gumloop <thing> <action>, with --help on anything to see all the flags.
Use with coding agents
Now that you’re set up, your coding agent (Claude Code, Cursor, Codex, …) can drive Gumloop for you. One command installs thegumloop-cli skill — setup, every command, and the sharp edges — into each coding agent detected on your machine:
The skill ships inside the CLI as an Agent Plugin. To write the raw plugin package (
plugin.json + skills/) somewhere explicit — for a plugin-aware client or a project checkout — use gumloop plugin install gumloop --dir <path>.Commands
Global flags
These work on every command:
Most subcommands additionally accept
--json to print the raw response payload instead of the human-friendly table, which is handy for piping into jq, scripts, or other tools.