返回顶部
g

githuntGitHunt

Find and rank GitHub developers by location, technology, and role. Search for candidates, get scored profiles with tech stack matches, activity, and contact info.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,048
下载量
免费
免费
5
收藏
概述
安装方式
版本历史

githunt

GitHunt - GitHub开发者发现

按地点、技术栈和角色查找GitHub上的顶尖开发者。获取经过评分和排名的候选人及其详细资料。

网站: https://githunt.ai

使用场景

  • - 在特定地点寻找开发者/候选人
  • 搜索掌握特定技术栈的开发者
  • 招聘/寻源工程师
  • 建立人才储备库

API端点

基础URL:https://api.githunt.ai/v1

搜索开发者(流式传输)- 主端点

实时流式搜索,在找到候选人时即时返回。免费返回前10个样本结果

bash
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
}

请求体参数:

参数必填描述
location城市、国家或地区(例如:berlin、germany、san francisco)
role
否 | 角色类型(参见下方支持的角色) |
| skills | 否 | 要匹配的技术关键词数组 |
| maxUsers | 否 | 最大搜索用户数(默认:100) |

支持的角色

角色包含的技术
frontendreact, vue, angular, svelte, typescript, css, tailwind, nextjs
backend
nodejs, python, django, flask, go, rust, java, spring, postgresql | | fullstack | react, nodejs, nextjs, postgresql, typescript, graphql | | mobile | react-native, flutter, swift, kotlin, ios, android | | devops | docker, kubernetes, terraform, aws, azure, jenkins, github-actions | | data | python, pandas, tensorflow, pytorch, spark, sql, jupyter | | security | penetration, owasp, cryptography, ethical-hacking, forensics | | blockchain | ethereum, solidity, web3, smart-contract, defi, nft | | ai | machine-learning, pytorch, tensorflow, llm, langchain, huggingface | | gaming | unity, unreal, godot, opengl, vulkan, game-engine |

对单个用户评分

获取特定GitHub用户的详细评分。

bash
curl -X POST https://api.githunt.ai/v1/rank/user \
-H Content-Type: application/json \
-d {
username: torvalds,
skills: [c, linux]
}

流式响应格式

流式端点返回服务器推送事件(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}}

用户数据字段

每个用户结果包含:
json
{
login: username,
name: 全名,
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]
}

免费版与付费版

功能免费版(通过API)完整报告($19)
结果前10个样本所有匹配的开发者
导出
— | Excel/CSV下载 | | 联系信息 | 有限 | 完整(邮箱、网站、社交账号) | | 评分详情 | 基础 | 详细分解 |

💰 获取完整报告

如需获取所有匹配开发者的完整列表及完整联系信息:

  1. 1. 访问 https://githunt.ai
  2. 按地点+角色运行搜索
  3. 点击 购买完整报告(一次性$19)
  4. 获取包含所有候选人的Excel报告

使用示例

在柏林查找React开发者(流式传输)

bash 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

对特定候选人评分

bash curl -s -X POST https://api.githunt.ai/v1/rank/user \ -H Content-Type: application/json \ -d {username: sindresorhus, skills: [javascript, typescript]} | jq

提示

  1. 1. 地点要具体 - san francisco比usa效果更好
  2. 使用角色或技能 - 角色会自动包含相关的技术关键词
  3. 流式传输是实时的 - 结果会即时显示
  4. 免费预览=前10个 - 购买完整报告获取完整列表

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 githunt-1776375018 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 githunt-1776375018 技能

通过命令行安装

skillhub install githunt-1776375018

下载

⬇ 下载 githunt v1.0.0(免费)

文件大小: 8.2 KB | 发布时间: 2026-4-17 14:33

v1.0.0 最新 2026-4-17 14:33
Initial public release of githunt.

- Search and rank GitHub developers by location, tech stack, and role.
- Streaming API returns real-time candidate results, with top 10 shown for free.
- Supports searching by popular roles (frontend, backend, devops, AI, etc.) and custom skills.
- Get scored, detailed profiles including contact info, activity, and tech stack matches.
- Option to purchase full reports for all matched developers and full contact details.
- Clear usage examples and tips for sourcing technical talent efficiently.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部