Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@openclaw-china/setup

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openclaw-china/setup

Cross-platform npm installer for OpenClaw China Channels

latest
npmnpm
Version
2026.4.24
Version published
Maintainers
2
Created
Source

@openclaw-china/setup

Cross-platform installer for @openclaw-china/channels.

It downloads the plugin tarball from npm with npm pack, then passes the local archive to openclaw plugins install. This avoids the default ClawHub first, npm fallback resolution path used by bare package installs.

Usage

npx @openclaw-china/setup

The installer finishes by launching openclaw china setup, so installation and the interactive configuration wizard run in one command.

Use a specific npm registry:

npx @openclaw-china/setup --registry https://registry.npmmirror.com

Install a specific version or dist-tag:

npx @openclaw-china/setup --version latest
npx @openclaw-china/setup --version 2026.3.9-1

Local verification

When you are developing inside packages/setup, npx @openclaw-china/setup does not verify the published package. It stays in the local package context.

Use one of these instead:

pnpm build
pnpm smoke
pnpm exec:local -- --help

FAQs

Package last updated on 23 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts