usage-limits
对多代理并发与调度决策提供即时配额与节流依据。
需要读取账户/使用数据,可能涉及敏感权限与配额信息访问。
实时查看 Claude 5小时与周限额、重置时间及上下文窗口占用。
实时查看 Claude 的使用情况:5 小时与周限额占用、重置时间和当前会话的 context 窗口占比,能直接告诉你还剩多少、何时重置。有可配置的 pacing guard,用于在大任务或多 Agent 扇出前决策是否继续 spawn 子代理。还能作为每次对话的钩子把当前使用概览自动带上。
▸ 展开 SKILL.md 英文原文
Check this Claude plan's live usage limits — the 5-hour and weekly (7-day) rate-limit %s and reset times that actually gate the session, plus context-window fill. Has a `--guard` pacing gate (per-window configurable) for multi-agent fan-outs. Use mid-task to decide whether to keep spawning subagents, before/between waves of a big job, or when the user asks "how close are we to the limit", "how much is left", "when does it reset", or "how full is the context". A compact one-liner (date/time + 5h & weekly %s) is wired as a per-turn hook (`usage --hook`, transcript-suppressed), so every prompt already carries the current time and live usage. Runs the `usage` command (alias `roost-usage`).
帮我安装这个 skill:https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/usage-limits/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/usage-limits/SKILL.md"# usage-limits — check the 5-hour & weekly limits on demand Run **`usage`** (alias `roost-usage`). Example: ``` ── Claude usage limits ──────────────────────────── 5-hour ███░░░░░░░ 33% resets in 2h40m (pace cap 46%) weekly █░░░░░░░░░ 10% resets in 6d12h (ease cap 26% (sqrt)) context ████████░░ 83% (this session) ────────────────────────────────────────────────── Opus 4.8 · cache 0s old ``` - **5-hour** and **weekly (7-day)** are the caps that throttle the plan. Each shows % consumed and a live "resets in" countdown. Both are **account-global** (shared across every session/agent on the plan), so burning either fast in a fan-out blocks everything. - **context** is t