gread
Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.
npx skills add NitroRCr/gread --skill gread --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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` | Parameter | Type | Required | Description | |---|---|---|---| | `q` | string | Yes | Keyword to search in repository names, descriptions, or topics | ### 2. View Repository View repository basic information and its directory structure. Includes corresponding documentation repo if available. **Form
- Endpoints
- 1. Search Repositories
- 2. View Repository
- 3. List Directory Tree
- 4. Read Code
- 5. Search within Repo
What does the gread skill do?
Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.
How do I install it?
Run `npx skills add NitroRCr/gread --skill gread --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From NitroRCr/gread, a repository with 57 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
