Claude Agent

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.

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download agentworkforce-relay-plugins_gemini-relay-extension_agents_relay-worker.md-a8d2cab.zip · 0 KB
Part of agentworkforce/relay — 57 skills

Install

skills CLI npx skills add https://github.com/AgentWorkforce/relay/tree/main/plugins/gemini-relay-extension/agents/relay-worker.md
Git git clone https://github.com/AgentWorkforce/relay.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (relay)
  • relay-worker.md 883 B
    ---
    name: 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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related