Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Find and rank GitHub developers by location, technology, and role. Search for candidates, get scored profiles with tech stack matches, activity, and contact info.
Find and rank GitHub developers by location, technology, and role. Search for candidates, get scored profiles with tech stack matches, activity, and contact info.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Find top developers on GitHub by location, tech stack, and role. Get scored, ranked candidates with detailed profiles. Website: https://githunt.ai
Finding developers/candidates in a specific location Searching for developers with specific tech stacks Recruiting/sourcing engineers Building talent pipelines
Base URL: https://api.githunt.ai/v1
Real-time streaming search that returns candidates as they're found. Returns top 10 sample results for free. curl -N -X POST "https://api.githunt.ai/v1/rank/users/stream" \ -H "Content-Type: application/json" \ -H "Accept: text/event-stream" \ -d '{ "location": "berlin", "role": "frontend", "skills": ["react", "typescript"], "maxUsers": 100 }' Body Parameters: ParamRequiredDescriptionlocationYesCity, country, or region (e.g., "berlin", "germany", "san francisco")roleNoRole type (see Supported Roles below)skillsNoArray of technology keywords to matchmaxUsersNoMax users to search (default: 100)
RoleTechnologies Includedfrontendreact, vue, angular, svelte, typescript, css, tailwind, nextjsbackendnodejs, python, django, flask, go, rust, java, spring, postgresqlfullstackreact, nodejs, nextjs, postgresql, typescript, graphqlmobilereact-native, flutter, swift, kotlin, ios, androiddevopsdocker, kubernetes, terraform, aws, azure, jenkins, github-actionsdatapython, pandas, tensorflow, pytorch, spark, sql, jupytersecuritypenetration, owasp, cryptography, ethical-hacking, forensicsblockchainethereum, solidity, web3, smart-contract, defi, nftaimachine-learning, pytorch, tensorflow, llm, langchain, huggingfacegamingunity, unreal, godot, opengl, vulkan, game-engine
Get detailed score for a specific GitHub user. curl -X POST "https://api.githunt.ai/v1/rank/user" \ -H "Content-Type: application/json" \ -d '{ "username": "torvalds", "skills": ["c", "linux"] }'
The streaming endpoint returns Server-Sent Events (SSE): data: {"type": "connected", "timestamp": 1234567890} data: {"type": "user", "data": {"login": "developer1", "name": "...", "score": 85, ...}} data: {"type": "user", "data": {"login": "developer2", "name": "...", "score": 82, ...}} data: {"type": "progress", "data": {"found": 10, "searched": 50}} data: {"type": "complete", "data": {"totalCount": 150, "previewLimitReached": true, "previewLimit": 10}}
Each user result includes: { "login": "username", "name": "Full Name", "bio": "Developer bio", "location": "Berlin, Germany", "company": "@company", "email": "dev@example.com", "websiteUrl": "https://...", "twitterUsername": "handle", "isHireable": true, "score": 85, "avatarUrl": "https://avatars.githubusercontent.com/...", "followers": 1234, "repositories": 45, "primaryLanguage": "TypeScript", "languages": ["TypeScript", "Python", "Go"], "matchingKeywords": ["react", "typescript", "node"] }
FeatureFree (via API)Full Report ($19)ResultsTop 10 sampleAll matched developersExportβExcel/CSV downloadContact infoLimitedFull (emails, websites, socials)Scoring detailsBasicDetailed breakdown
For the complete list of all matched developers with full contact info: Go to https://githunt.ai Run your search with location + role Click "Buy Full Report" ($19 one-time) Get Excel report with all candidates
curl -N -X POST "https://api.githunt.ai/v1/rank/users/stream" \ -H "Content-Type: application/json" \ -H "Accept: text/event-stream" \ -d '{"location": "berlin", "role": "frontend"}' 2>/dev/null | \ grep -o '{"type":"user"[^}]*}' | head -5
curl -s -X POST "https://api.githunt.ai/v1/rank/user" \ -H "Content-Type: application/json" \ -d '{"username": "sindresorhus", "skills": ["javascript", "typescript"]}' | jq
Be specific with location - "san francisco" works better than "usa" Use role OR skills - role auto-includes relevant tech keywords Streaming is real-time - results appear as they're found Free preview = top 10 - buy full report for complete list
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.