Report Evotown dispatch job completion after the agent finishes real work.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill evotown-dispatch-complete --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Evotown Dispatch Complete?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-evotown-dispatch-complete)More formats (shields.io, HTML) on the badges page.
---
name: evotown-dispatch-complete
description: Report Evotown dispatch job completion after the agent finishes real work.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...