claude-cli-zh-cn
v2.16.2为 Claude Code 提供简体中文界面、本地化提示和安全的渐进式 CLI patch
By taekchefLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-cli-zh-cn for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-cli-zh-cn@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kaka-in-home/claude-cli-zh-cnClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json└── skills/zh-cn-setup/SKILL.md
Included Skills1
完成 Claude Code 中文本地化的首次增强安装——把 spinner/界面中文化配置合并进 settings.json、检测并同步 CC Switch 通用配置、提示重启让 CLI patch 生效。中文用户安装本插件后如发现 spinner 动词/提示仍是英文,或想完整启用中文化,请使用本 skill。
Plugin manifests1
{
"name": "claude-cli-zh-cn",
"displayName": "Claude Code 中文本地化",
"version": "2.16.2",
"description": "为 Claude Code 提供简体中文界面、本地化提示和安全的渐进式 CLI patch",
"author": {
"name": "taekchef"
},
"homepage": "https://github.com/kaka-in-home/claude-cli-zh-cn",
"repository": "https://github.com/kaka-in-home/claude-cli-zh-cn",
"license": "MIT",
"keywords": [
"localization",
"chinese",
"claude-code"
],
"defaultEnabled": true,
"hooks": "./hooks.json",
"outputStyles": "./output-styles/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-cli-zh-cn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-cli-zh-cn)