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

cucloud-coding-helper

v0.3.0

Published

CUCLOUD Coding Plan Helper for managing multi coding tools

Readme

CUCLOUD Coding Tool Helper (cchelper)

A CLI helper for CUCLOUD Coding Plan users to manage coding tools like Claude Code and OpenCode.

Currently supported coding tools:

  • Claude Code
  • OpenCode

Features

  • Interactive wizard – Friendly onboarding guidance on first launch
  • CUCLOUD Coding Plan integration – Supports Unicom Cloud (联通云) plan
  • Tool management – Automatically detects, installs, and configures CLI tools
  • Local storage – All settings are stored securely on your machine
  • Internationalization support – Chinese and English bilingual interface

Quick Start

Prerequisite: make sure Node.js 18 or later is installed.

Install and launch

Option 1

## Run directly with npx
npx cucloud/coding-helper

Option 2

## Install cucloud/coding-helper globally first
npm install -g cucloud/coding-helper
## Then run cchelper
cchelper

Complete the wizard

Once you enter the wizard UI, use the Up/Down arrow keys to navigate and press Enter to confirm each action, following the guided initialization flow.

The wizard will help you complete:

  1. Selecting the UI language
  2. Entering your API key for Unicom Cloud plan
  3. Selecting the tools to manage
  4. Automatically installing tools (if needed)
  5. Entering the tool management menu
  6. Loading the coding plan into the tools

Command list

Besides the interactive wizard, cchelper also supports executing every feature directly through CLI arguments:

# Show help
cchelper -h
cchelper --help

# Show version
cchelper -v
cchelper --version

# Run the initialization wizard
cchelper init

# Language management
cchelper lang show              # Display the current language
cchelper lang set zh_CN         # Switch to Chinese
cchelper lang set en_US         # Switch to English
cchelper lang --help            # Show help for language commands

# API key management
cchelper auth                   # Interactively set the key
cchelper auth <token>           # Set API key for cucloud coding plan
cchelper auth revoke            # Delete the saved key
cchelper auth --help            # Show help for auth commands

# Health check
cchelper doctor                 # Inspect system configuration and tool status

Configuration file

The configuration file is stored at ~/.cucloud_coding_helper/config.yaml:

lang: zh_CN                    # UI language
plan: cucloud_coding_plan   # Plan type (Unicom Cloud/联通云)api_key: your-api-key-here     # API key