← 返回 Skills 市场
中文繁简转换
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-chinese-converter
功能描述
支持简体与繁体中文互转,允许自定义词汇表,全部本地处理无需网络连接。
使用说明 (SKILL.md)
cn-chinese-converter
中文简繁转换工具。支持简体转繁体、繁体转简体。
功能
- 简体中文 → 繁体中文
- 繁体中文 → 简体中文
- 支持自定义词汇表
- 纯本地处理,无需API
安装要求
- Python 3.6+
- 依赖:opencc (自动安装)
使用方法
千策,把这段简体转繁体:[文本]
千策,把这段繁体转简体:[文本]
参数
text: 要转换的文本direction: 转换方向 (s2t 简转繁 / t2s 繁转简),默认 t2s
示例
输入:
千策,把这段转成繁体:人工智能正在改变世界
输出:
人工智慧正在改變世界
分类
生产力
关键词
中文, 简体, 繁体, 转换, opencc, chinese converter
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-chinese-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-chinese-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
常见问题
中文繁简转换 是什么?
支持简体与繁体中文互转,允许自定义词汇表,全部本地处理无需网络连接。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 中文繁简转换?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-chinese-converter」即可一键安装,无需额外配置。
中文繁简转换 是免费的吗?
是的,中文繁简转换 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
中文繁简转换 支持哪些平台?
中文繁简转换 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 中文繁简转换?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills