schedule-after-usage-reset

productivity v1.0.0 by patricksong1993

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)

MIT License
Free Pricing

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:

  1. Fetches your actual reset time from the Anthropic usage API (no guessing)
  2. Adds a 5-minute buffer so Claude is definitely available
  3. Calls /schedule with the exact time and your task

Skills (1)

schedule-after-usage-reset SKILL.md View full skill →

"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.

Ready to use schedule-after-usage-reset?

View on GitHub

Related Plugins