{
  "schemaVersion": "1.0",
  "item": {
    "slug": "builder-data",
    "name": "Builder Data",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JuampiHernandez/builder-data",
    "canonicalUrl": "https://clawhub.ai/JuampiHernandez/builder-data",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/builder-data",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=builder-data",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/endpoints.md",
      "references/github-enrichment.md",
      "references/use-cases.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/builder-data"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/builder-data",
    "agentPageUrl": "https://openagent3.xyz/skills/builder-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/builder-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/builder-data/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Talent Powers",
        "body": "Query professional data from Talent Protocol - a platform that tracks builders\n\nUse this skill to:\n\nFind verified developers by location, skills, or identity (Twitter/GitHub/Farcaster/wallet)\nCheck builder reputation (ranks by default, scores only when asked)\nMap Twitter accounts with Wallet addresses\nVerify human identity from a wallet\nSearch for builder's credentials (earnings, contributions, hackathons, contracts, etc)\nCheck the projects each builder is shipping"
      },
      {
        "title": "Required Credentials",
        "body": "VariableRequiredDescriptionGet it atTALENT_API_KEYYesAPI key for Talent Protocol (read access to profile/identity data)https://talent.app/~/settings/apiGITHUB_TOKENNoPersonal access token for higher GitHub rate limits (60/hr → 5,000/hr)https://github.com/settings/tokens\n\nBase URL: https://api.talentprotocol.com\n\ncurl -H \"X-API-KEY: $TALENT_API_KEY\" \"https://api.talentprotocol.com/...\""
      },
      {
        "title": "Endpoints",
        "body": "EndpointPurpose/search/advanced/profilesSearch profiles by identity, tags, rank, verification/profileGet profile by ID/accountsGet connected wallets, GitHub, socials/socialsGet social profiles + bios/credentialsGet data points (earnings, followers, hackathons, etc.)/human_checkmarkCheck if human-verified (optional, don't use by default)/scoresGet ranks (default) or scores (only when explicitly asked)"
      },
      {
        "title": "Key Parameters",
        "body": "Identity lookup:\n\nquery[identity]={handle}&query[identity_type]={twitter|github|farcaster|ens|wallet}\n\nFilters (all optional, only use when relevant to the query):\n\nquery[tags][]=developer              # filter by tag (developer, designer, etc.)\nquery[verified_nationality]=true     # only verified nationality\nquery[human_checkmark]=true          # only human-verified (reduces results significantly)\n\nSorting:\n\nsort[score][order]=desc&sort[score][scorer]=Builder%20Score\n\nPagination: page=1&per_page=250 (max 250)"
      },
      {
        "title": "URL Encoding",
        "body": "[ = %5B, ] = %5D, Space = %20"
      },
      {
        "title": "Response Fields",
        "body": "Default → Ranks (always use unless user asks for scores):\n\nbuilder_score.rank_position - Primary rank metric\nscores[].rank_position where slug = \"builder_score\" - Latest rank\n\nOnly when user explicitly asks for scores:\n\nbuilder_score.points - Score value\n\n\nscores[].points - Individual score values\n\n\nlocation - User-entered location (returned in response)"
      },
      {
        "title": "Location Filter",
        "body": "DO NOT USE query[standardized_location]=Country - doesn't work.\n\nUSE customQuery with regex:\n\ncurl -X POST -H \"X-API-KEY: $TALENT_API_KEY\" -H \"Content-Type: application/json\" \\\n  \"https://api.talentprotocol.com/search/advanced/profiles\" \\\n  -d '{\n    \"customQuery\": {\n      \"regexp\": {\n        \"standardized_location\": {\n          \"value\": \".*argentina.*\",\n          \"case_insensitive\": true\n        }\n      }\n    },\n    \"sort\": { \"score\": { \"order\": \"desc\", \"scorer\": \"Builder Score\" } },\n    \"perPage\": 50\n  }'\n\nSee use-cases.md for more examples."
      },
      {
        "title": "Limitations",
        "body": "Max 250 per page\nGET only for most endpoints (POST for customQuery)\nSimple query[standardized_location] param broken - use customQuery regex"
      },
      {
        "title": "GitHub Enrichment",
        "body": "Get projects/repos via GitHub after resolving username from /accounts:\n\n# 1. Get GitHub username\n/accounts?id={profile_id} → { \"source\": \"github\", \"username\": \"...\" }\n\n# 2. Query GitHub\nGET https://api.github.com/users/{username}                           # Profile\nGET https://api.github.com/users/{username}/repos?sort=stars&per_page=5   # Top repos\nGET https://api.github.com/users/{username}/repos?sort=pushed&per_page=5  # Recent\nGET https://api.github.com/users/{username}/events/public             # Commits\nGET https://api.github.com/search/issues?q=author:{username}+type:pr+state:open  # Open PRs\n\nGitHub Token (recommended): Without a token, GitHub limits to 60 requests/hr. With a personal access token, you get 5,000/hr.\n\nCreate one at: https://github.com/settings/tokens → \"Generate new token (classic)\" → no scopes needed for public data\nUse it: -H \"Authorization: token $GITHUB_TOKEN\""
      },
      {
        "title": "References",
        "body": "endpoints.md - Full endpoint docs\nuse-cases.md - Common patterns\ngithub-enrichment.md - GitHub data"
      }
    ],
    "body": "Talent Powers\n\nQuery professional data from Talent Protocol - a platform that tracks builders\n\nUse this skill to:\n\nFind verified developers by location, skills, or identity (Twitter/GitHub/Farcaster/wallet)\nCheck builder reputation (ranks by default, scores only when asked)\nMap Twitter accounts with Wallet addresses\nVerify human identity from a wallet\nSearch for builder's credentials (earnings, contributions, hackathons, contracts, etc)\nCheck the projects each builder is shipping\nRequired Credentials\nVariable\tRequired\tDescription\tGet it at\nTALENT_API_KEY\tYes\tAPI key for Talent Protocol (read access to profile/identity data)\thttps://talent.app/~/settings/api\nGITHUB_TOKEN\tNo\tPersonal access token for higher GitHub rate limits (60/hr → 5,000/hr)\thttps://github.com/settings/tokens\n\nBase URL: https://api.talentprotocol.com\n\ncurl -H \"X-API-KEY: $TALENT_API_KEY\" \"https://api.talentprotocol.com/...\"\n\nEndpoints\nEndpoint\tPurpose\n/search/advanced/profiles\tSearch profiles by identity, tags, rank, verification\n/profile\tGet profile by ID\n/accounts\tGet connected wallets, GitHub, socials\n/socials\tGet social profiles + bios\n/credentials\tGet data points (earnings, followers, hackathons, etc.)\n/human_checkmark\tCheck if human-verified (optional, don't use by default)\n/scores\tGet ranks (default) or scores (only when explicitly asked)\nKey Parameters\n\nIdentity lookup:\n\nquery[identity]={handle}&query[identity_type]={twitter|github|farcaster|ens|wallet}\n\n\nFilters (all optional, only use when relevant to the query):\n\nquery[tags][]=developer              # filter by tag (developer, designer, etc.)\nquery[verified_nationality]=true     # only verified nationality\nquery[human_checkmark]=true          # only human-verified (reduces results significantly)\n\n\nSorting:\n\nsort[score][order]=desc&sort[score][scorer]=Builder%20Score\n\n\nPagination: page=1&per_page=250 (max 250)\n\nURL Encoding\n\n[ = %5B, ] = %5D, Space = %20\n\nResponse Fields\n\nDefault → Ranks (always use unless user asks for scores):\n\nbuilder_score.rank_position - Primary rank metric\nscores[].rank_position where slug = \"builder_score\" - Latest rank\n\nOnly when user explicitly asks for scores:\n\nbuilder_score.points - Score value\n\nscores[].points - Individual score values\n\nlocation - User-entered location (returned in response)\n\nLocation Filter\n\nDO NOT USE query[standardized_location]=Country - doesn't work.\n\nUSE customQuery with regex:\n\ncurl -X POST -H \"X-API-KEY: $TALENT_API_KEY\" -H \"Content-Type: application/json\" \\\n  \"https://api.talentprotocol.com/search/advanced/profiles\" \\\n  -d '{\n    \"customQuery\": {\n      \"regexp\": {\n        \"standardized_location\": {\n          \"value\": \".*argentina.*\",\n          \"case_insensitive\": true\n        }\n      }\n    },\n    \"sort\": { \"score\": { \"order\": \"desc\", \"scorer\": \"Builder Score\" } },\n    \"perPage\": 50\n  }'\n\n\nSee use-cases.md for more examples.\n\nLimitations\nMax 250 per page\nGET only for most endpoints (POST for customQuery)\nSimple query[standardized_location] param broken - use customQuery regex\nGitHub Enrichment\n\nGet projects/repos via GitHub after resolving username from /accounts:\n\n# 1. Get GitHub username\n/accounts?id={profile_id} → { \"source\": \"github\", \"username\": \"...\" }\n\n# 2. Query GitHub\nGET https://api.github.com/users/{username}                           # Profile\nGET https://api.github.com/users/{username}/repos?sort=stars&per_page=5   # Top repos\nGET https://api.github.com/users/{username}/repos?sort=pushed&per_page=5  # Recent\nGET https://api.github.com/users/{username}/events/public             # Commits\nGET https://api.github.com/search/issues?q=author:{username}+type:pr+state:open  # Open PRs\n\n\nGitHub Token (recommended): Without a token, GitHub limits to 60 requests/hr. With a personal access token, you get 5,000/hr.\n\nCreate one at: https://github.com/settings/tokens → \"Generate new token (classic)\" → no scopes needed for public data\nUse it: -H \"Authorization: token $GITHUB_TOKEN\"\nReferences\nendpoints.md - Full endpoint docs\nuse-cases.md - Common patterns\ngithub-enrichment.md - GitHub data"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JuampiHernandez/builder-data",
    "publisherUrl": "https://clawhub.ai/JuampiHernandez/builder-data",
    "owner": "JuampiHernandez",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/builder-data",
    "downloadUrl": "https://openagent3.xyz/downloads/builder-data",
    "agentUrl": "https://openagent3.xyz/skills/builder-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/builder-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/builder-data/agent.md"
  }
}