arelay-skills

June 7, 2026 ยท View on GitHub

Agent skills for Agent Relay: deliver artifacts to humans via HTTP API, encrypted uploads, and Email Review Relay.

What's in this repo

This repo contains the agent-relay skill. It works with skills.sh, Cursor, Claude Code, Codex, Hermes Agent, and other agents that support the Agent Skills standard.

Install

Install globally:

npx skills add mmmikael/arelay-skills --skill agent-relay -g -y

Install into the current project:

cd your-project
npx skills add mmmikael/arelay-skills --skill agent-relay -y

For Hermes Agent:

hermes skills tap add mmmikael/arelay-skills
hermes skills install mmmikael/arelay-skills/agent-relay

Configure

Set these in the agent shell or host environment:

VariableDescription
AGENT_API_TOKENBearer token from Agent Relay account settings
AGENT_RELAY_URLBase URL, defaults to https://arelay.app

Never commit tokens.

Self-hosting

Deployment is documented in the main arelay repository. Point agents at your instance with AGENT_RELAY_URL.

License

MIT โ€” see LICENSE.