gh-extractExtract content from a GitHub url.
Install via ClawdBot CLI:
clawdbot install guoqiao/gh-extractExtract content from a GitHub url.
Use this skill when the user types /gh-extract or asks to extract/download/summarize a GitHub url.
uvwget# print file content to stdout
uv run --script ${baseDir}/gh_extract.py <url>
# save file to a temp path, with a proper filename
uv run --script ${baseDir}/gh_extract.py <url> --save
README.md or SKILL.md or README.txtGenerated Mar 1, 2026
Developers can quickly extract and review README or SKILL.md files from GitHub repositories to understand project setup and documentation. This accelerates onboarding by providing immediate access to key files without manual navigation.
Researchers or analysts can use this skill to gather markdown or text files from multiple GitHub repositories for data analysis or summarization. It automates the extraction of public documentation, saving time in compiling sources.
Teams can integrate this skill into CI/CD pipelines to automatically fetch and process GitHub files for generating reports or updating internal wikis. It ensures documentation stays current by pulling the latest versions from repos.
During code reviews, engineers can extract specific files from GitHub URLs to analyze changes or dependencies without cloning entire repositories. This streamlines the review process by focusing on relevant content.
Educators or students can extract markdown files from GitHub to create curated learning materials or tutorials. It simplifies accessing educational content stored in public repositories for offline use or summarization.
Offer a free tier for basic GitHub extraction with limited requests, and charge for advanced features like batch processing, private repo access, or API integrations. Revenue comes from subscription plans targeting developers and teams.
Sell licenses to large organizations for integrating this skill into their internal tools or platforms, with custom support and security features. Revenue is generated through one-time purchases or annual contracts.
Provide the extraction functionality as an API service, charging per request or based on usage volume. Target businesses that need automated GitHub content retrieval for applications like analytics or content management.
💬 Integration Tip
Ensure uv and wget are installed and accessible in the system PATH for smooth execution. Test with public GitHub URLs first to verify functionality before integrating into automated workflows.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.