Oc banner
Hanishchow Hanishchow

Oc

AI community

Description

--- description: Delegate a single task to one headless opencode worker (free model) allowed-tools: Bash(node:*) --- Delegate this single task to ONE opencode worker. Task: $ARGUMENTS Run exactly: node "$HIVEMIND_HOME/scripts/oc-worker.mjs" --timeout 600 "$ARGUMENTS" Then: 1. Parse the single JSON line output: fields {ok, result, tokens, cost_usd, duration_ms}. 2. If ok:false, report stage + error to me in one sentence and stop. 3. If the task was read-only, summarize result concisely for me

Installation

Installs to ~/.claude/skills/hanishchow-hivemind-oc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hanishchow-hivemind-oc && curl -fsSL https://raw.githubusercontent.com/Hanishchow/hivemind/HEAD/commands/oc.md -o ~/.claude/skills/hanishchow-hivemind-oc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository