← Back to Skills Marketplace
lingmaker9

Claude Installer

by LingMaker9 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install claude-installer
Description
Automate installation of Claude Code CLI and guide user to configure API via cc-switch. Handles environment setup, mirrors, and post-install prompts.
README (SKILL.md)

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

  1. Check Node.js version: node -v
  2. Check npm version: npm -v
  3. Set npm mirror (China): npm config set registry https://registry.npmmirror.com/
  4. Check Git version: git -v
  5. Install Claude Code globally: npm install -g @anthropic-ai/claude-code
  6. Verify installation: claude --version
  7. 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.json and set "hasCompletedOnboarding": true (add comma before if needed)
  • Switch models inside Claude Code using /model command, 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 /model command within Claude Code.
Usage Guidance
Review before installing. Only use this if you are comfortable with global package installs and a persistent npm registry change to a third-party mirror. Prefer asking the agent to use official upstream sources, confirm before installing prerequisites, avoid changing global npm config, and verify the cc-switch source before entering any API key.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Installing Claude Code, checking Node/npm/Git, and guiding API setup fit the stated purpose, but the skill also delegates credential setup to an unspecified cc-switch URL placeholder.
Instruction Scope
The instructions say missing prerequisites will be installed automatically and set a China npm mirror by default, without requiring explicit user confirmation or offering official-source alternatives.
Install Mechanism
The skill installs global CLI tooling and changes npm registry configuration to https://registry.npmmirror.com/, which can affect future unrelated npm installs.
Credentials
Global installs and third-party mirrors are plausible for this installer, but they are broader than necessary unless scoped to the current install or explicitly chosen by the user.
Persistence & Privilege
The npm registry change is persistent configuration, and the artifact does not explain its lasting effect or provide rollback instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claude-installer
  3. After installation, invoke the skill by name or use /claude-installer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of claude-installer skill. - Automates installation of Claude Code CLI by Anthropic. - Checks for and installs prerequisites (Node.js, npm, Git) using Tsinghua mirrors if needed. - Sets npm registry mirror to support users in China. - Guides users to complete API configuration using cc-switch, without handling API keys directly. - Provides clear post-install prompts for onboarding and model switching.
Metadata
Slug claude-installer
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments