github-project-contributor-finder-api-skill

Find GitHub repositories and active contributors by keywords, stars, and update dates.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill github-project-contributor-finder-api-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-project-contributor-finder-api-skill
Source: https://github.com/browser-act/skills/tree/main/solutions/lead-generation/github-project-contributor-finder-api-skill
Command: npx skills add https://github.com/browser-act/skills --skill github-project-contributor-finder-api-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Extract GitHub repository details and contributor contact information using keywords, star filters, and update-date constraints to enable targeted discovery and outreach.

Core Features & Use Cases

  • API-driven search of GitHub repositories that match keywords with a minimum star threshold and recent activity.
  • Fetches repository metadata (name, repository URL, owner, description, star count) and contributor profiles (username, profile URL, bio, repositories summary, personal website, Twitter).
  • Use cases include tech recruiting, open-source discovery, and developer outreach for targeted tooling or partnerships.

Quick Start

Provide a keywords string and optional filters to fetch matching repositories and their contributors.

Frequently Asked Questions about github-project-contributor-finder-api-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find GitHub repositories and contributors by keywords and stars?

To find GitHub repositories and contributors by keywords and stars, use an API-driven search that filters repositories by minimum star thresholds and recent update dates. This returns structured repository metadata and active contributor profiles for outreach.

Can I filter GitHub repositories by recent activity for tech recruiting?

You can filter GitHub repositories by recent activity for tech recruiting by applying update-date constraints to your search. This ensures you extract contributor profiles from projects with ongoing development and current maintenance activity.

What data do I get when extracting GitHub contributor profiles via API?

Extracting GitHub contributor profiles via API yields structured data including usernames, profile URLs, bios, repository summaries, personal websites, and Twitter handles. Repository metadata includes names, URLs, owners, descriptions, and star counts.

How to search open-source projects and fetch active contributors for developer outreach?

Search open-source projects and fetch active contributors for developer outreach by providing keyword strings and optional star filters to an API endpoint. The system returns matching repositories alongside their contributor contact information for targeted partnerships.

Do I need the requests library to extract GitHub repository details and contributor contacts?

You need the requests library to execute the API calls that extract GitHub repository details and contributor contacts. This dependency handles the HTTP requests required to fetch structured project data and user profile information from GitHub.