agentsclimarketplace

Evotown dispatch complete

Skill EXboys/evotown/integrations/openclaw/evotown/skills/evotown-dispatch-complete

a middle platform for enterprise Agent runtime governance and capability assets — connect OpenClaw, Hermes, SkillLite, and custom runtimes in one place; accumulate Skills and enterprise knowledge; provide observability, review, and private distribution

Install
npx -y skills add EXboys/evotown --skill evotown-dispatch-complete

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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

SKILL.md

0.8 KB, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.