github_user_repos
Retrieve any GitHub user's public repositories to analyze their tech stack and project activity. Returns clean, paginated JSON with sorting and filtering options for structured data workflows.
Instructions
List a GitHub user's public repositories. Returns a page of a user's public repositories (tech-stack signal).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| sort | No | Sort field | |
| type | No | Repository type | |
| per_page | No | Results per page (max 100) | |
| username | Yes | GitHub username | |
| direction | No | Sort direction |