Claude Installer
/install claude-installer
This skill guides users through installing Claude Code CLI (by Anthropic) and setting up their own API configuration using cc-switch. The skill itself does not configure any API keys; it only prepares the environment and instructs the user to download and run cc-switch.
Prerequisites Check
The skill automatically checks for required tools: Node.js, npm, and Git. If any are missing, they will be installed using Tsinghua mirror sources by default.
Installation Steps
- Check Node.js version:
node -v - Check npm version:
npm -v - Set npm mirror (China):
npm config set registry https://registry.npmmirror.com/ - Check Git version:
git -v - Install Claude Code globally:
npm install -g @anthropic-ai/claude-code - Verify installation:
claude --version - Start Claude Code:
claude
Post-Install Configuration
After installation, you will be prompted to:
- Download and install cc-switch (or appropriate URL)
- Use cc-switch to configure your own API key
- Edit
.claude.jsonand set"hasCompletedOnboarding": true(add comma before if needed) - Switch models inside Claude Code using
/modelcommand, e.g.,/model deepseek-v4-pro[1m]
Notes
- If Node.js, npm, or Git are not found, the skill will automatically download them from Tsinghua mirrors.
- The skill does not store or manage any API credentials.
- For model switching, refer to the
/modelcommand within Claude Code.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claude Installer 是什么?
Automate installation of Claude Code CLI and guide user to configure API via cc-switch. Handles environment setup, mirrors, and post-install prompts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Claude Installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-installer」即可一键安装,无需额外配置。
Claude Installer 是免费的吗?
是的,Claude Installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claude Installer 支持哪些平台?
Claude Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claude Installer?
由 LingMaker9(@lingmaker9)开发并维护,当前版本 v0.1.0。