Rent
Delegate tasks to real humans via RentAHuman.ai — search skills, post bounties, manage conversations, and run AI-scored opportunity scans.From its SKILL.md
npx -y skills add shane9coy/Rent-A-Human-Agent --skill rentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 418 tokens by cl100k_base, as published. Nobody here has run it
Rent-A-Human Skill
Auto-activate when the user wants to hire a person, post a job, or delegate a task that needs a human.
Quick Commands
/rent — Browse + print command menu
/rent scan — AI-scored bounties (Grok, 12hr cache)
/rent scan force — Bypass cache, fresh scoring now
/rent scan new — Only unseen bounties
/rent post <desc> — Post a new bounty (first sentence = title)
/rent saved — View saved bounties
/rent skills — List available human skills
/rent status — Connection check
Hire Flow
Direct: /rent search <skill> → /rent human <id> → /rent talk <id> : msg → negotiate → book
Bounty: /rent post desc → humans apply → /rent applications <id> → /rent accept <app_id>
Bounty Scanner
Script: python3 .claude/skills/rent/scripts/bounty_hunter.py
Cache: logs/bounties_cache.json (12hr TTL, Grok-3-mini-fast scoring 0–100)
After running: read cache file and display scored results to user.
Rate Limits
Bounties: 5/day | Conversations: 50/day | Messages: 30/hr | API keys: 3 max
CLI Alternative
python hire_team.py "Task description"
python hire_team.py talk <human_id> "Message"
python hire_team.py bounty "Title" --description "..." --price 100 --hours 2
Note: hire_team.py is an optional external CLI. Primary interface is MCP via /rent commands.
Payment via Stripe Connect escrow on RentAHuman.ai.
→ Full command tree + MCP tool map: .claude/commands/rent.md
What ships with it: 1 file
21.7 KB alongside SKILL.md, 1 of them executable
scripts/
- bounty_hunter.pyruns21.7 KB