π¦ ClawHub
Dispatch (Claude Code)
by @edxi
Launch non-blocking Claude Code headless tasks from slash command dispatch. Use when user requests async coding jobs and does not require slash-only Claude p...
TERMINAL
clawhub install miniade-dispatchπ About This Skill
name: dispatch description: Launch non-blocking Claude Code headless tasks from slash command dispatch. Use when user requests async coding jobs and does not require slash-only Claude plugins.
Run {baseDir}/scripts/run_dispatch.sh with user args.
Contract
/dispatch ${REPOS_ROOT:-/home/miniade/repos}/DISPATCH_TIMEOUT_SEC (default 7200s)Local config
${OPENCLAW_DISPATCH_ENV:-/skills/dispatch.env.local} skills.entries.dispatch.env injectiondispatch.sh + claude_code_run.py)Security disclosure
dispatch.env.local using key=value parsing (no source).nohup) and writes logs/results under configured paths.ENABLE_CALLBACK=1 and explicit group settings.Behavior
1. Validate args and return usage if incomplete. 2. Start task in background (non-blocking). 3. Return one-line launch summary with run-id and log path. 4. Do not run extra validation unless requested.