← 返回 Skills 市场
phucisstupid

VietQR

作者 phucisstupid · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
269
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vietqr
功能描述
Generate VietQR payment image URLs for Vietnamese bank transfers from bank/account details. Use when users ask to create a VietQR link, return a markdown QR...
安全使用建议
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 inputs. If you want extra caution, review the script yourself or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: vietqr Version: 1.0.0 The vietqr skill bundle is a legitimate utility for generating VietQR payment URLs. The Python script (scripts/vietqr.py) performs input validation and normalization for bank accounts and amounts (including Vietnamese shorthand) using standard libraries, and the SKILL.md instructions correctly guide the agent to use the script for its intended purpose without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
always:false and default invocation semantics are used. The skill does not request persistent system presence or modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vietqr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vietqr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish: generate VietQR payment image URLs for Vietnamese bank transfers with amount, note, and account-name support.
元数据
Slug vietqr
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

VietQR 是什么?

Generate VietQR payment image URLs for Vietnamese bank transfers from bank/account details. Use when users ask to create a VietQR link, return a markdown QR... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 VietQR?

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

VietQR 是免费的吗?

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

VietQR 支持哪些平台?

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

谁开发了 VietQR?

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

💬 留言讨论