GitHub Project & Contributor Finder API Skill
Find GitHub Contributors and Project Details
Finding qualified developers and project details on GitHub manually requires extensive searching. This skill searches repositories by keywords, stars, and dates to automatically extract contributor profiles and contact information.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“GitHub Project & Contributor Finder API Skill”。 Find GitHub repositories about browser automation with at least 500 stars updated after 2025-01-01
预期结果:
- Repository: Puppeteer (URL: github.com/puppeteer/puppeteer, 85000 stars, Owner: Google)
- Contributors: [{name: 'Jane Smith', bio: 'Developer at Google', website: 'janesmith.dev', twitter: '@janesmith'}],
- Repository: Playwright (URL: github.com/microsoft/playwright, 78000 stars, Owner: Microsoft)
正在使用“GitHub Project & Contributor Finder API Skill”。 Search for machine learning repositories with 1000+ stars and extract contributor profiles
预期结果:
- Found 5 repositories matching criteria
- Top contributors: [Alex Chen (TensorFlow), Maria Garcia (PyTorch), James Wilson (scikit-learn)]
- Contact extraction complete. 15 contributor profiles retrieved including bio, website, and Twitter.
正在使用“GitHub Project & Contributor Finder API Skill”。 Find React component libraries with 2000+ stars and get owner contact info
预期结果:
- Discovered popular React libraries: Material-UI, Chakra UI, Ant Design
- Owner profiles retrieved with social links for partnership outreach
安全审计
中风险Risk factors confirmed: network access to external API, environment variable for API credentials. External commands are benign shell invocations for running Python scripts. No malicious intent detected. Code is legitimate API client for GitHub project/contributor data retrieval service.
高风险问题 (1)
低风险问题 (4)
风险因素
🌐 网络访问 (8)
🔑 环境变量 (11)
⚙️ 外部命令 (41)
质量评分
你能构建什么
Tech Recruiter Building Candidate Pipeline
Recruiters search for developers who contribute to popular projects in specific domains like machine learning or web frameworks. Extract contact information to reach out with job opportunities.
Developer Outreach for Tool Marketing
Marketing teams find active contributors to repositories related to their developer tools product. Collect email addresses and social profiles for targeted campaigns.
Open Source Project Discovery
Developers and researchers find trending repositories in their area of interest by filtering on keywords and star counts. Discover projects to contribute to or learn from.
试试这些提示
Find GitHub repositories related to {topic} with at least {min_stars} stars that were updated after {date}Search for GitHub repositories about {topic} and extract contact information for the top contributors including their personal websites and Twitter accountsFind repositories related to {tech_stack} that have been updated recently. For each repository, get the top 3 contributors with their profile URLs and biosSearch GitHub for {domain} projects with {min_stars}+ stars updated after {date}. Get detailed profiles including their other repositories, personal websites, and social media最佳实践
- Set the BROWSERACT_API_KEY environment variable before using this skill
- Use specific keywords and higher star counts to get more relevant and high-quality repository results
- Check the status logs during execution; the task may take several minutes depending on pagination settings
避免
- Do not use overly broad keywords without star filters; this returns too many low-quality results
- Do not set extremely high pagination counts on first run; start with page_turns=1 to verify results
- Do not ignore API key errors; an invalid or expired key will prevent any data retrieval