Back to Registry View Author Profile
Official Verified
gh-extract
Extract content from a GitHub url.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guoqiao/gh-extractOr
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
uvwget
Usage
# 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.mdorSKILL.mdorREADME.txt
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-guoqiao-gh-extract": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
mlx-audio-server
Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.
guoqiao 2387
mlx-stt
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
guoqiao 2387
dl
Download Video/Music from YouTube/Bilibili/X/etc.
guoqiao 2387
url2pdf
Convert URL to PDF suitable for mobile reading.
guoqiao 2387
uv-global
Provision and reuse a global uv environment for ad hoc Python scripts.
guoqiao 2387