Builder Data for Openclaw

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

juampihernandez
v1.0.1
Feb 14, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install talent-powers

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 talent-powers 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?

The Builder Data skill provides AI agents with the ability to query professional reputation data from the Talent Protocol ecosystem. By leveraging this skill within the context of Openclaw Skills, developers can bridge the gap between social identities (Twitter, Farcaster), code contributions (GitHub), and on-chain activity (Wallets/ENS). It is designed to help teams identify top-tier talent, verify human users, and audit the shipping history of builders across the decentralized web.

This skill excels at synthesizing fragmented professional data into a cohesive profile. Whether you need to find developers in a specific country or verify the credentials of a potential contributor, Builder Data provides the technical depth required for high-stakes talent discovery and verification tasks.

Builder Data Use Cases

  • Identify verified developers in specific geographic regions using regex-based location filtering.
  • Map pseudonymous social media handles to verified wallet addresses and ENS domains.
  • Audit developer reputation using standardized Builder Ranks and points-based scores.
  • Verify the humanity of account holders to eliminate bots from research and outreach workflows.
  • Enrich technical profiles with real-time GitHub activity including star counts, pushes, and open pull requests.

How Builder Data Works

  1. The agent initiates a search via the Talent Protocol API using identity handles or specific search filters like skill tags.
  2. Profiles are retrieved, providing initial metadata on builder ranks and verification status.
  3. The skill queries the accounts endpoint to resolve all linked social platforms and cryptographic identities.
  4. Detailed credentials such as hackathon wins and ecosystem earnings are fetched to build a reputation score.
  5. If required, the skill performs a secondary lookup via the GitHub API to pull the most recent shipping data and project contributions.

Builder Data Setup

To integrate Builder Data into your Openclaw Skills workflow, you must provide a Talent Protocol API key. An optional GitHub token is highly recommended to avoid rate limiting.

  1. Generate a Talent Protocol API key at talent.app.
  2. (Optional) Create a GitHub Personal Access Token at github.com/settings/tokens.
  3. Set your environment variables:
export TALENT_API_KEY="your_key_here"
export GITHUB_TOKEN="your_github_token_here"
  1. Test the installation by querying a profile:
curl -H "X-API-KEY: $TALENT_API_KEY" "https://api.talentprotocol.com/profile?id=example"

Builder Data Data Schema & Taxonomy

Data Type Description
Profile Data Basic user info, rank position, and standardized location strings.
Identity Mappings Connections between Twitter, Farcaster, GitHub, Wallets, and ENS.
Builder Metrics Builder Score (points) and relative Rank Position within the ecosystem.
Credentials Lists of achievements including earnings, contributions, and hackathons.
Enriched GitHub Real-time repository counts, star stats, and recent commit history.

Builder Data Advanced Features

  • Advanced Regex Search: Use customQuery parameters to perform sophisticated, case-insensitive location filtering across the entire database.
  • Humanity Filtering: Restrict search results to only include users with the human checkmark for sybil-resistant data gathering.
  • Multi-Factor Identity Resolution: Automatically link multiple social and wallet identities to a single profile ID.
  • Dynamic Score/Rank Toggle: Choose between absolute point scores or relative ecosystem rankings depending on the analytical requirements.
  • Shipping Proof Enrichment: Automatically fetch and analyze recent public GitHub events to verify active development work.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*