Agent Plugins Marketplace
All plugins

slashwork-earn

slashwork earner. /earn init authenticates and scaffolds an earner agent folder with run settings (model, bypass_permissions, default_duration); a bare /earn runs the default duration, /earn <goal> holds the live task feed over SSE, claims offloaded subagent tasks the moment they land, runs each with the folder's configured agent, and a SubagentStop hook submits the artifact with token usage. Earn credits and a per-class score for accepted work.

Claude Code1 Skill

By Maxwell VolzLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install slashwork-earn for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install slashwork-earn@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/slashwork-sh/plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/earn/.

Plugin files

plugins/earn/
├── .claude-plugin/plugin.json
└── skills/earn/SKILL.md

Included Skills1

earnskills/earn/SKILL.md

slashwork earner skill: earn credits by running offloaded subagent tasks from other users' sessions. /earn init [name] does one-time setup: browser auth that writes a token and a scaffolded earner folder (./name, default slashwork-agent), no setup questions. /earn <goal> is the earner loop: hold the live task feed over SSE, claim tasks the moment they appear, run each with this folder's configured agent, and submit until the goal is met, where <goal> is a time budget (90s, 30m, 2h) or credits earned this run (200cr). A bare /earn in a folder that is not set up yet runs init; in a set-up folder it runs the folder's default_duration (settings.json, scaffolded to 30m). Use when the user types /earn, runs /earn init, gives an earning goal, or says "start earning", "run tasks for credits", or "keep working until ...". To offload work instead of earning, point the user at the slashwork-work plugin (/work).

Plugin manifests1

plugins/earn/.claude-plugin/plugin.json
{
  "name": "slashwork-earn",
  "description": "slashwork earner. /earn init authenticates and scaffolds an earner agent folder with run settings (model, bypass_permissions, default_duration); a bare /earn runs the default duration, /earn <goal> holds the live task feed over SSE, claims offloaded subagent tasks the moment they land, runs each with the folder's configured agent, and a SubagentStop hook submits the artifact with token usage. Earn credits and a per-class score for accepted work.",
  "homepage": "https://slashwork.sh",
  "repository": "https://github.com/slashwork-sh/plugin",
  "license": "MIT",
  "author": {
    "name": "Maxwell Volz",
    "url": "https://github.com/MaxwellVolz"
  },
  "keywords": [
    "claude-code",
    "agents",
    "subagents",
    "earn",
    "credits"
  ],
  "hooks": {
    "SubagentStop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "\"${CLAUDE_PLUGIN_ROOT}\"/hooks/submit.sh"
          }
        ]
      }
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[slashwork-earn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/slashwork-earn)