← Back to Skills Marketplace
87
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-quota-management
Description
Quota tracking, threshold monitoring, and graceful degradation for rate-limited API services. quota, rate limiting, usage limits, thresholds.
Usage Guidance
This skill is coherent for quota and rate-limit handling. Before enabling it for autonomous use, confirm the agent's filesystem and network permissions: the examples include functions that read files to estimate tokens, so only allow access to files you trust. Also review or vet the actual leyline QuotaTracker implementation you will use (the SKILL.md shows patterns but doesn't include the underlying code) before relying on it in production.
Capability Analysis
Type: OpenClaw Skill
Name: nm-leyline-quota-management
Version: 1.0.0
The skill bundle provides documentation and code patterns for managing API quotas, token estimation, and rate-limiting strategies. All files (SKILL.md, estimation-patterns.md, and threshold-strategies.md) contain standard utility logic for resource management and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the provided instructions and examples: quota tracking, threshold strategies, token/cost estimation, and integration patterns are all present and expected for a quota-management utility.
Instruction Scope
SKILL.md is instruction-only and contains example code for checking quotas, recording usage, estimating tokens, and reading file sizes for token estimation (estimate_file_tokens, preflight_check). Reading files is consistent with the stated purpose (estimating costs/tokens), but it does mean integrations using these patterns will need local filesystem access — ensure you only grant the agent access to files you intend to be analyzed.
Install Mechanism
No install spec or code files are executed; this is instruction-only, so nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The examples reference model names and cost rates only (no API keys or unrelated secrets).
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. Autonomous invocation (default) is enabled but not combined with broad privileges or secrets.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-leyline-quota-management - After installation, invoke the skill by name or use
/nm-leyline-quota-management - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial public release of quota-management skill (v1.8.2).
- Provides quota tracking, threshold monitoring, and graceful degradation for rate-limited API services.
- Supports three-level threshold system: Healthy, Warning, and Critical.
- Enables easy status checks, usage recording, and pre-operation quota estimation.
- Includes integration guidelines and troubleshooting section.
Metadata
Frequently Asked Questions
What is Nm Leyline Quota Management?
Quota tracking, threshold monitoring, and graceful degradation for rate-limited API services. quota, rate limiting, usage limits, thresholds. It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Nm Leyline Quota Management?
Run "/install nm-leyline-quota-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Leyline Quota Management free?
Yes, Nm Leyline Quota Management is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Leyline Quota Management support?
Nm Leyline Quota Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Leyline Quota Management?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills