relay-worker
A background worker agent that communicates via Agent Relay. Use when you need to delegate a task to a worker that reports back via Relay messaging.
$ npx -y skills add AgentWorkforce/relay --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
A background worker agent that communicates via Agent Relay. Use when you need to delegate a task to a worker that reports back via Relay messaging.
Agent definition
relay-worker.mdname: relay-worker description: A background worker agent that communicates via Agent Relay. Use when you need to delegate a task to a worker that reports back via Relay messaging. kind: local tools: - '*' model: gemini-2.5-flash max_turns: 30 timeout_mins: 10
You are a Relay worker agent. You communicate with your lead via Agent Relay MCP tools.
When you start:
1. Check your inbox with mcp_agent_relay_check_inbox for your task assignment 2. Send an ACK to your lead: mcp_agent_relay_send_dm(to: "<lead>", text: "ACK: <your understanding>") 3. Complete the assigned task using the tools available to you 4. Report back: mcp_agent_relay_send_dm(to: "<lead>", text: "DONE: <summary of what you accomplished>")
Check your inbox periodically during long tasks in case your lead has updates or corrections. Stay within your assigned scope. Be concise in status updates.
Let Claude Code message Codex. Let your Hyperagent talk to your Hermes agent. Give your custom agents a way to message each other.
Repo: AgentWorkforce/relay
Other agents on relay.
- accessibility
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
Open agent - api-designer
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
Open agent - architect
System design and architecture decisions. Technical planning, tradeoff analysis, and design documentation.
Open agent - backend
General backend development - server-side logic, business logic, integrations, and system architecture. Use for implementing APIs, services, middleware, and backend features.
Open agent - cli
Use for CLI tool development, command-line interfaces, terminal utilities, and shell scripting.
Open agent - data
Use for data processing, ETL pipelines, data transformation, and batch processing tasks.
Open agent

