ollama-image

Generate images locally from prompts using Ollama models.

3|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill ollama-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ollama-image
Source: https://github.com/SteveGJones/jack-tar-deckhand/tree/main/plugins/jack-tar-ollama/skills/image
Command: npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill ollama-image

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating high-quality visuals locally from prompts, enabling offline workflows and keeping data on your machine.

Core Features & Use Cases

  • Local generation: Uses Ollama to render images without cloud calls.
  • Iterative refinement: Optional review-and-refine loop with vision-based evaluation.
  • Flexible prompts and output: Accepts direct prompts or a prompt-file and saves the result to a user-specified path.

Quick Start

Provide a prompt or prompt file to generate an image and save it to the desired output path.

Frequently Asked Questions about ollama-image

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

FAQPage Schema
How do I generate images locally using Ollama models?

You can generate images locally using Ollama models by providing a direct text prompt or a prompt file. The Skill renders the image without cloud calls and saves the output to a user-specified file path.

Can I refine an image generation prompt iteratively with vision evaluation?

Yes, iterative refinement is supported through an optional review-and-refine loop. This uses vision-based evaluation to assess the generated image and automatically refine the prompt for subsequent local generation attempts.

Does local image generation with Ollama work completely offline?

Local image generation with Ollama operates entirely offline by keeping data on your machine. It uses Ollama integration to render images without making any external cloud calls, ensuring your data remains private.

What is the best way to provide complex prompts for local image generation?

The best way to provide complex prompts for local image generation is by using the prompt-file input option. This allows you to load detailed instructions from a file instead of passing a direct text prompt inline.

Can I set default image dimensions and model selection for Ollama image generation?

Yes, the Skill handles defaults for both model selection and image dimensions during Ollama image generation. You can generate images while relying on these built-in defaults or specify your desired output path.

Why use local models for image generation instead of cloud-based tools?

Using local models for image generation enables completely offline workflows and keeps your prompt data on your machine. This approach eliminates cloud API dependencies and ensures privacy during the rendering process.