npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@unitsvc/cc-helper

v1.7.10

Published

Multi-provider, MCP servers & channels toolkit for Claude Code, CodeBuddy and Codex CLI (by next-bin)

Readme

CC-Helper

The All-in-One Assistant & Provider Manager for Claude Code, CodeBuddy & Codex

npm version npm downloads Platform License

English | 简体中文

Multi-provider management, MCP servers, channels, and AI provider proxy toolkit for Claude Code, CodeBuddy & Codex CLI.

[!TIP] Key features

  • One-command setup with cc-helper claude setup
  • Multi-provider support with vault-encrypted API keys
  • Built-in MCP servers (WeChat, MiniMax, Xiaomi TTS)
  • AI provider proxy with request logging and analytics
  • Environment isolation and git-based config sync
  • Zero runtime dependencies

Prerequisites

cc-helper configures and manages these coding agent CLIs. Install the ones you plan to use:

# Claude Code (pinned version recommended)
npm install -g @anthropic-ai/[email protected]

# Codex CLI
npm install -g @openai/codex@latest

# CodeBuddy
npm install -g @tencent-ai/codebuddy-code@latest

[!TIP] For faster installs, append --registry=https://registry.npmmirror.com to the command.

Installation

npm install -g @unitsvc/cc-helper@latest

[!NOTE] Requires Node.js >= 14.0.0. Install at least one supported CLI: Claude Code v2.1.71+, CodeBuddy, or Codex 0.80.0+.

Update & Proxy

# Update to latest version
cc-helper update

# Enable download proxy (if npm install fails)
cc-helper update --dl-proxy

# Use custom proxy
cc-helper update --dl-proxy https://your-proxy.com

Quick Start

# 1. Setup Claude Code
cc-helper claude setup

# 2. Configure provider
cc-helper plan add -p bailian -k YOUR_API_KEY
cc-helper plan switch -p bailian

# 3. Check status
cc-helper claude status

# 4. Setup Codex (optional)
cc-helper codex setup

# 5. Backup config to Git (optional)
cc-helper sync login -r https://github.com/user/repo -t ghp_xxx
cc-helper sync export

[!NOTE] You can also use cc-helper claude patch to enable additional hidden features like /loop, /btw, /keybindings, and more.

Supported Providers:

| Provider | Description | | ----------- | -------------------- | | bailian | (CN) Aliyun | | minimaxi | (CN) MiniMax | | ark | (CN) Ark Coding Plan | | ark-agent | (CN) Ark Agent Plan | | xiaomi | (CN) Xiaomi MiMo | | deepseek | DeepSeek | | ~~glm~~ | ~~(CN) Zhipu~~ | | ~~zai~~ | ~~(EN) Zhipu~~ |

[!TIP] Each provider supports multiple model profiles. Use cc-helper plan list to view available profiles.

For detailed provider configuration, see Provider Guide.

Channels & MCP

Built-in MCP Servers

# List available MCP servers
cc-helper mcp list

# Install MCP servers
cc-helper mcp install weixin     # WeChat channel
cc-helper mcp install minimaxi   # MiniMax AI
cc-helper mcp install xiaomi     # Xiaomi TTS

WeChat Channel

Access Claude Code through WeChat messaging.

# Install WeChat MCP
cc-helper mcp install weixin

# Login (scan QR code)
cc-helper weixin login

AI Provider Proxy

Gateway server with request logging, analytics, and key management.

# Add proxy service
cc-helper svc add proxy

# Fallback: run proxy MCP as HTTP server directly (if svc add proxy fails)
cc-helper proxy mcp --serve

# View endpoints
cc-helper proxy endpoints

# Query proxy stats
cc-helper proxy stats

Agentic

Query provider usage data and access AI services.

# Ark usage query
cc-helper ark query

# MiniMax usage query
cc-helper minimaxi query

# DeepSeek usage query
cc-helper deepseek query

# Xiaomi TTS
cc-helper xiaomi tts "Hello world"

# Ark image generation
cc-helper ark image "A beautiful sunset"

# Ark video generation
cc-helper ark video "A cat playing"

Knowledge Base

Persistent storage backend for AI agents. SQLite-based knowledge base with GraphQL queries and vector similarity search.

# Start Knowledge MCP server
cc-helper sqlite3 mcp

# Execute GraphQL query
cc-helper sqlite3 query "{ documents { id title } }"

# Show schema
cc-helper sqlite3 schema

Common Commands

# Claude Code management
cc-helper claude check                    # Verify configuration
cc-helper claude status                   # Check feature status
cc-helper claude vscode                   # Configure VS Code

# Provider management
cc-helper plan list                       # List providers
cc-helper plan verify -p ark -k KEY       # Verify credentials

# Vault - Secure API key storage
cc-helper vault set bailian default -k "KEY"
cc-helper vault get bailian default

# Environment - Isolated configurations
cc-helper env create work
cc-helper env switch work

# Sync - Git-based config backup
cc-helper sync export
cc-helper sync import

Documentation

License

AGPL-3.0 - see LICENSE

Security

Reporting Vulnerabilities

If you discover a security vulnerability in @unitsvc/cc-helper, please report it responsibly:

  1. Do not open a public issue
  2. Send an email to the maintainer with details
  3. Allow reasonable time for the issue to be addressed before public disclosure

We take security seriously and will respond to reports as quickly as possible.

Disclaimer

Zhipu (glm/zai) company and its associated products are prohibited from using this software.