← Back to Skills Marketplace
Tra Cuu Phat Nguoi
by
Dinh-Thuan Le
· GitHub ↗
· v1.0.0
386
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install tra-cuu-phat-nguoi
Description
Tra cứu phạt nguội phương tiện tại Việt Nam. Use when user asks to check traffic fines in VN by license plate (ô tô/xe máy), especially via VNeTraffic-style...
Usage Guidance
This skill appears coherent and implements what it claims: it POSTs a normalized license plate (and an optional phone number) to vnetraffic.org and returns the JSON. Before using: (1) be aware that the plate and any phone number you provide will be sent to a third-party (vnetraffic.org), not a government portal; avoid supplying personal phone numbers if you prefer. (2) The SKILL.md already advises cross-checking results on official sites (CSGT / Đăng Kiểm) — follow that for confirmations. (3) If you run the script yourself, review the network request and consider running locally to ensure no additional data is transmitted. If you need higher assurance, request a source that queries only official government endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: tra-cuu-phat-nguoi
Version: 1.0.0
The skill bundle is designed to query traffic fines via an external API (vnetraffic.org). The `SKILL.md` clearly instructs the agent on how to execute the local script `scripts/check_vnetraffic.mjs` with user-provided parameters. It explicitly warns that `vnetraffic.org` is an intermediate source and recommends cross-checking with official government portals, demonstrating transparency. The script itself makes a POST request to the specified URL with the license plate, vehicle type, and an optional phone number (defaults to a generic one if not provided). There is no evidence of data exfiltration beyond the necessary API call, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior. All actions are directly aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the included script and SKILL.md. The script posts a normalized license plate (and optional phone) to vnetraffic.org to retrieve violations — this is coherent with a 'traffic fines lookup' skill.
Instruction Scope
Instructions only call the local Node script which performs a POST to https://vnetraffic.org/wp-json/custom/v1/tra-cuu-csgt. This is expected for the stated purpose, but it does transmit user-supplied data (plate and optional phone) to a non-government intermediary; SKILL.md does explicitly recommend cross-checking with official portals.
Install Mechanism
No install spec (instruction-only plus a small included script). Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. There are no unrelated or excessive secret requests. Note: the runtime will send user-supplied data (plate and phone) to an external service — this is a privacy/consent consideration, not a credential request.
Persistence & Privilege
always is false and the skill does not request any persistent privileges or attempt to modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tra-cuu-phat-nguoi - After installation, invoke the skill by name or use
/tra-cuu-phat-nguoi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Privacy remove
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Tra Cuu Phat Nguoi?
Tra cứu phạt nguội phương tiện tại Việt Nam. Use when user asks to check traffic fines in VN by license plate (ô tô/xe máy), especially via VNeTraffic-style... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install Tra Cuu Phat Nguoi?
Run "/install tra-cuu-phat-nguoi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tra Cuu Phat Nguoi free?
Yes, Tra Cuu Phat Nguoi is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Tra Cuu Phat Nguoi support?
Tra Cuu Phat Nguoi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tra Cuu Phat Nguoi?
It is built and maintained by Dinh-Thuan Le (@ldt116); the current version is v1.0.0.
More Skills