← 返回 Skills 市场
chandler0714

Reg Limited

作者 chandler0714 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
498
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install reg-limited
功能描述
Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reg-limited
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reg-limited 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 格式,方便后续集成
元数据
Slug reg-limited
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Reg Limited 是什么?

Vehicle restriction query and reminder tool for Chinese cities. Query daily restrictions and set scheduled reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 498 次。

如何安装 Reg Limited?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reg-limited」即可一键安装,无需额外配置。

Reg Limited 是免费的吗?

是的,Reg Limited 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reg Limited 支持哪些平台?

Reg Limited 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reg Limited?

由 chandler0714(@chandler0714)开发并维护,当前版本 v1.0.2。

💬 留言讨论