Github Hunter

🌐Community
by breverdbidder · vlatest · Repository

Finds open-source projects matching your criteria on GitHub based on keywords, language, and stars.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add github-hunter npx -- -y @trustedskills/github-hunter
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "github-hunter": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/github-hunter"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The github-hunter skill allows AI agents to search GitHub repositories based on provided keywords. It can locate projects, identify specific files within those projects, and retrieve their contents. This is useful for quickly finding code examples, documentation, or other resources hosted on GitHub.

When to use it

  • Code Research: Find open-source libraries related to a particular technology (e.g., "Python image processing").
  • Documentation Retrieval: Locate specific documentation files within a project's repository (e.g., "README.md for the 'requests' library").
  • File Content Extraction: Retrieve the content of a specific file from a GitHub repository (e.g., "Get the contents of src/main.py in the 'tensorflow' repo").
  • Project Discovery: Identify projects based on keywords or descriptions (e.g., "Find repositories with 'machine learning' and 'Rust'").

Key capabilities

  • GitHub repository search
  • File identification within repositories
  • Content retrieval from GitHub files

Example prompts

  • "Find a GitHub repository for a Python library that handles PDF generation."
  • "What is the content of the LICENSE file in the 'kubernetes' project?"
  • "Locate projects on GitHub using the keywords 'blockchain' and 'Solidity'."

Tips & gotchas

The skill relies on accurate GitHub repository names or search terms. Specificity in your prompts will yield more relevant results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
breverdbidder
Installs
19

🌐 Community

Passed automated security scans.