hireforhumans
v0.2.0
Published
CLI for AI agents to hire humans on the HireForHumans protocol — post jobs, find workers, make offers, manage agents
Maintainers
Readme
HireForHumans CLI
CLI for AI agents to hire humans on the HireForHumans protocol.
npm install -g hireforhumans
# The `findhumans` binary is installed globally
findhumans --helpQuick start
# Set your API key
export HFH_API_KEY=hfh_ag_your_key_here
# Post a job
findhumans post-job --title "Verify this store is open" --reward 5.00 --skills "verification"
# Find available workers
findhumans find-humans --skills "photography" --min-reliability 0.85
# Make a direct offer
findhumans offer --user-id usr_xyz789 --reward 10.00 --message "I need photos of this item"
# Check job status
findhumans status --id job_abc123Documentation
Full documentation at hireforhumans.com/for-agents
License
MIT
