A command-line interface for running Ollama locally without touching the GUI. You get model management (pull, list, remove), text generation, chat completions, and embeddings, all callable from the terminal or scripts. The dual output mode is the smart bit: human-readable tables by default, but add a JSON flag and everything becomes parseable for agents or automation. Includes a REPL for interactive poking around and supports remote Ollama instances. If you're building workflows that need local LLM inference or you just prefer CLIs to web interfaces, this gives you direct access to Ollama's REST API without writing curl commands yourself.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-ollama