A specialized skill for AI agents to query builder reputation, verify human identity, and enrich professional profiles using Talent Protocol and GitHub data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install builder-data
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 builder-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Builder Data skill enables AI agents to interface directly with Talent Protocol, a decentralized platform dedicated to tracking and verifying builder reputations. It allows for deep technical recruitment, identity mapping, and talent discovery by aggregating data from decentralized and traditional social sources.
By integrating this into Openclaw Skills, developers can build agents that verify if a wallet belongs to a human, find developers in specific regions, or assess the technical impact of a builder based on their cross-platform contributions. This skill bridges the gap between on-chain identity and professional proof-of-work, providing a comprehensive view of a developer's ecosystem footprint through a single interface.
To use this skill within the Openclaw Skills framework, you must configure your environment variables with the appropriate API credentials.
# Required: Set your Talent Protocol API Key
export TALENT_API_KEY="your_api_key_here"
# Recommended: Set your GitHub Personal Access Token for higher rate limits
export GITHUB_TOKEN="your_github_token_here"
You can obtain your Talent API key at https://talent.app/~/settings/api. While a GitHub token is optional, it is highly recommended to increase rate limits from 60 to 5,000 requests per hour.
The skill organizes data around the central Profile ID, linking identity sources and reputation metrics through a structured schema:
| Entity | Fields | Description |
|---|---|---|
| Profile | id, location, tags | Core metadata and builder categorization. |
| Identity | handle, source, type | Connected accounts (Twitter, GitHub, Farcaster, Wallet). |
| Reputation | rank_position, points | Global and individual scoring metrics. |
| Credentials | earnings, hackathons | Verified milestones and professional achievements. |
| Verification | human_checkmark | Boolean indicator for verified human status. |
Loading
A local-first, three-tier memory architecture that provides AI agents with real-time capture, vector search, and long-term curated recall.

A local-first security layer designed to detect and block prompt injection, jailbreaks, and malicious instructions before they reach your AI agent.

A secure utility for managing API keys via the system keyring and injecting them into OpenClaw configurations.

Securely expose your local AI agent UI and services to the web with automatic HTTPS and SSO-based access control.

A comprehensive developer reputation and identity resolution tool powered by Talent Protocol and GitHub enrichment.

A comprehensive interface to programmatically interact with a local Logseq instance for automated knowledge management and graph manipulation.








































