TopRank Skills

Home / Claw Skills / Others / reg-limited
Official OpenClaw rules 15%

reg-limited

Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 reg-limited 技能。 若已安装,则直接安装 reg-limited 技能。

Overview

Skill Key
chandler0714/reg-limited
Author
chandler0714
Source Repo
openclaw/skills
Version
-
Source Path
skills/chandler0714/reg-limited
Latest Commit SHA
4d5883e3787786bca5b85f954448d43c72bc8478

Extracted Content

SKILL.md excerpt

# 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

```bash
# 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 京A12345
```

### 2. Set Restriction Reminders

```bash
# 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 feishu
```

### 3. List All Reminders

```bash
reg-limited list
```

### 4. Remove Reminders

```bash
reg-limited remove --id <reminder_id>
```

## Supported Cities

- Beijing (北京)
- Shanghai (上海)
- Guangzhou (广州)
- Shenzhen (深圳)
- Hangzhou (杭州)
- Chengdu (成都)
- Tianjin (天津)
- Wuhan (武汉)
- Xi'an (西安)
- Nanjing (南京)

## Restriction Rules

### Beijing
Queries real-time restriction data from Beijing Traffic Management Bureau:
- Official source: https://jtgl.beijing.gov.cn/jgj/lszt/659722/660341/index.html
- Current period: 2025-12-29 to 2026-03-29
- Restrictions apply Mon-Fri, 7:00-20:00

| Day | Restricted |
|-----|------------|
| Monday | 3, 8 |
| Tuesday | 4, 9 |
| Wednesday | 5, 0 |
| Thursday | 1, 6 |
| Friday | 2, 7 |

### Other Cities
- **Shanghai**: Elevated road restrictions
- **Guangzhou**: "Open Four, Stop Four" policy
- **Shenzhen**: Morning/evening peak hour restrictions
- **Hangzhou/Chengdu/Tianjin/Wuhan/Xi'an/Nanjing**: Day-specific number restrictions

## Output Format

JSON format for program processing:
```json
{
  "success": true,
  "data": {
    "c...

Related Claw Skills