Skip to content

Commit ec60b6f

Browse files
Merge pull request #5 from talentprotocol/clawhub-fixes
Clawhub fixes
2 parents 156b49d + c7c818d commit ec60b6f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

SKILL.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: talent-powers
2+
name: builder-data
33
description: Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
44
---
55

66
# Talent Powers
77

8-
Query professioanl data from [Talent Protocol](https://talent.app) - a platform that tracks builders
8+
Query professional data from [Talent Protocol](https://talent.app) - a platform that tracks builders
99

1010
**Use this skill to:**
1111
- Find verified developers by location, skills, or identity (Twitter/GitHub/Farcaster/wallet)
@@ -15,8 +15,13 @@ Query professioanl data from [Talent Protocol](https://talent.app) - a platform
1515
- Search for builder's credentials (earnings, contributions, hackathons, contracts, etc)
1616
- Check the projects each builder is shipping
1717

18-
First get your API Key:
19-
**API Key:** https://talent.app/~/settings/api
18+
## Required Credentials
19+
20+
| Variable | Required | Description | Get it at |
21+
|----------|----------|-------------|-----------|
22+
| `TALENT_API_KEY` | **Yes** | API key for Talent Protocol (read access to profile/identity data) | https://talent.app/~/settings/api |
23+
| `GITHUB_TOKEN` | No | Personal access token for higher GitHub rate limits (60/hr → 5,000/hr) | https://github.com/settings/tokens |
24+
2025
**Base URL:** `https://api.talentprotocol.com`
2126

2227
```bash

0 commit comments

Comments
 (0)