RegLimited - Vehicle Restriction Query & Reminder
name: reg-limited
by chandler0714 · published 2026-03-22
$ claw add gh:chandler0714/chandler0714-reg-limited---
name: reg-limited
description: Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.
---
# RegLimited - Vehicle Restriction Query & Reminder
A tool to help you query vehicle restrictions and set reminders for Chinese cities.
Features
1. **Restriction Query** - Check if your vehicle is restricted today based on city and plate
2. **Scheduled Reminders** - Get notified at specified times about restriction info
3. **Multi-city Support** - Supports major Chinese cities including Beijing, Shanghai, Guangzhou, Shenzhen, Hangzhou, Chengdu, etc.
Usage
1. Query Today's Restrictions
# Query today's restricted digits for a city
reg-limited query --city beijing
# Check if a plate is restricted
reg-limited check --city beijing --plate 京A123452. Set Restriction Reminders
# Basic usage
reg-limited add --city beijing --plate 京A12345 --time "07:00"
# Full parameters
reg-limited add --city beijing --plate 京A12345 --time "07:00" --notify-channel feishu3. List All Reminders
reg-limited list4. Remove Reminders
reg-limited remove --id <reminder_id>Supported Cities
Restriction Rules
Beijing
Queries real-time restriction data from Beijing Traffic Management Bureau:
| Day | Restricted |
|-----|------------|
| Monday | 3, 8 |
| Tuesday | 4, 9 |
| Wednesday | 5, 0 |
| Thursday | 1, 6 |
| Friday | 2, 7 |
Other Cities
Output Format
JSON format for program processing:
{
"success": true,
"data": {
"city": "北京",
"date": "2026-03-03",
"restricted": ["4", "9"],
"isRestricted": true,
"plate": "京A12345",
"lastDigit": "4"
}
}Example Dialogues
> User: What's today's vehicle restriction in Beijing?
> Bot: Today's restriction digits: 4, 9 (Your plate 4 is restricted!)
> User: Is my car 京A12345 restricted today?
> Bot: Yes! Today (Tuesday) Beijing restricts digits 4 and 9. Your plate ends with 4, so it's restricted.
> User: Set a reminder for 7am tomorrow about restrictions
> Bot: Done! You'll receive a restriction reminder at 7am tomorrow.
Technical Implementation
1. Fetches daily restriction info from official government sources
2. For Beijing: queries https://jtgl.beijing.gov.cn/jgj/lszt/659722/660341/index.html
3. Parses restricted digits from the official table
4. Compares with plate last digit
5. Sends notifications via scheduled tasks
Dependencies
---
*More cities coming soon...*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...