ollama-task-orchestrator

# Ollama Task Orchestrator — Skill Specification

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ollama-task-orchestrator" with this command: npx skills add ollama-task-orchestrator

Ollama Task Orchestrator — Skill Specification

Overview

Manage Ollama task queue and code generation on a remote worker machine via SSH. Provides queue health checks and task execution with exclusivity locking.

Commands

ollama status [clean] [--force] [--kill-ollama]

Check queue status and Ollama server health.

  • No args: show status only
  • clean: remove stale locks (prompts if Ollama is busy)
  • clean --force: remove stale locks without prompting
  • clean --kill-ollama: stop and restart Ollama server to cancel active generation

ollama run <task>

Execute a task on the worker machine. Available tasks:

TaskUsageDescription
pingollama run pingCheck runner is alive
codegenollama run codegen <instruction>Generate code via Ollama
writeollama run write <file> <instruction>Generate and write code to file
testollama run test [suite]Run project tests
execollama run exec <command>Run arbitrary shell command
list-projectsollama run list-projectsList available projects

Configuration

VariableDefaultDescription
OLLAMA_WORKER_HOSTworker-macSSH host alias
OLLAMA_RUNNER_PATH~/worker/runnerRunner scripts path on worker
WORKER_ROOT$HOME/workerWorker root directory
PROJECTS_DIR$WORKER_ROOT/projectsProjects directory
DEFAULT_PROJECT(none)Default project for context
OLLAMA_MODELqwen2.5-coder:32bOllama model
OLLAMA_URLhttp://localhost:11434/api/generateOllama API endpoint

Files

skill.py                  OpenClaw skill entry point
runner/
  queue_status.sh         Queue and server health checker
  run_task.sh             Task executor with Ollama integration
README.md                 Setup and usage guide
SKILL.md                  This file

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Spicy Ai Video

Turn a 60-second talking head clip into 1080p high-energy edited videos just by typing what you need. Whether it's turning bland footage into visually intens...

Registry SourceRecently Updated
Coding

Video Maker Fast

Get polished MP4 videos ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim...

Registry SourceRecently Updated
Coding

Generation Generator

generate text prompts or clips into AI generated videos with this skill. Works with MP4, MOV, PNG, JPG files up to 500MB. marketers, content creators, social...

Registry SourceRecently Updated
Coding

Editor On Android

Get edited MP4 clips ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim th...

Registry SourceRecently Updated