Data & AI

octocode-orchestrator-local-worker - Claude MCP Skill

Use when saving tokens with a local Ollama worker while the cloud agent keeps tools and judgment: summarize, extract, classify, translate, article digest after fetch, draft, checklist, vision caption, map-reduce, or phrases like ollama worker, local model, offload, use ollama.

SEO Guide: Enhance your AI agent with the octocode-orchestrator-local-worker tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to use when saving tokens with a local ollama worker while the cloud agent keeps tools and judgment: su... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟25 stars β€’ 77 forks
πŸ“₯0 downloads

Documentation

SKILL.md
# Orchestrator + Local Worker

**Delegate execution, retain reasoning.** Cloud agent keeps tools/fetch/verify/writes. Local Ollama does sealed-packet token burn on text/images you already have.

**Portable:** pick from live `ollama list` + size/capability tiers (named tags are examples only).

Flow: `GATE β†’ ROUTE β†’ RUN β†’ VERIFY β†’ REPORT` β€” full steps in `references/workflow.md`.  
VERIFY = quality gate before accept or cascade (small β†’ stronger installed β†’ solo).

**Routine loads:** `model-selection.md` (ROUTE) + `verify-gate.md` (VERIFY). Surfaces unclear β†’ `usage-matrix.md`.

## Hard rules

1. Architecture, security, design, final synthesis, and repo writes stay on the orchestrator unless the user transfers write ownership.
2. Treat worker output as untrusted β€” never paste into answers/commits without VERIFY.
3. Prefer deterministic scripts over any LLM when they suffice.
4. No tool-using agent loops on the worker (single-shot / map-reduce only).
5. Health-check Ollama before first invoke; if down, stay solo.
6. Use exact names from `ollama list` β€” never invent tags or use embed/OCR-only models for chat jobs.
7. Prefer language **orchestrator / worker**.
8. Worker never browses the web β€” orchestrator fetches; worker sees saved text/images only.

## When to activate

Token/context pressure; low-complexity summarize/extract/classify/translate/draft/check/vision/article-after-fetch; user asks for local/Ollama/save-tokens; warm small one-shots.

**Catalog shortcut:** RAM kit / capability Q only β†’ `ollama-local-models.md`, skip full offload.

## When NOT / not this skill

High-complexity, security, live tools/MCP/browser loops, contested multi-source synthesis, no fitting chat model, or host cloud is warmer and user did not ask local.  
Setup/pull β†’ catalog. Tool-harness triage β†’ triage skill. Parallel cloud workers β†’ `octocode-subagent`. Full local agent bridges β†’ out of scope.

## Scripts

- `scripts/ollama-health.sh` β€” GATE daemon/model check
- `scripts/ollama-worker.sh` β€” RUN sealed packet (`--keepalive`, `--temperature`, `--num-ctx`)
- `scripts/eval-skill.mjs` β€” suite runner (static/script/live)

## Progressive refs

| Ref | When |
|---|---|
| `references/workflow.md` | Full GATE→REPORT / recovery / job table |
| `references/usage-matrix.md` | Surface when/how |
| `references/decision-matrix.md` | Offload vs solo unclear |
| `references/model-selection.md` | Every ROUTE |
| `references/family-playbooks.md` | Family flags / tie-break |
| `references/ollama-local-models.md` | Catalog/RAM only β€” not routine |
| `references/ollama-cli.md` | CLI flags |
| `references/ollama-invoke.md` | HTTP / serving knobs |
| `references/packet-contract.md` | Packet schema |
| `references/verify-gate.md` | Every VERIFY |
| `references/references.md` | Provenance |

**Eval:** `evals/` permanent; `.octocode/` temp. Improving this skill β†’ `octocode-graph-eval`.

Signals

Avg rating⭐ 0.0
Reviews0
Favorites0

Information

Repository
bgauryy/octocode-mcp
Author
bgauryy
Last Sync
8/11/2026
Repo Updated
8/10/2026
Created
7/22/2026

Reviews (0)

No reviews yet. Be the first to review this skill!