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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claude-installer - After installation, invoke the skill by name or use
/claude-installer - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.
How do I install Claude Installer?
Run "/install claude-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claude Installer free?
Yes, Claude Installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claude Installer support?
Claude Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claude Installer?
It is built and maintained by LingMaker9 (@lingmaker9); the current version is v0.1.0.