{"skill":{"slug":"reg-limited","displayName":"Reg Limited","summary":"Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.","description":"---\nname: reg-limited\ndescription: Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.\n---\n\n# RegLimited - Vehicle Restriction Query & Reminder\n\nA tool to help you query vehicle restrictions and set reminders for Chinese cities.\n\n## Features\n\n1. **Restriction Query** - Check if your vehicle is restricted today based on city and plate\n2. **Scheduled Reminders** - Get notified at specified times about restriction info\n3. **Multi-city Support** - Supports major Chinese cities including Beijing, Shanghai, Guangzhou, Shenzhen, Hangzhou, Chengdu, etc.\n\n## Usage\n\n### 1. Query Today's Restrictions\n\n```bash\n# Query today's restricted digits for a city\nreg-limited query --city beijing\n\n# Check if a plate is restricted\nreg-limited check --city beijing --plate 京A12345\n```\n\n### 2. Set Restriction Reminders\n\n```bash\n# Basic usage\nreg-limited add --city beijing --plate 京A12345 --time \"07:00\"\n\n# Full parameters\nreg-limited add --city beijing --plate 京A12345 --time \"07:00\" --notify-channel feishu\n```\n\n### 3. List All Reminders\n\n```bash\nreg-limited list\n```\n\n### 4. Remove Reminders\n\n```bash\nreg-limited remove --id <reminder_id>\n```\n\n## Supported Cities\n\n- Beijing (北京)\n- Shanghai (上海)\n- Guangzhou (广州)\n- Shenzhen (深圳)\n- Hangzhou (杭州)\n- Chengdu (成都)\n- Tianjin (天津)\n- Wuhan (武汉)\n- Xi'an (西安)\n- Nanjing (南京)\n\n## Restriction Rules\n\n### Beijing\nQueries real-time restriction data from Beijing Traffic Management Bureau:\n- Official source: https://jtgl.beijing.gov.cn/jgj/lszt/659722/660341/index.html\n- Current period: 2025-12-29 to 2026-03-29\n- Restrictions apply Mon-Fri, 7:00-20:00\n\n| Day | Restricted |\n|-----|------------|\n| Monday | 3, 8 |\n| Tuesday | 4, 9 |\n| Wednesday | 5, 0 |\n| Thursday | 1, 6 |\n| Friday | 2, 7 |\n\n### Other Cities\n- **Shanghai**: Elevated road restrictions\n- **Guangzhou**: \"Open Four, Stop Four\" policy\n- **Shenzhen**: Morning/evening peak hour restrictions\n- **Hangzhou/Chengdu/Tianjin/Wuhan/Xi'an/Nanjing**: Day-specific number restrictions\n\n## Output Format\n\nJSON format for program processing:\n```json\n{\n  \"success\": true,\n  \"data\": {\n    \"city\": \"北京\",\n    \"date\": \"2026-03-03\",\n    \"restricted\": [\"4\", \"9\"],\n    \"isRestricted\": true,\n    \"plate\": \"京A12345\",\n    \"lastDigit\": \"4\"\n  }\n}\n```\n\n## Example Dialogues\n\n> User: What's today's vehicle restriction in Beijing?  \n> Bot: Today's restriction digits: 4, 9 (Your plate 4 is restricted!)\n\n> User: Is my car 京A12345 restricted today?  \n> Bot: Yes! Today (Tuesday) Beijing restricts digits 4 and 9. Your plate ends with 4, so it's restricted.\n\n> User: Set a reminder for 7am tomorrow about restrictions  \n> Bot: Done! You'll receive a restriction reminder at 7am tomorrow.\n\n## Technical Implementation\n\n1. Fetches daily restriction info from official government sources\n2. For Beijing: queries https://jtgl.beijing.gov.cn/jgj/lszt/659722/660341/index.html\n3. Parses restricted digits from the official table\n4. Compares with plate last digit\n5. Sends notifications via scheduled tasks\n\n## Dependencies\n\n- Node.js\n- Network access (for querying restrictions)\n- Message channels (Feishu/Telegram/etc.)\n\n---\n\n*More cities coming soon...*\n","tags":{"latest":"1.0.2","car":"1.0.0","license":"1.0.0","plate":"1.0.0","restriction":"1.0.0"},"stats":{"comments":0,"downloads":881,"installsAllTime":33,"installsCurrent":0,"stars":0,"versions":3},"createdAt":1772013967329,"updatedAt":1778491636632},"latestVersion":{"version":"1.0.2","createdAt":1776827902145,"changelog":"修复语法错误、更新2026年新規、修复在线获取功能","license":"MIT-0"},"metadata":null,"owner":{"handle":"chandler0714","userId":"s179jj473byf4237njj7hqe1jn83jybr","displayName":"chandler0714","image":"https://avatars.githubusercontent.com/u/33366056?v=4"},"moderation":null}