cercano-models

List installed Ollama models with names, sizes, and modified dates.

8|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/bryancostanich/Cercano --skill cercano-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cercano-models
Source: https://github.com/bryancostanich/Cercano/tree/main/plugins/skills/cercano-models
Command: npx skills add https://github.com/bryancostanich/Cercano --skill cercano-models

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps teams quickly discover what AI models are installed on the user's local Ollama server by listing model names, sizes, and last modified dates, enabling informed model selection.

Core Features & Use Cases

  • Discover installed Ollama models with their names, file sizes, and last modified dates.
  • Compare models to decide which one to deploy for a given task, or to audit your local model inventory.
  • Use in SRE or development workflows to quickly inventory available resources on a local machine.

Quick Start

List the available models on your Ollama instance.

Frequently Asked Questions about cercano-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list installed models on my local Ollama instance?

You can list installed Ollama models by fetching metadata directly from the active Ollama server, which retrieves the model name, file size, and last modified date for display.

What information is included when I inventory my Ollama models?

When you inventory Ollama models, the fetched metadata includes the model name, file size, and last modified date to help you compare and decide which local models to deploy.

Can I use this to audit my local model inventory for development workflows?

Yes, you can audit your local model inventory in development and operations workflows to quickly discover available resources and compare installed models on your local machine.

Do I need a running Ollama server to discover installed local models?

Yes, you need an active Ollama instance running locally because the tool fetches model metadata directly from the Ollama server to list the currently installed models.

What is the best way to compare local models before deploying them?

The best way to compare local models is to fetch metadata from your Ollama server, allowing you to review model names, sizes, and modification dates to inform your deployment decisions.