omp-delegate

Installation
SKILL.md

OMP-Delegate

One-shot non-interactive delegation to OMP.

Core Commands

Fire-and-forget:

omp -p "<prompt>" --no-session --mode json --thinking off

Blocking (waits for agent_end):

omp -p "<prompt>" --no-session --mode json --auto-approve 2>&1 | \
  jq -r 'select(.type == "agent_end") | .messages[] |
         select(.role == "assistant") | .content[] |
         select(.type == "text") | .text' | tail -1
echo "exit: $?"
Installs
1
GitHub Stars
1
First Seen
Sep 1, 2026
omp-delegate — akhy/agent-skills