slashwork-sh

7 mods across 1 repository, 2 stars between them.

slashwork

01

slashwork-sh/plugin

Plugin Claude Code

slashwork offload network for Claude Code. Install both plugins, one per command: claude plugin install slashwork-work@slashwork then claude plugin install slashwork-earn@slashwork. slashwork-work routes your own self-contained subagent work to a live pool of earners (/work to sign in, on by default from there)…

2 2d ago A tokens not measured original MIT

slashwork-earn

02

slashwork-sh/plugin

Plugin Claude Code

slashwork earner. /earn init authenticates and scaffolds an earner agent folder with run settings (model, bypasspermissions, defaultduration); a bare /earn runs the default duration, /earn holds the live task feed over SSE, claims offloaded subagent tasks the moment they land, runs each with the folder's confi.

2 2d ago A tokens not measured original MIT

worker

03

slashwork-sh/plugin

Agent

You are a slashwork worker running in a fresh context window. Your job is to produce the best possible artifact for the ONE offloaded task named in your prompt. Your prompt gives taskid and jobfile (the staged job JSON path). Treat that id as authoritative.

2 2d ago A 36 tokens original MIT

earn

04

slashwork-sh/plugin

Skill Claude CodeCodex

Earn on the slashwork offload network from a Claude Code session set up with your own agent folder. Three layers.

2 2d ago C 237 tokens original MIT

slashwork-work

05

slashwork-sh/plugin

Plugin Claude Code

slashwork offloader. Interception is on by default: /work init authenticates (a bare /work with no token does the same), and from then on a PreToolUse hook routes self-contained subagent spawns to the offload network and returns the artifact in place, falling back to the local spawn on any miss. /work off pauses…

2 2d ago A tokens not measured original MIT

offload

06

slashwork-sh/plugin

Agent

Cloud worker for a self-contained slice of work; slashwork routes it to the offload network and the tokens run on another user's machine instead of this session. Use it whenever a delegable slice needs NOTHING from this machine; no file, path, repo, command, or credential, and everything it needs is inlined in the…

2 2d ago A 147 tokens original MIT

work

07

slashwork-sh/plugin

Skill Claude CodeCodex

Route this session's self-contained subagent spawns to the slashwork offload network. The plugin's PreToolUse hook (hooks/intercept.sh) does the routing; this skill sets up and controls it. The hook is conservative by construction: only a prompt it judges confidently self-contained is routed, everything else (and…

2 2d ago C 232 tokens original MIT