This skill should be used when the user asks to "download files from GitHub", "fetch a folder from a repo", "grab code from GitHub", "download a GitHub repository", "get files from a GitHub URL", "clone just a folder", or needs to download specific files/folders from GitHub without cloning the entire repo.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gitload或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gitload⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gitload/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gitload description: > This skill should be used when the user asks to "download files from GitHub", "fetch a folder from a repo", "grab code from GitHub", "download a GitHub repository", "get files from a GitHub URL", "clone just a folder", or needs to download specific files/folders from GitHub without cloning the entire repo. ---
Download files, folders, or entire repos from GitHub URLs using the gitload CLI.
Use gitload when:
Do NOT use gitload when:
git clone instead)Run gitload via npx (no install needed):
npx gitload-cli https://github.com/user/repo
Or install globally:
npm install -g gitload-cli
gitload https://github.com/user/repo
Creates a repo/ folder in the current directory.
gitload https://github.com/user/repo/tree/main/src/components
Creates a components/ folder with just that folder's contents.
gitload https://github.com/user/repo/blob/main/README.md
gitload https://github.com/user/repo/tree/main/src -o ./my-source
gitload https://github.com/user/repo/tree/main/templates -o .
gitload https://github.com/user/repo -z ./repo.zip
gitload https://github.com/user/private-repo --gh
Requires prior gh auth login.
gitload https://github.com/user/repo --token ghp_xxxx
export GITHUB_TOKEN=ghp_xxxx
gitload https://github.com/user/repo
Token priority: --token > GITHUB_TOKEN > --gh
gitload accepts standard GitHub URLs:
https://github.com/user/repohttps://github.com/user/repo/tree/branch/path/to/folderhttps://github.com/user/repo/blob/branch/path/to/file.extgitload https://github.com/org/templates/tree/main/react-starter -o ./my-app
cd my-app && npm install
gitload https://github.com/org/examples/tree/main/authentication
gitload https://github.com/org/project/tree/main/docs -z ./docs.zip
gitload https://github.com/org/configs/blob/main/.eslintrc.json -o .
| Option | Description | |--------|-------------| | -o, --output | Output directory (default: folder named after URL path) | | -z, --zip | Save as ZIP file at the specified path | | -t, --token | GitHub personal access token | | --gh | Use token from gh CLI | | --no-color | Disable colored output | | -h, --help | Display help | | -V, --version | Output version |
If gitload fails:
--gh or --tokenrepo scopegit clone if history is needed)安装 gitload 后,可以对 AI 说这些话来触发它
Help me get started with gitload
Explains what gitload does, walks through the setup, and runs a quick demo based on your current project
Use gitload to this skill should be used when the user asks to "download files fro...
Invokes gitload with the right parameters and returns the result directly in the conversation
What can I do with gitload in my developer & devops workflow?
Lists the top use cases for gitload, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gitload/ 目录(个人级,所有项目可用),或 .claude/skills/gitload/(项目级)。重启 AI 客户端后,用 /gitload 主动调用,或让 AI 根据上下文自动发现并使用。
gitload 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
gitload 可免费安装使用。请查阅仓库了解许可证信息。
This skill should be used when the user asks to "download files from GitHub", "fetch a folder from a repo", "grab code from GitHub", "download a GitHub repository", "get files from a GitHub URL", "clone just a folder", or needs to download specific files/folders from GitHub without cloning the entire repo.
gitload 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using gitload
Identifies repetitive steps in your workflow and sets up gitload to handle them automatically