2.6k
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill reg-limited- _meta.json457 B
- package.json398 B
- SKILL.md3.2 KB
Overview
This skill helps drivers check city vehicle restriction rules and schedule reminders when their license plate is subject to limits. It supports major Chinese cities and sends a notification at a configured time if the vehicle is restricted. The tool returns machine-friendly JSON so other apps can consume results. It is designed for daily checks and timed push alerts.
How this skill works
You provide a city, a license plate, and a reminder time. The skill fetches the day's restriction rules for the city, extracts restricted tail numbers, compares the last digit of the plate, and determines if the vehicle is limited. If a restriction applies, it triggers a scheduled push via the configured channel (Feishu, Telegram, etc.). Results are returned in JSON for easy automation.
When to use it
- Before commuting to confirm if your car is restricted today
- When planning a trip and you need to avoid restricted driving days
- To receive a daily morning notification about restriction status
- For fleet operators managing multiple plates across cities
- When integrating restriction checks into an automation workflow
Best practices
- Register the correct city code and full plate to ensure accurate matching
- Schedule reminders at least a few minutes before peak hours to allow plan changes
- Use a persistent notification channel (Feishu/Telegram) for reliable delivery
- Verify network access and service availability for daily queries
- Periodically re-check city rules as local policies may change
Example use cases
- Add a 07:00 morning reminder for plate 京A12345 in Beijing to get a daily status push
- Query today’s restricted tail numbers for Shanghai before driving into the elevated roads
- Check if a specific plate is restricted today for Guangzhou to plan taxi or metro options
- List all active reminders to audit scheduled notifications for a personal fleet
- Remove outdated reminders after selling or transferring a vehicle
FAQ
Major Chinese cities are supported including Beijing, Shanghai, Guangzhou, Shenzhen, Hangzhou, Chengdu, Tianjin, Wuhan, Xi'an, and Nanjing.
What format is the output?
Responses are returned in JSON containing city, date, restricted digits, plate last digit, and a boolean isRestricted field.
How are restriction rules kept current?
The skill fetches daily restriction information from public search sources and parses the current rules; users should re-run queries or rely on scheduled checks to get today's data.