NexusLayer Product

The autonomous task queue
for Claude Code

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.

3Priority levels
Projects
AutoUsage resume

Your AI keeps working
while you're away from your desk

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.

Once, on your machine
Start the skill
Open Claude Code on your PC and type one command. Claude starts listening for tasks — it will keep watching even as usage resets, automatically resuming.
Claude Code
Start work from TaskRelay
Fetching queue from taskrelay.nexuslayer.eu…
✓ Watching for tasks. Queue is empty. Checking again in 60s.
From anywhere in the world
Add a task
Open TaskRelay on your phone, a borrowed laptop, or from a client meeting. Create a ticket — the title, what needs to be done, which project it belongs to.
Phone
Laptop
Tablet
or any browser
Back on your PC, automatically
Claude executes it locally
Claude Code sees the new ticket, claims it, and gets to work — reading files, editing code, running commands — all on your local machine. When you get home, it's done.
Claude Code
Starting ticket #12 [HIGH]: Add dark mode toggle
Project: MyApp · /Users/admin/Documents/MyApp
Reading components/Header.tsx…
✓ Completed #12 — 3 files changed

Everything Claude Code needs
to work autonomously

Priority Queue

HIGH, MID, LOW priority lanes. Paused tickets auto-bubble to the top on resume. Your AI always works on the right thing first.

Project Context

Attach tech stack, working directory, and AI knowledge notes to each project. Claude Code reads this context before starting every ticket.

Usage Monitoring

When Claude Code hits its usage limit, it marks the ticket paused and schedules an automatic wake-up after the reset — zero babysitting required.

User Isolation

Every account is fully isolated. Your tickets, projects, and AI notes are private — only accessible with your own API key.

REST API

Clean REST endpoints. One curl command to fetch the next ticket. One to mark it done. Dead-simple for AI agents to consume.

Kanban Board

Visual To Do → In Progress → Done board. Watch your AI move tickets in real time. Archive completed work when you're done.

Up and running in minutes

01

Create your account

Sign up with your email. Your workspace is instantly ready — projects, tickets, and API access all in one place.

02

Get your API key

Sign in to your dashboard and copy your JWT token. This is what Claude Code uses to authenticate with TaskRelay.

03

Install the skill

Add the TaskRelay skill to Claude Code, set your API key, then say "start work from TaskRelay". Your AI takes it from there.

One command to install

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.

You'll need your API key from the dashboard before installing. Sign in or create an account above.
Terminal
# 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

Ready to give your AI a task queue?

Create a free account and start dispatching work to Claude Code in under 5 minutes.