Evotown dispatch complete

SkillAI & models

Report Evotown dispatch job completion after the agent finishes real work.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Evotown dispatch complete skill

What this skill tells your AI

The instructions your AI receives, as published by exboys/evotown in integrations/openclaw/evotown/skills/evotown-dispatch-complete/SKILL.md and read by ahel’s review.

Evotown dispatch messages include a footer like [evotown] job_id=job_…. Do not treat the OpenClaw hook HTTP response as task completion.

When the user-visible work is done:

evotown-agent-setup.py complete \
  --job-id <job_id from the message> \
  --status succeeded \
  --summary "One-line outcome for the control plane"

On failure:

evotown-agent-setup.py complete --job-id <job_id> --status failed --exit-code 1 --summary "reason"

Requires EVOTOWN_ENGINE_INGEST_TOKEN (evi_…) in ~/.config/evotown/evotown.agent.env.

Alternatively POST run.completed to {EVOTOWN_URL}/api/v1/events with the same run_id as in the message footer.

Signals

GitHub stars
648
Forks
64
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
evotown-dispatch-complete
Source
github.com/exboys/evotown