get_repo_quickstart
Fetches GitHub repository metadata and extracts install commands and quickstart code from the README, providing essential setup steps directly.
Instructions
Fetches a GitHub repo's metadata (stars, description, language, topics) and extracts install commands and a quickstart code block from its README.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub repository URL, e.g. https://github.com/owner/repo |