by holysheep123
🐑 One command to configure all AI coding tools — Claude Code, Codex, Gemini CLI, Cursor, Aider & more
# Add to your Claude Code skills
git clone https://github.com/holysheep123/holysheep-cliGuides for using ai agents skills like holysheep-cli.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "clone-failed",
"message": "Could not clone repository",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T15:06:26.941Z",
"npmAuditRan": false,
"pipAuditRan": false
}holysheep-cli is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by holysheep123. 🐑 One command to configure all AI coding tools — Claude Code, Codex, Gemini CLI, Cursor, Aider & more. It has 292 GitHub stars.
holysheep-cli returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/holysheep123/holysheep-cli" and add it to your Claude Code skills directory (see the Installation section above).
holysheep-cli is primarily written in JavaScript. It is open-source under holysheep123 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh holysheep-cli against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
One command to configure all AI coding tools with HolySheep API 一条命令,配置所有 AI 编程工具
🚀 Quick Start · 📦 npm · 🌐 holysheep.ai
HolySheep CLI (hs) is a command-line tool that automatically configures all popular AI coding assistants to use HolySheep API — a relay service for accessing Claude, GPT, and Gemini APIs in China without a VPN.
Instead of manually editing config files for each tool, run one command and you're done.
| Tool | Config File | Status |
|---|---|---|
| Claude Code | ~/.claude/settings.json |
✅ Auto |
| Codex CLI | ~/.codex/config.toml |
✅ Auto |
| Droid CLI | ~/.factory/settings.json |
✅ Auto |
| Aider | ~/.aider.conf.yml |
✅ Auto |
| Continue.dev | ~/.continue/config.yaml |
✅ Auto |
| OpenCode | ~/.config/opencode/opencode.json |
✅ Auto |
| OpenClaw | ~/.openclaw/openclaw.json |
✅ Auto |
| Cursor | GUI (encrypted storage) | ⚠️ Manual |
| Gemini CLI | Google protocol only | ❌ Not supported |
🔑 First, get your free API Key → holysheep.ai/register (free signup, pay-as-you-go from ¥10)
npx @simonyea/holysheep-cli@latest setup
Or install globally:
npm install -g @simonyea/holysheep-cli
hs setup
You'll be prompted for your API Key (cr_xxx), then select the tools to configure. Done!
OpenClaw is a powerful AI agent gateway with a web dashboard. After running hs setup:
http://127.0.0.1:18789/ by default18789 is occupied, hs setup automatically picks the next available local portDefault OpenClaw model: gpt-5.4
Keep the gateway window open while using OpenClaw. The gateway must be running for the browser UI to work.
OpenClaw itself requires Node.js 20+. If setup fails, first check
node --version.
To restart the gateway later:
openclaw gateway --port <shown-port>
# or
npx openclaw gateway --port <shown-port>
If you forget the port, check ~/.openclaw/openclaw.json (gateway.port) or run hs doctor.
| Command | Description |
|---|---|
hs setup |
Configure AI tools interactively |
hs login |
Save your API Key locally |
hs doctor |
Check configuration & connectivity |
hs balance |
View account balance |
hs tools |
List all supported tools |
hs reset |
Remove all HolySheep configuration |
| Usage | URL |
|---|---|
| Anthropic SDK / Claude Code | https://api.holysheep.ai (no /v1) |
| OpenAI-compatible / Codex / Aider | https://api.holysheep.ai/v1 (with /v1) |
HolySheep CLI(命令 hs)是一个命令行工具,帮你一键配置所有主流 AI 编程助手接入 HolySheep API。
无需 VPN,无需手动改配置文件,运行一条命令即可接入 Claude、GPT、Gemini。
| 工具 | 状态 | 说明 |
|---|---|---|
| Claude Code | ✅ 自动 | Anthropic 官方 CLI |
| Codex CLI | ✅ 自动 | OpenAI 官方 CLI |
| Droid CLI | ✅ 自动 | Factory AI 终端智能体 |
| Aider | ✅ 自动 | AI 结对编程 |
| Continue.dev | ✅ 自动 | VS Code/JetBrains 插件 |
| OpenCode | ✅ 自动 | 终端 AI 编程助手 |
| OpenClaw | ✅ 自动 | AI 智能体网关 + Web 界面 |
| Cursor | ⚠️ 手动 | 需在 GUI 中手动配置 |
| Gemini CLI | ❌ 不支持 | 仅支持 Google 官方协议 |
🔑 第一步:注册获取 API Key → holysheep.ai/register(免费注册,¥10 起充,按量计费)
npx @simonyea/holysheep-cli@latest setup
或全局安装:
npm install -g @simonyea/holysheep-cli
hs setup
按提示输入 API Key(cr_xxx),选择要配置的工具,完成!
OpenClaw 是一个 AI 智能体网关,提供浏览器 Web 界面,支持聊天、任务、工具调用等功能。
hs setup 配置完成后:
http://127.0.0.1:18789/18789 被占用,hs setup 会自动切换到下一个可用本地端口OpenClaw 默认模型: gpt-5.4
⚠️ 保持 Gateway 窗口开启,关闭后 Gateway 停止,浏览器界面无法使用。
⚠️ OpenClaw 自身要求 Node.js 20+。如果配置失败,请先运行
node --version检查版本。
下次启动 Gateway:
openclaw gateway --port <显示的端口>
# 或
npx openclaw gateway --port <显示的端口>
如果忘了端口,可以查看 ~/.openclaw/openclaw.json 里的 gateway.port,或直接运行 hs doctor。
默认模型: gpt-5.4(可在 OpenClaw 内切换到 Claude 模型)
| 命令 | 说明 |
|---|---|
hs setup |
交互式配置 AI 工具 |
hs login |
保存 API Key 到本地 |
hs doctor |
检查配置状态和连通性 |
hs balance |
查看账户余额 |
hs tools |
列出所有支持的工具 |
hs reset |
清除所有 HolySheep 配置 |
| 用途 | 地址 |
|---|---|
| Anthropic SDK / Claude Code | https://api.holysheep.ai(不带 /v1) |
| OpenAI 兼容 / Codex / Aider | https://api.holysheep.ai/v1(带 /v1) |
Q: API Key 在哪里获取?
A: 在 holysheep.ai 注册后,在「API 密钥」页面创建,格式为 cr_xxx。
Q: 支持 Windows 吗?
A: 支持,需要 Node.js 16+。如果 hs 命令找不到,请重启终端,或直接用 npx @simonyea/holysheep-cli@latest setup。
Q: OpenClaw Gateway 窗口可以最小化吗?
A: 可以最小化,但不能关闭。关闭后 Gateway 停止,需要按 hs setup / hs doctor 显示的端口重新运行 openclaw gateway --port <端口> 或 npx openclaw gateway --port <端口>。
Q: 18789 端口被占用怎么办?
A: hs setup 会自动切换到下一个可用本地端口,并把准确访问地址打印出来;也可以运行 hs doctor 查看当前 gateway.port 和端口占用情况。
Q: 如何恢复原来的配置?
A: 运行 hs reset 清除所有 HolySheep 相关配置。
Q: OpenClaw 安装失败?
A: OpenClaw 需要 Node.js 20+,运行 node --version 确认版本后重试;如果全局安装失败,hs setup 也会尽量回退到 npx openclaw 继续配置。
gpt-5.3-codex-spark 模型,通过本地 bridge 路由到 HolySheep /v1api_key 到 config.toml,不再依赖环境变量,修复 Windows 上 setup 后无需重启终端即可使用;同时精简工具列表,只保留 Claude Code / Codex / Droid / OpenClawholysheep/gpt-5.4 在 OpenClaw 中报错;同时增强 Dashboard URL 解析,减少安装后浏览器打开黑屏/空白页holysheep provider 以支持自由切换 GPT / Claude / MiniMax;同时保留用户所选默认模型,不再强制 GPT-5.4 作为 primary/v1 接入地址并同步写入 ~/.factory/config.json/model 切换命令,而不是停止配置 MiniMaxconfig.toml 导致的 duplicate key,并修复 OpenClaw 在 Windows 下的安装检测;针对 OpenClaw 2026.3.13 的模型路由回归,临时跳过 MiniMax 避免 model not allowedMiniMax-M2.7-highspeed,并补齐节点迁移脚本中的 SSH 代理账号创建逻辑~/.factory/settings.json 和 ~/.factory/config.json,统一使用 openai + https://api.holysheep.ai/v1MIT