usage-limits

仓库创建 2026年2月16日最近提交 22 天前SkillHot 收录 21 天前
▸ 精选理由

对多代理并发与调度决策提供即时配额与节流依据。

▸ 风险提示

需要读取账户/使用数据,可能涉及敏感权限与配额信息访问。

这个 Skill 做什么

实时查看 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 开发管理限额监控节流守卫Claude 管理Claude Code
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/usage-limits/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/usage-limits/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有