← Back to Skills Marketplace
中文繁简转换
by
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-chinese-converter
Description
支持简体与繁体中文互转,允许自定义词汇表,全部本地处理无需网络连接。
README (SKILL.md)
cn-chinese-converter
中文简繁转换工具。支持简体转繁体、繁体转简体。
功能
- 简体中文 → 繁体中文
- 繁体中文 → 简体中文
- 支持自定义词汇表
- 纯本地处理,无需API
安装要求
- Python 3.6+
- 依赖:opencc (自动安装)
使用方法
千策,把这段简体转繁体:[文本]
千策,把这段繁体转简体:[文本]
参数
text: 要转换的文本direction: 转换方向 (s2t 简转繁 / t2s 繁转简),默认 t2s
示例
输入:
千策,把这段转成繁体:人工智能正在改变世界
输出:
人工智慧正在改變世界
分类
生产力
关键词
中文, 简体, 繁体, 转换, opencc, chinese converter
Usage Guidance
This skill appears to do exactly what it says: local Chinese simplified/traditional conversion using the OpenCC library. Before installing: (1) ensure you have Python 3.6+; (2) install the dependency manually with `pip install opencc-python-reimplemented` (SKILL.md mentions 'opencc' and '自动安装' but the bundle contains no automatic installer); installing that package will download from PyPI (network) unless you install from an offline wheel; (3) review the small script (it only imports OpenCC and does local conversion). If you need strictly zero network activity, pre-install the OpenCC package in an offline-controlled environment. Otherwise this skill is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill
Name: cn-chinese-converter
Version: 1.0.0
The skill is a straightforward Chinese text conversion tool (Simplified to Traditional and vice versa). The Python script (scripts/chinese_converter.py) uses the legitimate 'opencc-python-reimplemented' library for local processing and contains no network calls, file system modifications, or data exfiltration logic. The documentation (SKILL.md) is clear and does not contain any prompt injection attempts or suspicious instructions.
Capability Assessment
Purpose & Capability
Name/description (local simpl./trad. conversion with custom dictionary) matches the included Python script which uses OpenCC for local conversion; no unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md describes usage and conversion directions correctly and gives example prompts. It claims the OpenCC dependency is "自动安装" but there is no install spec; the script prints an instruction to run `pip install opencc-python-reimplemented` if the library is missing. This mismatch is minor but worth noting.
Install Mechanism
No install spec is provided (instruction-only), which is low-risk. However, the skill depends on a Python package (opencc/opencc-python-reimplemented) that must be installed by the user (or agent) from PyPI, which would require network access at install time—SKILL.md's "自动安装" is not implemented in the bundle.
Credentials
The skill requires no environment variables, credentials, or config paths. The single dependency (OpenCC) is appropriate and proportional to the stated functionality.
Persistence & Privilege
always is false and there is no code that modifies other skills or system-wide settings. The skill does not request persistent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-chinese-converter - After installation, invoke the skill by name or use
/cn-chinese-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of cn-chinese-converter:
- Converts between Simplified and Traditional Chinese
- Supports custom vocabulary
- Fully local processing; no API required
- Requires Python 3.6+ and opencc (auto-installed)
Metadata
Frequently Asked Questions
What is 中文繁简转换?
支持简体与繁体中文互转,允许自定义词汇表,全部本地处理无需网络连接。 It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.
How do I install 中文繁简转换?
Run "/install cn-chinese-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 中文繁简转换 free?
Yes, 中文繁简转换 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 中文繁简转换 support?
中文繁简转换 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 中文繁简转换?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.
More Skills