Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
resume-at logo

resume-at

claude-schedule-session-resume

developer-toolsClaude Codeby Jerrett Davis

Summary

Schedule this session to resume at a future time — supports duration (2h30m), time of day (5pm, 17:00), and ISO datetime formats

Install to Claude Code

/plugin install resume-at@claude-schedule-session-resume

Run in Claude Code. Add the marketplace first with /plugin marketplace add JerrettDavis/ClaudeScheduleSessionResume if you haven't already.

README.md

claude-schedule-session-resume

A Claude Code plugin that schedules resumption of the current session at a future time. It spawns a detached Node.js watcher process that opens a new terminal window running claude --resume <session-id> at the target time.

Installation

From the Marketplace (recommended)

Inside a Claude Code session:

/plugin marketplace add JerrettDavis/ClaudeScheduleSessionResume
/plugin install resume-at@claude-schedule-session-resume

Or from the CLI:

claude plugin marketplace add JerrettDavis/ClaudeScheduleSessionResume
claude plugin install resume-at@claude-schedule-session-resume

From source

git clone https://github.com/JerrettDavis/ClaudeScheduleSessionResume.git
cd ClaudeScheduleSessionResume
npm install
npm run build
claude plugin add .

Usage

Schedule a resume

/resume-at 2h                          # Resume in 2 hours
/resume-at 5pm                         # Resume at 5:00 PM
/resume-at 17:00                       # Resume at 17:00
/resume-at 1700                        # Resume at 17:00 (military)
/resume-at 2h30m                       # Resume in 2 hours 30 minutes
/resume-at 2026-04-07T21:00:00         # Resume at specific datetime
/resume-at 2h "check the build"        # Resume with a prompt

Cancel a scheduled resume

/resume-at cancel

List pending schedules

/resume-at list

How It Works

1. SessionStart hook captures the original claude invocation command when a session opens 2. /resume-at command parses the time input, inspects the current session, and schedules a resume 3. A detached watcher process sleeps until the target time, then launches a new terminal window with claude --resume <session-id> plus any forwarded flags 4. An OS-level fallback (Windows schtasks / Unix at) is registered if the watcher process fails to spawn

Supported Time Formats

| Format | Example | Description | |--------|---------|-------------| | Duration | 5h, 2h30m, 90m, 45s | Relative to now | | 12-hour | 5pm, 5:30pm, 9am | Next occurrence | | 24-hour | 17:00, 9:30 | Next occurrence | | Military | 1700, 0930 | Next occurrence | | ISO 8601 | 2026-04-07T21:00:00 | Exact datetime |

Time-of-day formats in the past automatically advance to the next day.

Requirements

  • Node.js >= 18
  • Claude Code CLI

Development

npm install          # Install dependencies
npm run build        # Compile TypeScript
npm test             # Run unit tests
npm run lint         # Run ESLint
npm run test:e2e     # Run E2E tests in Docker

License

MIT

Related plugins

Browse all →