首页龙虾技能列表 › VietQR — 技能工具

VietQR — 技能工具

v1.0.0

[自动翻译] Generate VietQR payment image URLs for Vietnamese bank transfers from bank/account details. Use when users ask to create a VietQR link, return a markd...

0· 211·1 当前·1 累计
by @phucisstupid·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requirements are consistent with its stated purpose of generating VietQR image URLs and do not request unrelated credentials, installs, or system access.
评估建议
This skill appears to be what it claims: a local Python script that builds VietQR image URLs. Before installing, ensure you are comfortable allowing the agent to run the included Python script locally. Verify any bank/account numbers are provided intentionally by the user (the skill does not check account ownership). Confirm generated URLs point to the expected domain (https://img.vietqr.io) before sharing. No credentials or external downloads are required; the code only formats and validates in...
详细分析 ▾
用途与能力
The name/description match the included Python script which constructs VietQR image URLs. No unrelated environment variables, binaries, or external services are requested beyond forming a URL to img.vietqr.io.
指令范围
SKILL.md restricts runtime actions to normalizing user input and invoking the bundled script with specific flags. The instructions do not ask the agent to read arbitrary files, access secrets, or transmit data to unexpected endpoints.
安装机制
There is no install spec. The skill is instruction-only plus a local Python script; nothing is downloaded or extracted from external URLs and no new packages are installed by the skill itself.
凭证需求
The skill requires no environment variables, credentials, or config paths. The script only formats a URL (no network calls are made by the script itself) and does not access secrets.
持久化与权限
always:false and default invocation semantics are used. The skill does not request persistent system presence or modify other skills or global agent settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/11

Initial publish: generate VietQR payment image URLs for Vietnamese bank transfers with amount, note, and account-name support.

● 无害

安装命令 点击复制

官方npx clawhub@latest install vietqr
镜像加速npx clawhub@latest install vietqr --registry https://cn.clawhub-mirror.com

技能文档

Use the bundled script when the user wants a VietQR payment link or markdown QR preview:

python3 "{baseDir}/scripts/vietqr.py" --bank  --account 

Optional flags:

  • --amount (examples: 10000, 10k, 25K, 2.5k)
  • --amount also supports Vietnamese shorthand and separators (examples: 200.000, 1,5tr, 2tr, 50k, 500kđ)
  • --note ""
  • --account-name ""
  • --template