人民币大写转换工具,将数字金额转换为人民币大写金额字符串。
v1.0.0人民币大写转换工具,将数字金额转换为人民币大写字符串
⭐ 0· 126·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, schema.json and the Python implementation all match: the tool converts numeric amounts to RMB uppercase strings. No unrelated capabilities are requested.
Instruction Scope
SKILL.md limits usage to calling the rmb_upper_tool with an amount. The runtime instructions do not ask the agent to read files, environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only). Code is bundled with the skill but there are no download/install steps, third-party package installs, or archive extraction from remote URLs.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not access the environment or secrets.
Persistence & Privilege
Skill is not always-on; defaults allow user invocation and autonomous invocation by the agent (normal). It does not modify other skills or system-wide settings.
Assessment
This skill appears safe and does exactly what it says: a small, local conversion utility with readable source. Things to note before installing: (1) it prepends "[TOOL] " to returned strings which may affect integrations expecting only the Chinese text; (2) numeric parsing uses float() and rounding to cents — extremely large values or unusual numeric formats could behave unexpectedly; (3) although there's no network or credential use, verify you trust the source because code is bundled with the skill. If you need stricter guarantees, run the included rmb_upper_tool.py locally or add unit tests for edge cases (very large numbers, malformed input, locale differences).Like a lobster shell, security has layers — review code before you run it.
latestvk972prx7w3rqyyp7mvxm45eyg58351tm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
