Pinyin Converter

v1.0.0

Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks.

0· 33·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for darbling/pinyin-converter.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pinyin Converter" (darbling/pinyin-converter) from ClawHub.
Skill page: https://clawhub.ai/darbling/pinyin-converter
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pinyin-converter

ClawHub CLI

Package manager switcher

npx clawhub@latest install pinyin-converter
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

chinesevk97ayywy0qds0j2v8t4ngg26bh85mxq8convertervk97ayywy0qds0j2v8t4ngg26bh85mxq8languagevk97ayywy0qds0j2v8t4ngg26bh85mxq8latestvk97ayywy0qds0j2v8t4ngg26bh85mxq8mandarinvk97ayywy0qds0j2v8t4ngg26bh85mxq8pinyinvk97ayywy0qds0j2v8t4ngg26bh85mxq8tonevk97ayywy0qds0j2v8t4ngg26bh85mxq8
33downloads
0stars
1versions
Updated 15h ago
v1.0.0
MIT-0

Pinyin Converter 🔤

中文转拼音工具。

Features | 功能

  • 标准拼音:带声调标记
  • 无声音调:纯字母拼音
  • 首字母:仅保留首字母缩写

Usage | 使用

# 标准拼音(带声调)
python3 scripts/pinyin.py "你好世界"
# nǐ hǎo shì jiè

# 无声音调
python3 scripts/pinyin.py "你好世界" --no-tone
# ni hao shi jie

# 首字母
python3 scripts/pinyin.py "你好世界" --initial
# NHSJ

免责声明:本工具仅供学习参考,不构成任何投资或商业建议。

Comments

Loading comments...