send-at

send-at is a skill for Claude Code from jtsternberg/claude-plugins. It costs 111 tokens per session (2,460 once invoked), scanned A, original, MIT.

A same-session timer that sends a prompt to one specified cmux screen at a chosen time. cmux is a terminal workspace that lets an agent control separate screens.

In plain words
What is it for?
Schedule a prompt or keystroke for a particular cmux screen, then perform a basic check that it appeared.
Why use it?
It avoids having to stay available to send a prompt manually. The timer works only while the agent session and Mac remain running.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions Codex.

Part of the cmux-cli plugin — 3 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jtsternberg/claude-plugins/send-at
Any agent
npx skills add jtsternberg/claude-plugins --skill send-at
Clone the repo
git clone --depth 1 https://github.com/jtsternberg/claude-plugins

Made for: Claude Code.

Or install cmux-cli, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for send-at

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtsternberg/claude-plugins/send-at.svg)](https://agentmods.dev/skills/jtsternberg/claude-plugins/send-at)
Your own site
<a href="https://agentmods.dev/skills/jtsternberg/claude-plugins/send-at"><img src="https://agentmods.dev/badge/skills/jtsternberg/claude-plugins/send-at.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.02460
Opus 5 $0.00056 $0.01230
Sonnet 5 $0.00022 $0.00492
Haiku 4.5 $0.00011 $0.00246

Measured 5d ago against content hash 675eea724dae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

send-at scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/send-to-surface.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cmux-cli/skills/send-at/SKILL.md · 176 lines

How it starts

The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.

send-at — timed prompt delivery into one exact cmux surface

Deliver a prompt into a specific existing cmux surface, identified by its UUID, at a target time — while this agent session stays alive. The surface UUID is the whole address: no prior hotline connection, no cached session, no discovery. This skill does the when (a harness-native in-session wait) and hands the what/where to a deterministic delivery script.

Read this first — the honest reliability envelope

This is a same-session, best-effort timer, not a durable scheduler. It fires the delivery only if this agent process and the Mac are still alive at the target time. That boundary is not a limitation to fix later — it is forced by two hard constraints working together:

  • The delivery must run from a process with cmux ancestry. cmux's socket defaults to cmuxOnly: only processes cmux itself spawned may drive it. The agent's own shell (Claude's Bash tool / Codex's exec cell) has that ancestry; a launchd/cron job or a cloud routine does not — cmux refuses them. So the thing that fires the send has to be this agent, in this pane.
  • Nothing that outlives this process can wake this process in-pane. An external timer (launchd/cron) has no cmux ancestry, and a cloud-scheduled agent runs off-machine with no socket at all. Both are excluded. So the only clock we can use is one that keeps this session waiting.

Consequences to state plainly to the user before scheduling anything far out:

  • Short horizons (seconds to ~1 hour, up to a few hours if the Mac stays awake) are the honest sweet spot. An "at 9am tomorrow" ask cannot be made reliable here — say so and point at a durable OS/cloud scheduler if they truly need overnight delivery (accepting it then can't target a cmux surface for the ancestry reason above).
  • If the session is closed, the agent is interrupted, or the Mac sleeps through the target, nothing fires. There is no catch-up.
  • Delivery itself is best-effort, not verified (V1 has no nonce/transcript check). cmux send can sporadically fragment or drop bytes (not size-gated), a busy REPL silently enqueues the message, and a user-scrolled viewport hides it. The read-screen check is therefore informational — "not observed" is never proof the send failed.

Read the full file on GitHub · 176 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 176 lines · 111 tokens per session scan A 675eea724dae

Subscribe to this mod's changes

send-at is a skill published in the GitHub repository jtsternberg/claude-plugins (5 stars, last pushed yesterday), licensed MIT. It adds 111 tokens to every session and 2,460 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.