🔀
AutomationPython

Evotown Handoff

by EXboys

Evotown Handoff 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 Handoff
Copy Evotown Handoff 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-handoff ~/.claude/skills/evotown-handoff

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-handoff/SKILL.md in EXboys/evotown
Installs to
~/.claude/skills/evotown-handoff
Collection
One of 8 skills cataloged from this repository
Category
Automation1523 skills

What Evotown Handoff does

Evotown Handoff queues a task for another engine or team through the Evotown control plane. Use it when work should be transferred instead of handled in chat, and when reporting completion for a leased job.

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

Documentation

README

Evotown handoff

When a task should continue on another engine or team, do not message them in chat directly. Queue a handoff on Evotown.

CLI (employee machine)

evotown-agent-setup.py handoff \
  --to-team finance \
  --title "Expense review" \
  --message "Please verify the summary and approve or reject."

Or target a specific engine:

evotown-agent-setup.py handoff --to-engine hermes-bob --message "..."

Requires EVOTOWN_INGEST_TOKEN and prior register.

HTTP (from automation)

POST {EVOTOWN_URL}/api/v1/jobs/from-engine
Authorization: Bearer {EVOTOWN_INGEST_TOKEN}

{
  "kind": "handoff",
  "source_engine_id": "openclaw-alice",
  "target_team_id": "finance",
  "title": "Handoff",
  "message": "..."
}

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Evotown Handoff

  • What else does EXboys publish alongside Evotown Handoff?

    Evotown Handoff 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 Handoff 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 Handoff compare to other Automation skills?

    Evotown Handoff ranks #1120 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 Handoff against them. Open each page to compare what they document and how they install.

More from EXboys/evotown

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

See all 8 skills