
GitHub Proxy
FreeAccelerate GitHub access from within China.
Free · Opens the source repo
What GitHub Proxy does
GitHub Proxy is a skill designed to enhance the speed of accessing GitHub resources from China by utilizing the githubproxy.cc service. This skill is particularly useful for developers and designers who frequently clone repositories or download files from GitHub, as it can significantly reduce the time required for these operations. By simply prefixing the original GitHub URLs with the proxy service link, users can experience up to three times faster access to repositories and files.
The skill supports various GitHub resource types including raw files, release files, and archive downloads. It provides a straightforward method to speed up the cloning process of repositories by altering the URL format. For instance, to clone a repository, users can replace the original link with a proxy link, ensuring a smoother experience when dealing with slow connections. Additionally, the skill includes a Python script that automates the conversion of GitHub URLs, making it easier for users to switch to the proxy service without manual adjustments.
This skill is particularly beneficial in scenarios where GitHub access is hindered by slow internet speeds, allowing users to efficiently manage their development workflows. However, it is important to note that this service is intended for educational and research purposes only, and users are advised to avoid misuse. If the primary proxy service is unavailable, the skill also offers a backup option to ensure continued access.
Overall, GitHub Proxy is a practical solution for anyone in need of faster access to GitHub resources, especially in regions where connectivity issues are prevalent. By streamlining the process of accessing repositories and files, it enhances productivity for developers and designers alike.
When to use it
Use this skill when you need to clone GitHub repositories or download files quickly from GitHub, especially in regions with slow internet connections.
When not to use it
This skill is not suitable for operations requiring SSH access, such as push, pull requests, or issues, and should not be used for anything beyond educational purposes.
What you can build with it
Cloning a Repository
When you need to clone a GitHub repository quickly, prepend the repository URL with the proxy link to enhance speed.
Downloading Release Files
Use the proxy link to download release files from GitHub, ensuring faster access to project attachments.
Accessing Raw Files
Speed up the download of raw files from GitHub by converting the original URL with the proxy service.
How to install GitHub Proxy
View source1. Install with the skills CLI
npx skills add volcengine/openviking/github-proxy --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by volcengineGitHub 国内代理加速 Skill
使用 githubproxy.cc 代理服务,为国内访问 GitHub 提供加速支持。
代理服务
当前使用的代理服务:
- 主要服务: githubproxy.cc (测试有效,加速约 3 倍)
- 备用服务: ghfast.top
使用方法
1. Git Clone 加速
将 GitHub 仓库链接前加上 https://githubproxy.cc/ 前缀:
# 原始链接
git clone https://github.com/username/repo.git
# 加速链接
git clone https://githubproxy.cc/https://github.com/username/repo.git
2. 文件下载加速
支持以下类型的 GitHub 资源加速:
- Raw 文件:
https://raw.githubusercontent.com/... - Release 文件: 项目发布的附件
- Archive 压缩包: 仓库打包下载
- Gist 文件:
gist.github.com或gist.githubusercontent.com
# 原始链接
wget https://raw.githubusercontent.com/username/repo/main/file.txt
# 加速链接
wget https://githubproxy.cc/https://raw.githubusercontent.com/username/repo/main/file.txt
3. 使用辅助脚本
使用 scripts/convert_url.py 自动转换 GitHub 链接:
python scripts/convert_url.py "https://github.com/username/repo.git"
链接转换规则
| 原始链接格式 | 转换后格式 |
|---|---|
https://github.com/username/repo.git | https://githubproxy.cc/https://github.com/username/repo.git |
https://raw.githubusercontent.com/... | https://githubproxy.cc/https://raw.githubusercontent.com/... |
https://github.com/.../releases/download/... | https://githubproxy.cc/https://github.com/.../releases/download/... |
https://github.com/.../archive/... | https://githubproxy.cc/https://github.com/.../archive/... |
注意事项
- 本服务仅供学习研究使用,请勿滥用
- 如果 githubproxy.cc 不可用,请尝试备用服务 ghfast.top
- 不支持 SSH Key 方式的 git clone
- Push、PR、Issue 等操作建议直接使用官方 GitHub 地址
Frequently asked questions about GitHub Proxy
Similar skills
Spring Boot Testing
Master testing techniques for Spring Boot 4 applications.
GitHub Issues
Manage GitHub issues efficiently with MCP tools.
Geofeed Tuner
Optimize your IP geolocation feeds in CSV format.
Batch Files
Master Windows batch scripting for automation and task management.
Adobe Illustrator Scripting
Automate your Illustrator workflows with ExtendScript.
Plugin Structure
Create and organize Claude Code plugins effectively.
