← Back to Skills Marketplace
VietQR
by
phucisstupid
· GitHub ↗
· v1.0.0
· MIT-0
269
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vietqr
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vietqr - After installation, invoke the skill by name or use
/vietqr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish: generate VietQR payment image URLs for Vietnamese bank transfers with amount, note, and account-name support.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install VietQR?
Run "/install vietqr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VietQR free?
Yes, VietQR is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VietQR support?
VietQR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VietQR?
It is built and maintained by phucisstupid (@phucisstupid); the current version is v1.0.0.
More Skills