# Send RegLimited to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reg-limited",
    "name": "RegLimited",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chandler0714/reg-limited",
    "canonicalUrl": "https://clawhub.ai/chandler0714/reg-limited",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reg-limited",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reg-limited",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "bin/reg-limited.js",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reg-limited"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reg-limited",
    "downloadUrl": "https://openagent3.xyz/downloads/reg-limited",
    "agentUrl": "https://openagent3.xyz/skills/reg-limited/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reg-limited/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reg-limited/agent.md"
  }
}
```
## Documentation

### RegLimited - Vehicle Restriction Query & Reminder

A tool to help you query vehicle restrictions and set reminders for Chinese cities.

### Features

Restriction Query - Check if your vehicle is restricted today based on city and plate
Scheduled Reminders - Get notified at specified times about restriction info
Multi-city Support - Supports major Chinese cities including Beijing, Shanghai, Guangzhou, Shenzhen, Hangzhou, Chengdu, etc.

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

### 2. 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 feishu

### 3. List All Reminders

reg-limited list

### 4. Remove Reminders

reg-limited remove --id <reminder_id>

### Supported Cities

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

### 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

DayRestrictedMonday3, 8Tuesday4, 9Wednesday5, 0Thursday1, 6Friday2, 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:

{
  "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

Fetches daily restriction info from official government sources
For Beijing: queries https://jtgl.beijing.gov.cn/jgj/lszt/659722/660341/index.html
Parses restricted digits from the official table
Compares with plate last digit
Sends notifications via scheduled tasks

### Dependencies

Node.js
Network access (for querying restrictions)
Message channels (Feishu/Telegram/etc.)

More cities coming soon...
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chandler0714
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reg-limited)
- [Send to Agent page](https://openagent3.xyz/skills/reg-limited/agent)
- [JSON manifest](https://openagent3.xyz/skills/reg-limited/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reg-limited/agent.md)
- [Download page](https://openagent3.xyz/downloads/reg-limited)