Extract content from a GitHub url.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill gh-extract --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gh Extract?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-gh-extract)More formats (shields.io, HTML) on the badges page.
---
name: gh-extract
description: Extract content from a GitHub url.
metadata: {"openclaw":{"always":false,"emoji":"🦞","homepage":"https://clawhub.ai/guoqiao/gh-extract","os":["darwin","linux","win32"],"requires":{"bins":["uv"]}}}
triggers:
- "/gh-extract <url>"
- "Extract content form this github url"
- "Download this github file"
---
# GitHub Extract
Extract content from a GitHub url.
Use this skill when the user types `/gh-extract` or asks to extract/download/summarize a GitHub url.
## What it does
- Accepts an GitHub url, could be repo/tree/blob.
- Convert the url to github raw url.
- Extract file content from the raw url or save to a temp path.
## Requirements
- `uv`
- `wget`
## Usage
```bash
# 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
```
## Notes
- only works for public repo.
- url can be repo/tree/blob
- for repo/tree, will try to get `README.md` or `SKILL.md` or `README.txt`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...