scrape_github
Extract repository data from GitHub to build Claude skills, including README, issues, changelog, releases, and code structure.
Instructions
Scrape GitHub repository and build Claude skill. Extracts README, Issues, Changelog, Releases, and code structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| config_path | No | ||
| name | No | ||
| description | No | ||
| token | No | ||
| no_issues | No | ||
| no_changelog | No | ||
| no_releases | No | ||
| max_issues | No | ||
| scrape_only | No |