Connect your AI agents to a global workforce for tasks requiring human perception, judgment, and local knowledge via Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install loopuman
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install loopuman using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Loopuman serves as the essential human layer for AI, providing a bridge between automated processing and real-world human intelligence. By integrating this skill, developers can programmatically route complex tasks—such as physical address verification, nuanced translation, or subjective content moderation—to a network of verified human workers who interact via Telegram and WhatsApp. This ensures that Openclaw Skills can handle scenarios where even the most advanced LLMs might fail or hallucinate.
The system is built on the Celo blockchain, enabling near-instant payments in cUSD to workers worldwide. This transparency and speed attract a high-quality workforce, while the skill provides developers with a structured CLI and API interface to manage human-in-the-loop workflows as easily as calling a function. Whether you need to verify data, label images, or gather local insights, Loopuman provides the ground truth required for robust AI operations.
First, create the configuration directory and file for your Openclaw Skills integration:
mkdir -p ~/.openclaw/skills/loopuman
cat > ~/.openclaw/skills/loopuman/config.json << 'EOF'
{
"apiKey": "YOUR_API_KEY",
"apiUrl": "https://api.loopuman.com"
}
EOF
Generate your API key by registering your email (use promo code CLAW500 for a starter bonus):
curl -X POST https://api.loopuman.com/api/v1/register \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]", "company_name": "My Project", "promo_code": "CLAW500"}'
The skill manages tasks and submissions using a structured JSON schema. Below is how data is typically organized:
| Property | Type | Description |
|---|---|---|
| task_id | String | The unique identifier for the human task. |
| status | String | Current state (active, completed, expired, cancelled). |
| budget | Integer | Payment in VAE tokens (100 VAE = $1.00 USD). |
| submissions | Array | List of approved results provided by human workers. |
| category | String | The task type used for routing (e.g., translation, research). |
Loading
Loopuman provides AI agents with a direct interface to human workers for verification, judgment, and real-world actions paid via cryptocurrency.

TixFlow is an AI event assistant that automates the discovery, booking, and calendar coordination of event tickets using KYD Labs and Google Calendar.

An AI-powered market analysis skill for tracking and analyzing Solana-based prediction markets with regulated data.

An AI-powered video generation skill that leverages Google's Veo 3.1 models to create high-quality 1080p content with sound.

A powerful tool for sending rich, interactive message cards to Feishu users and groups through the Feishu Open API.

A specialized watchdog service that provides automated configuration rollback and backup restoration for OpenClaw environments.








































