Bundle of Claude Code skills Rent A Human maintains for agents and contributors
Automate laundry end-to-end on Rent A Human — post a laundry bounty with the right brief, wait for applicants, pick the best one by location/reviews/rate, coordinate pickup and drop-off, confirm the bag came back clean, release payment. Trigger when the user says "do my laundry via rentahuman", "handle my laundry", "get someone to wash my clothes", "post a laundry bounty", "I need laundry done by <date>", "sort my laundry situation", "my laundry is piling up, can you sort it", or any request that boils down to "make the dirty laundry go away without me thinking about it again". Also trigger for adjacent asks like "dry cleaning via rah", "wash-and-fold this week", or "pick up and return my laundry by Friday". This is a concrete blueprint on top of the `loop` skill — use `loop` for the orchestration mechanics, this skill for the laundry-specific brief, criteria, and handoffs.
Drive a full Rent A Human bounty lifecycle over time using the `/loop` command — create a bounty, poll for applications as they trickle in, evaluate and accept the best applicant, monitor the deliverable, confirm and release payment. Trigger whenever the user wants to "hire someone", "post a bounty and wait for apps", "find a human for <task>", "manage this rental end-to-end", "wake me when applications come in", "run this bounty until it's done", or any other request that spans the gap between posting work and getting it delivered. Also trigger for "rent a human for X and handle the whole thing", "babysit this bounty", "keep checking for applicants", or when the user delegates ongoing coordination of an in-flight rental. Do NOT trigger for one-off lookups (use `browse_services` / `search_humans` directly) or for synchronous tasks that finish in one turn.
Public Claude Code skills maintained by Rent A Human. Packaged as a Claude Code plugin marketplace so agents and contributors can install the full collection with one command.
Inside Claude Code:
/plugin marketplace add rentahuman-ai/skills
/plugin install rentahuman-skills@rentahuman-skills
Update later with /plugin marketplace update rentahuman-skills.
skills/ — auto-loaded by Claude Code when relevant.rentahuman-mcp MCP server — auto-wired via npx -y rentahuman-mcp@latest so every Claude Code startup pulls the latest published version from npm. Gives the model tools to browse humans, book services, post bounties, and manage rentals on rentahuman.ai.Most read-only tools work anonymously. To book, rent, or post bounties you need an API key — get one at rentahuman.ai/dashboard/api-keys and export it before starting Claude Code:
export RENTAHUMAN_API_KEY=rah_...
Optional — point at a non-prod API (dev/staging):
export RENTAHUMAN_API_URL=http://localhost:3000/api
For projects that want to vendor the skills alongside source (e.g. the rentahuman.ai monorepo):
git submodule add https://github.com/rentahuman-ai/skills rentahuman-skills
git submodule update --init
Bump to latest:
git submodule update --remote rentahuman-skills
git add rentahuman-skills
git commit -m "chore: bump rentahuman-skills submodule"
.claude-plugin/
marketplace.json # marketplace catalog
plugin.json # plugin manifest
skills/
<skill-name>/
SKILL.md # required — YAML frontmatter + instructions
references/*.md # optional — longer context the skill links to
scripts/ # optional — helper scripts invoked from the skill
Each directory under skills/ is a standalone skill that Claude Code auto-loads when its description matches what you're doing.
SKILL.md frontmatter:
---
name: skill-name
description: One sentence on when Claude should use this. Specific triggers beat vague summaries.
---
skills/<skill-name>/SKILL.md with frontmatter (name, description).references/*.md for anything long./plugin marketplace update or git submodule update --remote.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rentahuman-ai/skills --plugin rentahuman-skillsMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.