Builder Data (Talent Powers) for Openclaw

A specialized skill for AI agents to query builder reputation, verify human identity, and enrich professional profiles using Talent Protocol and GitHub data.

juampihernandez
v0.1.0
Feb 17, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install builder-data

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Builder Data (Talent Powers)?

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.

Builder Data (Talent Powers) Use Cases

  • Finding verified developers by location, skills, or specific handles including Twitter, GitHub, Farcaster, or ENS.
  • Mapping decentralized wallet addresses to authenticated social media identities for outreach.
  • Verifying human identity (Human Checkmark) to ensure sybil-resistance in talent searches or community gating.
  • Assessing builder reputation through standardized ranks and specific credential data like earnings, hackathon wins, or contributions.
  • Enriching builder profiles with live GitHub contribution data and repository statistics to verify technical skills.

How Builder Data (Talent Powers) Works

  1. The AI agent receives a query related to a developer's identity, location, or professional reputation.
  2. It interfaces with the Talent Protocol API via Openclaw Skills using the required TALENT_API_KEY.
  3. For location-based searches, the skill executes a POST request with a regex-based customQuery to ensure accurate filtering against standardized location data.
  4. The agent resolves the builder's profile ID and fetches associated social handles, connected wallets, and reputation ranks.
  5. If detailed technical data is needed, the agent uses the resolved GitHub username to fetch repository metadata and public event history from the GitHub API.
  6. The skill synthesizes these diverse data points into a single, actionable developer profile for the user.

Builder Data (Talent Powers) Setup

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.

Builder Data (Talent Powers) Data Schema & Taxonomy

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.

Builder Data (Talent Powers) Advanced Features

  • Advanced Regex Search: Leverage customQuery regex via Openclaw Skills for granular, case-insensitive location and profile filtering.
  • Cross-Platform Identity Resolution: Seamlessly map ENS names or blockchain wallets to social media bios and GitHub development activity.
  • Automated GitHub Enrichment: Combine Talent Protocol reputation with live project star counts, recent commits, and pull request activity.
  • Sybil Resistance Filters: Programmatically filter search results to return only human-verified builders to improve talent pool quality.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*