Agent skill · software engineering · hkuds

cli-anything-ollama

Command-line interface for Ollama - Local LLM inference and model management via Ollama REST API. Designed for AI agents and power users who need to manage models, generate text, chat, and create embeddings without a GUI.

Why this skill is useful

Adds executable commands for managing models and generating text with the Ollama REST API, which are not commonly found in public documentation.

What it needs

Requires cli-anything-ollama, python installed locally. About 3k tokens when loaded. Last updated 2026-08-03. 46,739 stars on the source repository.

What this skill does

cli-anything-ollama Local LLM inference and model management via the Ollama REST API. Designed for AI agents and power users who need to manage models, generate text, chat, and create embeddings without a GUI. Installation This CLI is installed as part of the cli-anything-ollama package: Prerequisites: Python 3.10+ Ollama must be installed and running (ollama serve) Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: Command Groups Model Model management commands. Command Description --------- ------------- list List locally available models show Show model details (parameters, template, license) pull Download a model from the Ollama library rm Delete a model from local storage copy Copy a model to a new name ps List models currently loaded in memory Generate Text generation and chat commands. Command Description --------- ------------- text Generate text from a prompt chat Send a chat completion request Embed Embedding generation commands. Command Description --------- ------------- text Generate embeddings for text Server Server status and info commands. Command Description --------- ------------- status Check if Ollama server is running version Show Ollama server version Session Session state commands. Command Description --------- ------------- status Show current session state history Show chat history for current session Examples List and Pull Models Generate Text Chat Embeddings Interactive REPL Session Start an interactive session for exploratory use. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills hkuds/skills--afc69b

View the source on GitHub

Browse the @skills marketplace