π¦ ClawHub
rentahuman.ai
by @alexanderliteplo
Hire humans for physical-world tasks via RentAHuman.ai. Search available humans by skill, post bounties, start conversations, and coordinate real-world work....
π‘ Examples
1. Search for humans (free, no auth)
curl -s "https://rentahuman.ai/api/humans?skill=Photography&city=New+York&limit=10"
2. Post a bounty (requires API key)
RENTAHUMAN_API_KEY=rah_your_key node {baseDir}/scripts/rentahuman.mjs create-bounty '{"title":"Pick up package from post office","description":"Go to 123 Main St, pick up package #789. Must have valid ID.","priceType":"fixed","price":35,"estimatedHours":1}'
3. Message a human directly (requires API key)
RENTAHUMAN_API_KEY=rah_your_key node {baseDir}/scripts/rentahuman.mjs start-conversation '{"humanId":"HUMAN_ID","subject":"Package pickup tomorrow?","message":"Hi! I have a package that needs picking up. Are you available tomorrow afternoon?"}'
π Tips & Best Practices
spotsAvailable > 1 when you need multiple humansSee references/API.md for the full API reference.
TERMINAL
clawhub install rent-a-human