A CLI that lets AI agents store, fetch, and organize files on Clevver. Install it alongside Claude, Codex, or any coding agent.
clevver login once, or set CLEVVER_TOKEN for headless use.Every command supports --json output for structured agent consumption.
Once installed, any agent with shell access can use the Clevver CLI. Here's what that looks like in practice.
clevver store with the right flags and reports back the file ID.clevver ls --tags --json and formats the results for you.clevver fetch, reads the content, and gives you a summary.clevver archive and clevver tag --set as needed.clevver store --tags.clevver whoami and reports your quota and usage.Set these for headless agents, CI pipelines, or automated workflows.
| CLEVVER_TOKEN | Auth token — skip interactive login in agent environments |
| CLEVVER_API_URL | Override the API base URL |
| CLEVVER_INSTALL_DIR | Custom binary install path (default: /usr/local/bin) |