AutomationPython

Evotown Dispatch Complete

by EXboys

Evotown Dispatch Complete is an Automation skill for Claude Code, published by EXboys in evotown.

663 stars63 forkson EXboys/evotownAdded 2026/08/24Repository updated 2026/08/09
agent-skillsevolutionruntime-governanceself-evolvingself-learning
Install in seconds
Install Evotown Dispatch Complete
Copy Evotown Dispatch Complete into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/EXboys/evotown/tree/main/integrations/openclaw/evotown/skills/evotown-dispatch-complete ~/.claude/skills/evotown-dispatch-complete

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/EXboys/evotown.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
integrations/openclaw/evotown/skills/evotown-dispatch-complete/SKILL.md in EXboys/evotown
Installs to
~/.claude/skills/evotown-dispatch-complete
Collection
One of 8 skills cataloged from this repository
Category
Automation1523 skills

What Evotown Dispatch Complete does

Evotown Dispatch Complete reports an Evotown job as succeeded or failed after the agent finishes the real work. Use it when you need to send the job_id from the dispatch message back to the control plane.

Evotown Dispatch Complete is cataloged under Automation on DirSkills. Evotown Dispatch Complete comes from a repository tagged agent-skills, evolution, runtime-governance, self-evolving and self-learning.

Documentation

README

Evotown dispatch complete

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.

Frequently asked about Evotown Dispatch Complete

  • What else does EXboys publish alongside Evotown Dispatch Complete?

    Evotown Dispatch Complete is one of 8 skills that DirSkills catalogs from EXboys/evotown, the repository it ships in. Its siblings there include Agent Browser, Calculator and Database Query. Each one is a separate skill with its own page in this directory, installs the same way Evotown Dispatch Complete does, and is maintained by EXboys in that same repository. The rest of the collection is listed on the EXboys/evotown page.

  • How does Evotown Dispatch Complete compare to other Automation skills?

    Evotown Dispatch Complete ranks #1119 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Evotown Dispatch Complete against them. Open each page to compare what they document and how they install.

More from EXboys/evotown

Evotown Dispatch Complete is one of 8 skills cataloged on DirSkills from EXboys/evotown.

See all 8 skills