TaskRelay gives your AI agent a persistent, prioritised work queue with project context. Create tickets, let Claude Code execute them autonomously — even across usage resets.
Already have a NexusLayer account? No account yet? or at auth.nexuslayer.eu — both work.
Start the skill on your home machine once. From anywhere in the world — a phone, a café laptop, a client meeting — open TaskRelay and drop in a task. Claude Code picks it up and executes it locally, right there on your PC, as if you never left.
HIGH, MID, LOW priority lanes. Paused tickets auto-bubble to the top on resume. Your AI always works on the right thing first.
Attach tech stack, working directory, and AI knowledge notes to each project. Claude Code reads this context before starting every ticket.
When Claude Code hits its usage limit, it marks the ticket paused and schedules an automatic wake-up after the reset — zero babysitting required.
Every account is fully isolated. Your tickets, projects, and AI notes are private — only accessible with your own API key.
Clean REST endpoints. One curl command to fetch the next ticket. One to mark it done. Dead-simple for AI agents to consume.
Visual To Do → In Progress → Done board. Watch your AI move tickets in real time. Archive completed work when you're done.
Sign up with your email. Your workspace is instantly ready — projects, tickets, and API access all in one place.
Sign in to your dashboard and copy your JWT token. This is what Claude Code uses to authenticate with TaskRelay.
Add the TaskRelay skill to Claude Code, set your API key, then say "start work from TaskRelay". Your AI takes it from there.
The TaskRelay skill teaches Claude Code how to fetch tickets, execute them, handle usage limits, and self-resume. Install it once and it works automatically.
# Install the TaskRelay skill
curl -s https://taskrelay.nexuslayer.eu/skill \
-H "Authorization: Bearer $TASKRELAY_API_KEY" \
| claude skill install -
# Set your API key
export TASKRELAY_API_KEY="your-token-here"
# Start working
> Start work from TaskRelay
Create a free account and start dispatching work to Claude Code in under 5 minutes.