refresh-calendar

refresh-calendar is a command for Claude Code from WYRE-AI/msp-claude-plugins. It costs 19 tokens per session (984 once invoked), scanned A, original, Apache-2.0.

A forward-looking schedule for replacing hardware. It combines warranty dates, end-of-life or end-of-support timing, and device age into replace-now, plan-this-year, and monitor groups.

In plain words
What is it for?
Use it to plan hardware refreshes over a chosen period and identify devices that need immediate replacement or later monitoring.
Why use it?
It helps turn scattered device information into a prioritised replacement plan.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the assets-pack plugin — 3 skills, 3 commands, 3 agents, 1 MCP server shipped together

Good fit Use it to plan hardware refreshes over a chosen period and identify devices that need immediate replacement or later monitoring.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wyre-ai/msp-claude-plugins/refresh-calendar
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.

Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install assets-pack, the plugin that ships this one along with the rest of its 3 skills, 3 commands, 3 agents, 1 MCP server.

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 refresh-calendar

README.md
[![agentmods](https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/refresh-calendar.svg)](https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/refresh-calendar)
Your own site
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/refresh-calendar"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/refresh-calendar.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 984 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00019 $0.00984
Opus 5 $0.00010 $0.00492
Sonnet 5 $0.00004 $0.00197
Haiku 4.5 $0.00002 $0.00098

Measured 8d ago against content hash cdc728fb14f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

refresh-calendar 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 8d ago.

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.

msp-claude-plugins/assets-pack/commands/refresh-calendar.md · 125 lines

How it starts

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

Refresh Calendar

Cross-vendor forward-looking hardware refresh calendar: combines warranty expiration, EOL/EOS timing, and device age into a replace-now / plan-this-year / monitor plan, pulled from whatever RMM platforms (and, as a fallback, IT Glue/Hudu) the org has connected through the gateway.

Prerequisites

  • WYRE MCP Gateway connected (conduit) with at least one RMM connector. Without an RMM, there is no device inventory to build a calendar from.
  • Optional: IT Glue or Hudu, used for warranty fallback data and, where tracked, purchase-date records. Skipped with an explicit note if not connected.

Steps

  1. Discover available tools. Call conduit__search_tools to determine which RMM connector(s) are live and their actual tool names. Never assume a specific vendor's tool surface. If a documentation platform is also connected, discover it too.

  2. Resolve the window. Parse window (default 12mo if omitted). Accept shorthand like 6mo, 12mo, 24mo. The window scopes the "plan this year" section — "replace now" devices are always included regardless of window, since that tier is time-independent.

  3. Pull device inventory, warranty data, EOL/EOS classification, and age per the refresh-cycle-planning skill (reusing the same approach as warranty-tracking and eol-eos-flagging for the first two signals), scoped to the whole portfolio.

  4. Tier every device into replace-now / plan-this-year / monitor, with a stated rationale citing which signal(s) drove the tier. Route devices with no resolvable signal on any input into an explicit insufficient-data bucket — never default them into monitor.

  5. Lay tiered devices onto a calendar grouped by month/quarter within the requested window, attaching the specific driving date to each "plan this year" device. Call out any clustering explicitly.

  6. Return the calendar, led by replace-now, then plan-this-year grouped by timing, then a monitor summary count, then the insufficient-data bucket named explicitly.

Read the full file on GitHub · 125 lines

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. 8d ago First seen · 125 lines · 19 tokens per session scan A cdc728fb14f7

Subscribe to this mod's changes

refresh-calendar is a command published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 5d ago), licensed Apache-2.0. It adds 19 tokens to every session and 984 once invoked, about $0.0001 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-30.