This skill helps users extract GitHub repository project details and contributor contact information using keywords, stars, and update dates. Agent should proactively apply this skill when users express needs like search for GitHub projects by keywords, find top open-source contributors in specific domains, extract developer contacts from GitHub repositories, discover trending repositories with high stars, gather contributor profiles and social links for tech recruiting, retrieve GitHub project descriptions and metrics, build developer communities by finding active contributors, search for repositories updated recently, collect personal website and Twitter links of developers, generate targeted leads for developer tools, or track active open-source contributors for collaboration.
This skill utilizes BrowserAct's GitHub Project & Contributor Finder API to extract project details and contributor contact information from GitHub. Simply provide keywords, minimum stars, and an update date filter — BrowserAct traverses the search results, extracts repository metrics, and fetches detailed contributor profiles, returning it all directly via API without building crawler scripts or dealing with rate limits.
Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; ask and wait for the user to provide it.
Agent must inform the user:
"Since you haven't configured the BrowserAct API Key yet, please visit the BrowserAct Console to get your Key."
The agent should flexibly configure the following parameters based on user requirements:
KeyWords
stringbrowser automation, react framework, machine learningbrowser automationstars
number100, 1000100updated
stringYYYY-MM-DD).2026-01-01, 2025-06-012026-01-01Page_Turns
number2.1, 21date_limit_per_page
number5, 105Agent should execute the following command to invoke the skill:
# Example invocation (all parameters)
python -u ./scripts/github_project_contributor_finder_api.py "browser automation" 100 "2026-01-01" 1 5
# Minimal invocation (only keywords, others use defaults)
python -u ./scripts/github_project_contributor_finder_api.py "react framework"
Since this task involves automated browser operations, it may take several minutes. The script outputs timestamped status logs continuously (e.g., [14:30:05] Task Status: running).
Agent guidelines:
Upon successful execution, the script parses and prints the structured results from the API response.
Project Fields:
repository_name: The name of the GitHub repository.repository_url: The URL link to the repository.repository_owner_name: The owner/creator of the repository.repository_description: A brief description of the repository.star_count: The number of stars the repository has received.Contributor Fields:
user_name: The GitHub username of the contributor.profile_url: The URL link to the contributor's profile.bio: The bio or short description of the contributor.repositories_summary: A summary of other repositories owned by the contributor.personal_website: The contributor's personal website link.twitter: The contributor's Twitter handle.If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:
Check Output Content:
"Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key."concurrent" or "too many running tasks", it means the concurrent task limit has been reached. Do not retry; guide the user to upgrade their plan.
Agent must inform the user:
"The current task cannot be executed because your BrowserAct account has reached the concurrent task limit. Please visit the BrowserAct Plan Upgrade Page to upgrade your plan."
Error: or returns empty results), the Agent should automatically re-execute the script once.Retry Limit: