ollama-remote-verification

Verify Ollama instances via SSH and API smoke tests.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill ollama-remote-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ollama-remote-verification
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/mlops/ollama-remote-verification
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill ollama-remote-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a simple, repeatable method to verify that Ollama is running on a local or remote host, enumerate available models, and perform a controlled smoke test to assess health and readiness.

Core Features & Use Cases

  • Inventory and verify Ollama models on a server via SSH
  • Check service/process state and API responsiveness using localhost queries
  • Execute a deterministic smoke test to confirm model responses in a safe, auditable way
  • Use cases include pre-maintenance checks, troubleshooting remote deployments, and validating fallback readiness

Quick Start

SSH into the target host and run the verification workflow to confirm Ollama is live and at least one model responds

Frequently Asked Questions about ollama-remote-verification

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

FAQPage Schema
How do I verify Ollama is running on a remote host?

To verify Ollama on a remote host, you need SSH access to run localhost queries and curl-based API calls. This checks the service state and executes a deterministic smoke test to report overall health and model readiness.

What is a smoke test for Ollama model inventory validation?

A smoke test for Ollama model inventory validation enumerates available models and confirms at least one model responds to API calls. It provides a safe, auditable method to assess health and readiness before production use.

Do I need SSH access to check Ollama health on a server?

Yes, you need SSH access to check Ollama health on a remote server. The verification workflow requires SSH to execute localhost queries and curl-based API calls against the remote Ollama instance.

How to enumerate Ollama models via SSH before production deployment?

You enumerate Ollama models via SSH by connecting to the target host and running the verification workflow. It queries the local Ollama API to list available models and validates their responsiveness.

Can I use this Ollama verification workflow for local instances?

Yes, you can use this Ollama verification workflow for local instances. It automates verification of both local and remote Ollama deployments by applying the same localhost queries and smoke tests.

When should I run a remote Ollama smoke test?

You should run a remote Ollama smoke test during pre-maintenance checks, troubleshooting remote deployments, and validating fallback readiness. It confirms model responses and service health before production use.