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.
npx agentmods add skills/wende/macbeth/calendarnpx skills add wende/macbeth --skill calendargit clone --depth 1 https://github.com/wende/macbethWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00013 | $0.00132 |
| Opus 5 | $0.00006 | $0.00066 |
| Sonnet 5 | $0.00003 | $0.00026 |
| Haiku 4.5 | $0.00001 | $0.00013 |
Grade A, and why
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 2d 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.
What it actually says
Calendar Automation
Connect
connect_app({ name: "Calendar" })
Backends
- Primary: EventKit bridge (
client/native/apple_data.swift) - Integration: Shortcuts for custom calendar workflows
Runnable Scripts
list-events.mjs— list upcoming eventscreate-event.mjs— create an event with title/start/end
Gotchas
- First run prompts for Calendar access.
- Times should be ISO 8601.
- This v1 skill intentionally avoids delete/remove operations.
What ships with it
2 files 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.
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.
- 2d ago First seen · 26 lines · 13 tokens per session scan A de4cffc1c389
calendar is a skill published in the GitHub repository wende/macbeth (3 stars, last pushed 7d ago), licensed MIT. It adds 13 tokens to every session and 132 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-31.
Other skills, from other repositories
scheduler
Use when work should happen later or repeatedly — 'schedule', 'routine', 'nightly', 'every morning', 'cron', 'remind me later', 'check back in an hour', 'watch this PR', '/scheduler'. Picks the right scheduler for the lifetime the work needs (cloud routine / session loop / desktop task), creates, lists, updates and…
ai-first-pastebin
Use 呵.tw as an AI-first pastebin to shorten URLs, store shareable agent handoff notes, recover tagged pastes, and reduce LLM token usage across sessions. Trigger this skill when the user wants to: (1) turn long URLs into short links, (2) park long non-secret intermediate output outside the context window, (3) hand off…
long-form-summary-compressor
Condenses long text into concise summaries while preserving essential ideas. Invoke when shrinking verbose tool output, doc passages, build logs, or research findings to fit token budget.
workspace-guide
Workspace guide to introduce OpenWork and onboard new users.
omh-harness-session-inventory
This is a Hermes-native harness-session-inventory workflow skill.
apple-notes
Manage Apple Notes via memo CLI: create, search, edit.