Ai Claude Start banner
op7418 op7418

Ai Claude Start

AI community

Description

Multi-profile Claude Code launcher with secure credential management

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ai-claude-start

[![npm version](https://img.shields.io/npm/v/ai-claude-start.svg)](https://www.npmjs.com/package/ai-claude-start) [![npm downloads](https://img.shields.io/npm/dm/ai-claude-start.svg)](https://www.npmjs.com/package/ai-claude-start) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

English | [简体中文](README_CN.md)

Multi-profile Claude Code launcher with secure credential management.

Features

  • Simplified Configuration: Only 3-4 fields needed - name, base URL, optional model, and token
  • Multi-Profile Support: Manage multiple API configurations (Anthropic, Moonshot, BigModel, or custom)
  • Secure Credential Storage: Uses keytar for OS-level secure storage, with automatic fallback to local file storage
  • Environment Sanitization: Cleans all ANTHROPIC_* variables before injection to prevent conflicts
  • Unified Authentication: Always uses ANTHROPIC_AUTH_TOKEN for credentials
  • Interactive Setup: Guided wizard with 3 built-in presets
  • Interactive Selection: Shows a selection menu when multiple profiles are configured
  • Model Configuration: Optional model name configuration, automatically passed to Claude CLI
  • Testing Support: Built-in --cmd flag and CLAUDE_CMD environment variable for testing without Claude CLI

Installation

npm install -g ai-claude-start

Or use directly with `npx`:

npx ai-claude-start

Quick Start

1. First-time Setup

Run the setup wizard to create your first profile:

ai-claude-start setup

You'll be guided through selecting a preset (Anthropic, Moonshot, IMDS) or creating a custom profile.

2. Launch Claude

**With interactive selection** (multiple profiles):

claude-start
# Shows selection menu:
# ? Select a profile to use:
# ❯ anthropic (default)
#   moonshot
#   bigmodel

**Auto-select** (single profile):

claude-start
# Automatically uses the only prof