scheduling

scheduling is a skill for Claude Code, Codex from Vexa-ai/vexa. It costs 91 tokens per session (909 once invoked), scanned A, original, Apache-2.0.

Instructions for creating recurring or future work through Vexa Scheduler, a service that keeps scheduled jobs running after restarts. Schedules are defined in routine files with YAML settings and optional written instructions.

In plain words
What is it for?
Use it to set up daily, weekly, periodic, or future tasks by creating a named routine with settings such as whether it is enabled.
Why use it?
Temporary reminders, shell loops, and operating-system timers may disappear when the agent or machine restarts. A routine file gives the scheduler a durable definition it can reconcile into a job.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to set up daily, weekly, periodic, or future tasks by creating a named routine with settings such as whether it is enabled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vexa-ai/vexa/scheduling
About the project

Vexa is an open-source meeting transcription system whose bots join Google Meet, Microsoft Teams, and Zoom calls and stream speaker-labeled transcripts through an API. It is for teams that want meeting transcription and downstream knowledge processing either through hosted services or by running the stack themselves. The catalogue entries provide agents and instructions for working with Vexa.

Vexa-ai/vexa · 2,751 stars · on GitHub · vexa.ai

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.

Any agent
npx skills add Vexa-ai/vexa --skill scheduling
Clone the repo
git clone --depth 1 https://github.com/Vexa-ai/vexa

Made for: Claude Code, Codex.

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 scheduling

README.md
[![agentmods](https://agentmods.dev/badge/skills/vexa-ai/vexa/scheduling.svg)](https://agentmods.dev/skills/vexa-ai/vexa/scheduling)
Your own site
<a href="https://agentmods.dev/skills/vexa-ai/vexa/scheduling"><img src="https://agentmods.dev/badge/skills/vexa-ai/vexa/scheduling.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 909 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.00091 $0.00909
Opus 5 $0.00046 $0.00454
Sonnet 5 $0.00018 $0.00182
Haiku 4.5 $0.00009 $0.00091

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

Security

Grade A, and why

scheduling 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 7d 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.

core/agent/workspace-seeds/default/skills/scheduling/SKILL.md · 80 lines

How it starts

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

scheduling — durable recurring work

When the user asks for ANYTHING that should run on a schedule or repeat over time (a daily digest, a weekly report, a periodic check, a future reminder), you create a routine file in this workspace. The agent-api reconciler compiles it into a durable Vexa Scheduler job that survives restarts and process death — it is the only correct mechanism for scheduled work here.

NEVER do any of these for scheduled work:

  • create an OS cron job (crontab, /etc/cron.*)
  • create a systemd timer or any other system timer
  • start a shell background loop / sleep loop
  • leave a "session-only" reminder (your turn ends and it is gone)

All of those die on restart or when your turn ends. Only a routine file is durable.

How to create a routine

Write one file at routines/<name>.md (<name> is a short slug; the filename stem becomes the routine name). It is a normal governed workspace file — just write it; you do not run git.

The file is YAML frontmatter plus an optional markdown body:

field required meaning
enabled no (default true) false cancels the job but keeps the file for later re-enable
cron yes (when enabled) a standard 5-field cron expression (min hour dom mon dow)
prompt yes (when enabled) the instruction sent to the agent on each run (non-empty)

The optional markdown body below the second --- is appended to prompt as extra context for each run.

cron format

Five fields, space-separated: minute hour day-of-month month day-of-week. Day-of-week is 07 (0 and 7 are both Sunday); mon/tue/… and jan/feb/… names are accepted, as are ranges (mon-fri), lists (1,15), and steps (*/15).

Examples:

  • 0 8 * * * — every day at 08:00
  • 30 9 * * mon-fri — 09:30 on weekdays
  • 0 17 * * fri — 17:00 every Friday
  • 0 * * * * — top of every hour

Read the full file on GitHub · 80 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. 7d ago First seen · 80 lines · 91 tokens per session scan A 1ef9b8496ba1

Subscribe to this mod's changes

scheduling is a skill published in the GitHub repository Vexa-ai/vexa (2,751 stars, last pushed yesterday), licensed Apache-2.0. It adds 91 tokens to every session and 909 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

ai-meeting-notes

Messy notes → Clear action items. Instantly. Paste any meeting notes, transcript, or text. Get summaries, action items with owners and deadlines. Auto-saved, searchable, with integrated to-do tracking. No bot. No subscription. No setup.

leecyno1/boutique-skills · 58 tokens

steno

Make the agent aware of the user's Steno meeting notes and able to pull them in on request. Steno (https://github.com/stenolabs/stenoai) records, transcribes, and summarizes meetings entirely on-device, storing each as a Markdown summary plus a transcript. This skill locates that store cross-platform (macOS, Windows…

stenolabs/stenoai · 300 tokens

ai-meeting-notes

Messy notes → Clear action items. Instantly. Paste any meeting notes, transcript, or text. Get summaries, action items with owners and deadlines. Auto-saved, searchable, with integrated to-do tracking. No bot. No subscription. No setup.

LeoYeAI/openclaw-master-skills · 58 tokens

granola-to-steno

Sync Granola meeting notes into Steno's file-based store. Reads recent meetings from the Granola MCP (titles, dates, participants, AI summaries, verbatim transcripts) and regenerates Steno's output/summary.md and transcripts/transcript.txt files in a target folder (e.g. an iCloud Drive directory). The operation is…

stenolabs/stenoai · 163 tokens

minutes-mirror

Self-coaching analysis of your own behavior across meetings — talk-time ratio, filler words, hedging language, monologue length, energy patterns, and (when meetings are tagged via /minutes-tag) what your behavior in winning meetings looks like vs losing ones. Use this whenever the user says "how did I do", "review my…

silverstein/minutes · 171 tokens

minutes-debrief

Post-meeting debrief — analyzes what happened, compares outcomes to your prep intentions, tracks decision evolution. Use when the user says "debrief", "what just happened in that meeting", "what did we decide", "debrief that call", "post-meeting", "what changed", or right after stopping a recording.

silverstein/minutes · 70 tokens