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 rajeshhuria/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

Block Company

Block Company develops financial technology including Square payment terminals, Cash App peer-to-peer payments, and Bitcoin integration under Jack Dorsey's l...

Registry SourceRecently Updated
Coding

Browser Harness

用 LLM 友好的方式控制用户已登录的真实 Chrome(CDP)。一行命令在当前标签页跑 JS、点击、滚动、截图、读 DOM、填表、上传文件——共享 cookie/session/登录态,跨 Python 与 TypeScript Agent 操作同一个浏览器。基于 browser-use/browser-ha...

Registry SourceRecently Updated
Coding

Config Drift Scanner

Detect configuration drift across environments (dev, staging, production). Compare config files, environment variables, feature flags, and secrets across dep...

Registry SourceRecently Updated
Coding

API Gateway

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...

Registry SourceRecently Updated
73.1K369byungkyu