schedule-after-usage-reset
Find the real Claude usage-limit reset time from the Anthropic usage API and schedule a deferred task to run right after the limit lifts (macOS)
Installation
Open Claude Code and run this command:
/plugin install schedule-after-usage-reset@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
When you hit a Claude usage limit and want to queue work for after the reset, just say:
- "schedule this after my usage resets"
- "run this when my tokens refresh"
- "queue this task for after the limit lifts"
- "do this when usage resets"
The skill:
- Fetches your actual reset time from the Anthropic usage API (no guessing)
- Adds a 5-minute buffer so Claude is definitely available
- Calls
/schedulewith the exact time and your task
Skills (1)
"Schedule a task to run after the Claude usage limit resets.
Bash(security:*)Bash(curl:*)Bash(python3:*)Bash(date:*)
How It Works
Trigger it naturally in conversation:
schedule this after my usage resets: summarize the new PRs in my inbox
The skill picks up any phrasing around "usage resets", "tokens refresh", "limit lifts", etc. — no slash command needed.