loopuman
Route tasks to verified human workers worldwide via Loopuman. Use when AI alone can't handle verification, translation, content moderation, image labeling, local knowledge, or subjective judgment. Results in minutes, paid in 8-second cUSD payments on Celo.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/seesayearn-boop/loopumanLoopuman — The Human Layer for AI
Route tasks to verified human workers when AI alone isn't enough. Workers are paid in 8 seconds via cUSD on Celo blockchain. No app download required — workers operate via Telegram and WhatsApp.
When to Use This Skill
Use Loopuman when the task requires real human judgment, perception, or local knowledge that AI cannot reliably provide:
- Verification — "Is this business address real?" "Does this photo match this listing?"
- Translation — Nuanced, culturally-aware translation (not just word-for-word)
- Content moderation — "Is this image appropriate?" "Does this review violate guidelines?"
- Image labeling — "What objects are in this photo?" "Rate this image quality 1-10"
- Local knowledge — "What's the current price of tomatoes in Nairobi?"
- Surveys & opinions — "Which logo design is better?" "Rate this product description"
- Data collection — "Find the phone number for this restaurant"
- Quality assurance — "Does this AI-generated text sound natural?"
Do NOT use for tasks AI can handle: math, code generation, summarization, web search, file operations.
Setup
Create the config file with your Loopuman API key:
mkdir -p ~/.openclaw/skills/loopuman
cat > ~/.openclaw/skills/loopuman/config.json << 'EOF'
{
"apiKey": "YOUR_API_KEY",
"apiUrl": "https://api.loopuman.com"
}
EOF
Get your API key (one command, no auth needed):
curl -X POST https://api.loopuman.com/api/v1/register \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]", "company_name": "Your Name", "promo_code": "LOBSTER"}'
This returns your api_key (starts with lpm_). Save it immediately — it cannot be retrieved later.
Promo codes for free credits:
CLAW500— 500 VAE ($5.00) for first 10 OpenClaw testersLOBSTER— 100 VAE ($1.00) for early access (50 spots)- No code — 25 VAE ($0.25) welcome bonus
To add more funds, message @LoopumanBot on Telegram and link your account.
API Authentication
All requests use the x-api-key header:
x-api-key: YOUR_API_KEY
Creating a Task
scripts/loopuman.sh create \
--title "Verify business address" \
--description "Check if this address exists on Google Maps: 123 Main St, Nairobi, Kenya. Reply with YES/NO and a screenshot." \
--category other \
--budget 50 \
--estimated-seconds 120
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-seesayearn-boop-loopuman": {
"enabled": true,
"auto_update": true
}
}
}