← Back to Skills Marketplace
373
Downloads
9
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install vehiclelimit
Description
查询城市限行规则与尾号,可查支持城市列表。当用户说:北京明天限行尾号是几?成都限行区域怎么算?或类似限行问题时,使用本技能。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: vehiclelimit
Version: 1.0.2
The skill is a standard API wrapper for querying vehicle license plate restrictions via JisuAPI. The Python script (vehiclelimit.py) and documentation (SKILL.md) are well-structured, align with the stated purpose, and contain no indicators of malicious behavior, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vehiclelimit - After installation, invoke the skill by name or use
/vehiclelimit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
vehiclelimit 1.0.2 changelog
- Updated skill description for clarity and broader user guidance.
- Expanded usage instructions and onboarding steps for obtaining the API key.
- Added an “About JisuAPI” section with a summary of available APIs and usage tips.
- Improved formatting, usage scenarios, and intent suggestions for skill invocation.
- No code changes; documentation revision only.
v1.0.1
- No code or documentation changes detected in this version.
- No impact on functionality or usage.
v1.0.0
- Initial release of the vehiclelimit skill for OpenClaw.
- Provides endpoints to list supported cities and query vehicle restriction (限行) rules by city and date.
- Supports major Chinese cities including Beijing, Hangzhou, Shanghai, and more.
- Usage requires configuring the JISU_API_KEY environment variable.
- Includes simple command-line examples for fetching city lists and limit information.
Metadata
Frequently Asked Questions
What is Vehicle License Plate Number Restriction - 车辆尾号限行?
查询城市限行规则与尾号,可查支持城市列表。当用户说:北京明天限行尾号是几?成都限行区域怎么算?或类似限行问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 373 downloads so far.
How do I install Vehicle License Plate Number Restriction - 车辆尾号限行?
Run "/install vehiclelimit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vehicle License Plate Number Restriction - 车辆尾号限行 free?
Yes, Vehicle License Plate Number Restriction - 车辆尾号限行 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vehicle License Plate Number Restriction - 车辆尾号限行 support?
Vehicle License Plate Number Restriction - 车辆尾号限行 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vehicle License Plate Number Restriction - 车辆尾号限行?
It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.2.
More Skills