π¦ ClawHub
Human-Rent
by @zhenstaff
Human-as-a-Service for OpenClaw - Dispatch verified human agents to perform physical world tasks and sensory validation
π‘ Examples
Dispatch Human Task
When a user requests physical-world action, execute:
human-rent dispatch "instruction" [options]Example with location
human-rent dispatch "Take a photo of 123 Main St entrance" --location="37.7749,-122.4194"Example with budget
human-rent dispatch "Inspect warehouse condition" --budget="$50" --location="37.7749,-122.4194"
Options:
--location= - Location coordinates (e.g., "37.7749,-122.4194")--budget= - Budget in dollars (e.g., "$20" or "$15-25")--priority= - Priority: low, normal, high, urgent--timeout= - Task timeout in minutes (default: 30)--type= - Task type (auto-detected if not specified)Check Task Status
human-rent status Wait for completion
human-rent status --wait
List Available Humans
# List all available workers
human-rent humansFilter by location and radius
human-rent humans --location="37.7749,-122.4194" --radius=10000Search by skills
human-rent humans --skills="photography,legal_reading"
βοΈ Configuration
Set up your ZhenRent API credentials:
export ZHENRENT_API_KEY="your-api-key-here"
export ZHENRENT_API_SECRET="your-api-secret-here"
Get your credentials at: https://www.zhenrent.com/api/keys
Test Installation
human-rent test
π Tips & Best Practices
Issue 1: No Humans Available
Error: "No suitable humans found for this task"
Solutions:
--radius option)Issue 2: Task Timeout
Error: "Task timed out"
Solutions:
--timeout option)Issue 3: Authentication Error
Error: "Missing credentials" or "Authentication failed"
Solutions:
TERMINAL
clawhub install human-rent