Search Repositories

Search for GitHub repositories

xiaobai1017 Updated

File contents

search_repositories

Search for GitHub repositories

Purpose

This skill provides access to the MCP tool search_repositories. It allows you to search for github repositories.

Parameters

The tool accepts the following parameters:

query

Required

  • Type: string
  • Description: Search query (see GitHub search syntax)

page

Optional

  • Type: number
  • Description: Page number for pagination (default: 1)

perPage

Optional

  • Type: number
  • Description: Number of results per page (default: 30, max: 100)

Usage Instructions

To use this tool:

  1. Prepare the parameters according to the schema above
  2. Invoke the MCP tool search_repositories with the prepared parameters
  3. Process the result returned by the tool

Example

{
  "query": "example_value",
  "page": 123,
  "perPage": 123
}

Notes

  • This skill requires an active MCP connection to the server providing the search_repositories tool
  • Ensure the MCP server is properly configured and running before attempting to use this tool
  • Review the parameter requirements carefully to avoid errors

xiaobai1017/mcp2skills/tree/main/skills-github/search_repositories commit 398f21af57

Frequently asked questions

npx skillmds@latest add xiaobai1017/search-repositories