Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @guoqiao Updated 7/13/2026 1,603 downloads 1 stars Security: Pass

🦞 Gh Extract OpenClaw Plugin & Skill | ClawHub

Looking to integrate Gh Extract into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Extract content from a GitHub url.

Install

ClawHub CLI
openclaw skills install @guoqiao/gh-extract
Node.js (npx)
npx clawhub@latest install gh-extract

Full SKILL.md

Open original
Metadata table.
namedescription
gh-extractExtract content from a GitHub url.

SKILL.md content below is scrollable.

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

# 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
ClawHub Registry URL: https://clawhub.ai/guoqiao/skills/gh-extract

Related skills

If this matches your use case, these are close alternatives in the same category.