← Back to Skills Marketplace
chandler0714

Reg Limited

by chandler0714 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
498
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install reg-limited
Description
Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.
Usage Guidance
This package appears to implement core query/check and reminder persistence but not the notification delivery SKILL.md promises, and it uses curl via child_process.execSync even though no required binaries are declared. Before installing or using it: (1) Inspect the code yourself or run it in a sandbox to confirm behavior; (2) ensure curl is available if you expect live Beijing fetching to work; (3) be aware it will create and write reminders (including plate numbers) to ~/.reg-limited/config.json; (4) do not provide sensitive credentials (none are required), and verify any planned notification integrations (Feishu/Telegram) are actually implemented before relying on them. These inconsistencies are likely due to incomplete/old documentation rather than explicit malice, but proceed with caution.
Capability Analysis
Type: OpenClaw Skill Name: reg-limited Version: 1.0.2 The skill is a legitimate tool for querying vehicle traffic restrictions in Chinese cities and managing local reminders. The core logic in `bin/reg-limited.js` fetches data from a hardcoded official government URL using `curl` and stores user-defined reminders in a local configuration file (`~/.reg-limited/config.json`). There is no evidence of data exfiltration, shell injection, or malicious instructions within the `SKILL.md` documentation.
Capability Assessment
Purpose & Capability
The README claims scheduled notifications via channels (Feishu/Telegram) and multi-city live queries, but the bundled code only (a) fetches Beijing data (attempting curl + HTML parsing) and (b) persists reminders to ~/.reg-limited/config.json. There is no implementation of notification delivery or scheduler, and other cities use static local rules. The SKILL.md also mentions network access and dependencies while the manifest lists no required binaries; however the code calls curl (child_process.execSync) which implies a required binary that is not declared.
Instruction Scope
SKILL.md instructs the agent to 'send notifications via scheduled tasks' and references message channels, but the code never sends notifications or integrates with external messaging APIs — it only writes reminders to a local config file. The code also reads process.env.HOME (not declared) and uses a curl command to fetch remote HTML. SKILL.md's stated parsing behavior and date ranges also conflict with comments and constants inside the code (different date ranges for Beijing), suggesting stale or inconsistent documentation.
Install Mechanism
There is no external install script or download; the package is instruction/code-only (bin/reg-limited.js and package.json). No network installs or archive downloads are used. This is lower risk, but the code invokes an external binary (curl) via child_process.execSync, so the runtime environment must provide curl for online fetching to work.
Credentials
The skill declares no required env vars or credentials (reasonable). The code reads process.env.HOME to create ~/.reg-limited/config.json and uses no API keys. Storing plate numbers and reminder data under the user's home folder is expected for a reminder tool but is not documented in SKILL.md or manifest — users should be aware local data is written to disk and contains vehicle plate numbers.
Persistence & Privilege
The skill does create and write a per-user config file (~/.reg-limited/config.json) but does not request global/system-wide persistence or 'always' privilege. It does not modify other skills' configs or system settings. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reg-limited
  3. After installation, invoke the skill by name or use /reg-limited
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
修复语法错误、更新2026年新規、修复在线获取功能
v1.0.1
Updated to fetch real-time restriction data from Beijing Traffic Management Bureau official website. Changed description to English.
v1.0.0
- 首次发布:reg-limited v1.0.0 - 支持输入车牌号、城市和提醒时间,自动推送限号提醒 - 覆盖北京、上海、广州、深圳、杭州、成都等中国主要城市限行查询 - 提供查询今日限号、检查车牌是否限行、提醒管理等功能 - 支持多种通知渠道如飞书 - 输出结果为 JSON 格式,方便后续集成
Metadata
Slug reg-limited
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Reg Limited?

Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 498 downloads so far.

How do I install Reg Limited?

Run "/install reg-limited" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reg Limited free?

Yes, Reg Limited is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reg Limited support?

Reg Limited is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reg Limited?

It is built and maintained by chandler0714 (@chandler0714); the current version is v1.0.2.

💬 Comments