gread
Installation
SKILL.md
Gread
Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.
Endpoints
All endpoints are GET endpoints exposed at https://api.gread.dev. Only use parameters through the query string (?key=value). The system returns well-formatted markdown blocks.
- If the exact repository full name is known (e.g.,
owner/repo), view repository (/repo) directly. - Otherwise, search repositories (
/search) first to find the correct repository. - To retrieve documents, also view the main repository through
/repo; its corresponding document repo will also be returned (if exists).
1. Search Repositories
Search for GitHub repositories by name, description, or topic keywords using the GitHub Search API.
Format: GET https://api.gread.dev/search?q={keyword}
Example: GET https://api.gread.dev/search?q=hono