evotown-dispatch-complete
Report Evotown dispatch job completion after the agent finishes real work.
npx skills add EXboys/evotown --skill evotown-dispatch-complete --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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: ```bash evotown-agent-setup.py complete \ --job-id <job_id from the message> \ --status succeeded \ --summary "One-line outcome for the control plane" ``` On failure: ```bash 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.
evotown-agent-setup.py complete \ evotown-agent-setup.py complete --job-id <job_id> --status failed --exit-code 1 --summary "reason"
What does the evotown-dispatch-complete skill do?
Report Evotown dispatch job completion after the agent finishes real work.
How do I install it?
Run `npx skills add EXboys/evotown --skill evotown-dispatch-complete --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From EXboys/evotown, a repository with 659 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
