← 返回 Skills 市场
Rate Limit Pro
作者
raghulpasupathi
· GitHub ↗
· v1.0.0
765
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install rate-limit-pro
功能描述
Advanced rate limiting with tiered controls and quota management
安全使用建议
This skill appears to be a simple, self-contained in-memory rate limiter and is internally consistent. Important considerations before using: (1) SKILL.md contains JS code but there are no code files or install steps — the code will not magically run on your agent; you must copy/integrate it into your application runtime. (2) The limiter is in-memory only: it does not persist state across restarts and is not suitable for distributed systems without adding a shared store (Redis, DB) and synchronization. (3) For high-scale or multi-process deployments, add persistence, eviction, and memory safeguards to avoid unbounded Map growth. (4) Because it requests no secrets or network access, credential exfiltration risk from this skill is low. If you plan to use this in production, review and adapt the implementation (persistence, concurrency, memory limits, and security) before deployment.
功能分析
Type: OpenClaw Skill
Name: rate-limit-pro
Version: 1.0.0
The skill bundle implements an in-memory rate limiter. The `_meta.json` file contains standard metadata. The `SKILL.md` file provides documentation and the JavaScript code for the `RateLimiter` class. The code operates purely in-memory, does not access the file system, network, or environment variables, and contains no dynamic code execution or obfuscation. There are no indications of prompt injection attempts against the agent or any other malicious or suspicious behaviors.
能力评估
Purpose & Capability
Name and description match the content: SKILL.md provides a straightforward JavaScript in-memory RateLimiter with tiered quotas. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
All runtime instructions are limited to a RateLimiter class implemented in JS and example usage; they do not read files, call external endpoints, or access environment secrets. Note: the SKILL.md contains code and a module.exports line, but there are no actual code files or an install step—so the platform will not automatically install or execute this code unless you (or the platform) copy it into a runtime environment.
Install Mechanism
No install spec is provided (instruction-only). This is lower risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. That aligns with an in-memory utility that does not require external services.
Persistence & Privilege
The skill does not request permanent presence, system privileges, or modifications to other skills/configuration. always is false and autonomous invocation is allowed by default (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rate-limit-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/rate-limit-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Rate Limit Pro.
- Introduces advanced rate limiting with customizable tier-based controls.
- Supports per-user request quotas and rolling time window management.
- Provides methods to check limits, reset usage, and fetch user stats.
- Easy configuration for multiple user tiers (e.g., free, basic, pro).
- Includes clear usage examples for quick integration.
元数据
常见问题
Rate Limit Pro 是什么?
Advanced rate limiting with tiered controls and quota management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 765 次。
如何安装 Rate Limit Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rate-limit-pro」即可一键安装,无需额外配置。
Rate Limit Pro 是免费的吗?
是的,Rate Limit Pro 完全免费(开源免费),可自由下载、安装和使用。
Rate Limit Pro 支持哪些平台?
Rate Limit Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rate Limit Pro?
由 raghulpasupathi(@raghulpasupathi)开发并维护,当前版本 v1.0.0。
推荐 Skills