← 返回 Skills 市场
darbling

Pinyin Converter

作者 darbling · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pinyin-converter
功能描述
Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks.
安全使用建议
This skill appears to be what it says: a small local Python pinyin converter with no network or credential access. Before installing, consider: 1) test it on sample input to confirm behavior (note the '--initial' output is spaced, not concatenated as the README example shows), 2) be aware the PINYIN_MAP is a small, incomplete hand-curated table so many characters may be skipped or unmapped, and 3) if you need full coverage or tone-handling edge cases, prefer a well-maintained library (e.g., pypinyin) or review/extend the mapping in scripts/pinyin.py. There is no evidence of data exfiltration or hidden endpoints.
功能分析
Type: OpenClaw Skill Name: pinyin-converter Version: 1.0.0 The skill bundle is a straightforward Chinese-to-Pinyin converter. The core logic in `scripts/pinyin.py` uses a hardcoded mapping and basic string manipulation to process text without any network, file system, or sensitive data access. No malicious instructions or prompt injections were found in `SKILL.md` or the metadata.
能力评估
Purpose & Capability
Name/description (Chinese→Pinyin) align with included code and SKILL.md. The only capability present is a local converter implemented in scripts/pinyin.py; nothing in the package requests unrelated access (cloud APIs, credentials, etc.).
Instruction Scope
SKILL.md tells the agent to run python3 scripts/pinyin.py with flags that match the script. Minor inconsistency: the SKILL.md example for the '--initial' mode shows 'NHSJ' but the script returns initials separated by spaces (e.g., 'N H S J'). Otherwise the instructions do not ask the agent to read unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec — instruction-only with a bundled script. No downloads, no package installs, and nothing will be written to disk beyond the existing bundle. Low risk from installation mechanism.
Credentials
The skill declares no required environment variables, no credentials, and the code does not attempt to read env vars or other secrets. Credential access is proportionate (none required).
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration or gain persistent/system privileges. Autonomous invocation is allowed by platform default but there are no concerning privileges requested by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pinyin-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pinyin-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Pinyin Converter 1.0.0 initial release: - Converts Chinese text to standard Pinyin with tone marks. - Option to output Pinyin without tone marks. - Option to output only Pinyin initials. - Simple command line interface for easy usage.
元数据
Slug pinyin-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pinyin Converter 是什么?

Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Pinyin Converter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinyin-converter」即可一键安装,无需额外配置。

Pinyin Converter 是免费的吗?

是的,Pinyin Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pinyin Converter 支持哪些平台?

Pinyin Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pinyin Converter?

由 darbling(@darbling)开发并维护,当前版本 v1.0.0。

💬 留言讨论