Vehicle License Plate Number Restriction - 车辆尾号限行
v1.0.2查询城市限行规则与尾号,可查支持城市列表。当用户说:北京明天限行尾号是几?成都限行区域怎么算?或类似限行问题时,使用本技能。
⭐ 9· 333·0 current·0 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match behavior: the skill calls JisuAPI vehiclelimit endpoints and returns city lists or per-day limits. The single required credential (JISU_API_KEY) is appropriate for that service.
Instruction Scope
SKILL.md and the script only instruct running the provided Python script or calling the /vehiclelimit endpoints. The script reads only JISU_API_KEY from the environment and makes HTTPS requests to api.jisuapi.com; it does not access other files, credentials, or unexpected endpoints.
Install Mechanism
No install spec (instruction-only install), which minimizes disk writes. The included Python script uses the third-party 'requests' library but the metadata only declares 'python3' as a required binary — the skill may fail if 'requests' is not available. Network calls to the documented JisuAPI endpoints are expected.
Credentials
Only JISU_API_KEY is required and prominently documented; no unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or persist credentials. Autonomous invocation is allowed (platform default) but not escalated by the skill itself.
Assessment
This skill appears coherent: it calls JisuAPI endpoints and needs only the JISU_API_KEY. Before installing, ensure you trust jisuapi.com and have a valid AppKey. Make sure the runtime has Python and the 'requests' package installed (the script does not declare pip dependencies). Do not provide unrelated credentials. If you need stricter network controls, note the script will make outbound HTTPS requests to api.jisuapi.com and will print responses to stdout. If you want higher assurance, verify the AppKey scope and rate limits on the JisuAPI dashboard.Like a lobster shell, security has layers — review code before you run it.
latestvk971ea6v1qmp0bqnt11ff6smfx844s1g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚗 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
