skills/smithery.ai/recover_quota

recover_quota

Installation
SKILL.md

Recover Quota

This skill is used when LLM usage limits (quota) become tight or when you want to manage quota efficiently to continue work. While it cannot physically reset the quota, it supports "recovery" and "continuity" by optimizing token consumption and adjusting work strategies.

Instructions

  1. Context Analysis:

    • Check current token consumption and context bloat.
    • Evaluate if large-scale searches or reading long files are occurring frequently.
  2. Efficiency Strategies:

    • Switch Models: Use suggest_next to consider switching to a lower-cost model.
    • Compress Context: Organize and remove unnecessary history or logs to include only essential information in the prompt.
    • Consolidate Requests: Avoid fragmented commands; group multiple related tasks into a single prompt.
  3. Cooldown Procedures:

    • Wait: Pause low-priority tasks to wait for natural quota recovery over time.
    • Local Execution: Prioritize tasks that don't rely on the LLM, such as running local tests or checking documentation.
Installs
2
First Seen
Mar 21, 2026
recover_quota from smithery.ai