evotown-dispatch-complete

evotown-dispatch-complete is a skill for Claude Code, Codex from EXboys/evotown. It costs 22 tokens per session (223 once invoked), scanned A, original, no licence file.

A helper for reporting that an Evotown dispatch job has been completed after the agent finishes the assigned work. The description does not provide further details about the report it sends.

In plain words
What is it for?
It is for marking an Evotown dispatch task complete after the real work is done.
Why use it?
It provides a specific completion step for dispatch jobs instead of leaving their status unreported.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for marking an Evotown dispatch task complete after the real work is done.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exboys/evotown/evotown-dispatch-complete
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EXboys/evotown --skill evotown-dispatch-complete
Clone the repo
git clone --depth 1 https://github.com/EXboys/evotown

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evotown-dispatch-complete

README.md
[![agentmods](https://agentmods.dev/badge/skills/exboys/evotown/evotown-dispatch-complete.svg)](https://agentmods.dev/skills/exboys/evotown/evotown-dispatch-complete)
Your own site
<a href="https://agentmods.dev/skills/exboys/evotown/evotown-dispatch-complete"><img src="https://agentmods.dev/badge/skills/exboys/evotown/evotown-dispatch-complete.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00223
Opus 5 $0.00011 $0.00112
Sonnet 5 $0.00004 $0.00045
Haiku 4.5 $0.00002 $0.00022

Measured 8d ago against content hash 8f007361ffd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

evotown-dispatch-complete scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/openclaw/evotown/skills/evotown-dispatch-complete/SKILL.md · 28 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 28 lines · 22 tokens per session scan A 8f007361ffd5

Subscribe to this mod's changes

evotown-dispatch-complete is a skill published in the GitHub repository EXboys/evotown (665 stars, last pushed 15d ago), with no licence file. It adds 22 tokens to every session and 223 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

zylos-memory

Core memory system. Maintains persistent memory across sessions via tiered markdown files following the Inside Out model. Handles Memory Sync (processing conversations into structured memory), session rotation, consolidation, and context-aware state saving. Must be launched via a runtime-appropriate background…

zylos-ai/zylos-core · 68 tokens

component-management

Guidelines for managing zylos components via CLI and C4 channels. Use when installing, upgrading, or uninstalling components, or when user asks about available components.

zylos-ai/zylos-core · 37 tokens

comm-bridge

C4 communication bridge — central gateway for ALL external communication (Telegram, Lark, etc.). Use when replying to users via the "reply via" path, sending proactive messages to external channels, querying recent conversations or checkpoint status (prefer c4-db.js CLI; sqlite3 OK for unsupported queries), fetching…

zylos-ai/zylos-core · 117 tokens

install-openviking-memory

Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…

volcengine/OpenViking · 191 tokens

new-session

Start a new session when context is high. Claude uses /clear, Codex uses /exit. Use when context is high or when a fresh session is needed.

zylos-ai/zylos-core · 36 tokens

multi-agent

Orchestrate a task across multiple AI models/providers. Define a team of agents with different roles, providers, and models. Each agent handles a phase (planning, execution, auditing, etc.) and results are combined. (/multi-agent, orchestrate, multi-model, team).

adolfousier/opencrabs · 59 tokens