← Back to Skills Marketplace
darbling

Pinyin Converter

by darbling · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pinyin-converter
Description
Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pinyin-converter
  3. After installation, invoke the skill by name or use /pinyin-converter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pinyin-converter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pinyin Converter?

Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks. It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.

How do I install Pinyin Converter?

Run "/install pinyin-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pinyin Converter free?

Yes, Pinyin Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pinyin Converter support?

Pinyin Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pinyin Converter?

It is built and maintained by darbling (@darbling); the current version is v1.0.0.

💬 Comments