From terminalhire
Show day-sized paid bounties the developer could knock out today (runs terminalhire bounties). Use when the user asks about bounties, paid tasks, gigs, side projects, or wants to make money from open issues while working.
How this skill is triggered — by the user, by Claude, or both
Slash command
/terminalhire:bountiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the bundled terminalhire engine in a Bash tool call to display day-sized paid bounties — open, funded tasks the developer could knock out alongside their own work:
Run the bundled terminalhire engine in a Bash tool call to display day-sized paid bounties — open, funded tasks the developer could knock out alongside their own work:
node "${CLAUDE_PLUGIN_ROOT}/dist/bin/jpi-dispatch.js" bounties
The list is ranked locally — no profile data is sent. Each bounty shows the $ amount, effort, source repo (with stars), a local match score when it fits the developer's profile, and a claim link that goes straight to the source platform (terminalhire never touches payment).
Append --priced to show only bounties with a known dollar amount, --limit N to change how many are shown, or --all to list every bounty.
Note: invoke the plugin-bundled engine via
${CLAUDE_PLUGIN_ROOT}so a plugin update is the only update needed (no separatenpmstep). If$CLAUDE_PLUGIN_ROOTis unset — e.g. running outside Claude Code — fall back to the standalone commandterminalhire bounties.
npx claudepluginhub staqsio/terminalhire-plugin --plugin terminalhireProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.