orcanote-reminder

orcanote-reminder is a skill for Claude Code, Codex from sethyuan/orcanote-agent-skills. It costs 33 tokens per session (534 once invoked), scanned A, original, MIT.

A guide for creating and managing reminders in Orca Note.

In plain words
What is it for?
Use it to add one-time or recurring reminders to Orca Note.
Why use it?
It provides a defined way to store reminder text and attach a trigger time or repeating schedule.

Skill for Claude CodeCodex

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

Good fit Use it to add one-time or recurring reminders to Orca Note.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sethyuan/orcanote-agent-skills/orcanote-reminder
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 sethyuan/orcanote-agent-skills --skill orcanote-reminder
Clone the repo
git clone --depth 1 https://github.com/sethyuan/orcanote-agent-skills

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 orcanote-reminder

README.md
[![agentmods](https://agentmods.dev/badge/skills/sethyuan/orcanote-agent-skills/orcanote-reminder/github.svg)](https://agentmods.dev/skills/sethyuan/orcanote-agent-skills/orcanote-reminder)
Your own site
<a href="https://agentmods.dev/skills/sethyuan/orcanote-agent-skills/orcanote-reminder"><img src="https://agentmods.dev/badge/skills/sethyuan/orcanote-agent-skills/orcanote-reminder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orcanote-reminder

Your own site · 80×15
<a href="https://agentmods.dev/skills/sethyuan/orcanote-agent-skills/orcanote-reminder"><img src="https://agentmods.dev/badge/skills/sethyuan/orcanote-agent-skills/orcanote-reminder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 534 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.00033 $0.00534
Opus 5 $0.00016 $0.00267
Sonnet 5 $0.00007 $0.00107
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

orcanote-reminder 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 11d 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.

skills/orcanote-reminder/SKILL.md · 49 lines

What it actually says

Orca Note Reminder Skill

This skill provides a standard workflow for creating reminders within Orca Note.

Workflow

To create a reminder, follow these two steps:

  1. Insert Descriptive Content: Use the insert_markdown tool to write the content of the reminder into the note.
  2. Tag the Reminder Block: Use the insert_tags tool to apply a "Reminder" tag to the block, specifying its trigger time and recurrence properties.

The Reminder Tag

The "Reminder" tag is used to define the scheduling logic. It supports the following properties:

Property Description Required Format/Units
Date time The trigger date and time for the reminder. Yes Unix timestamp in seconds
Repeat every The recurrence interval. Multiple intervals can be separated by commas (,). No m,h,d,w,M,y (min, hour, day, week, month, year)
Repeat until The expiration date for recurring reminders. No Unix timestamp in seconds

Recurrence Units

When setting the Repeat every property, use these abbreviated units:

  • m: Minute(s)
  • h: Hour(s)
  • d: Day(s) - e.g., 1d for every day
  • w: Week(s) - e.g., 1w for every week
  • M: Month(s) - e.g., 1M for every month
  • y: Year(s) - e.g., 1y for every year

Usage Examples

Simple Reminder

  1. insert_markdown: "Buy groceries"
  2. insert_tags: Reminder with Date time: 1771149600 (corresponds to 2026-02-15 18:00)

Weekly Recurring Reminder

  1. insert_markdown: "Team Sync Meeting"
  2. insert_tags: Reminder with attributes:
    • Date time: 1770773400 (corresponds to 2026-02-11 09:30)
    • Repeat every: "1w"
    • Repeat until: 1798646400 (corresponds to 2026-12-31)
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. 11d ago First seen · 49 lines · 33 tokens per session scan A 60e9391933d0

Subscribe to this mod's changes

orcanote-reminder is a skill published in the GitHub repository sethyuan/orcanote-agent-skills (5 stars, last pushed 4mo ago), licensed MIT. It adds 33 tokens to every session and 534 once invoked, about $0.0002 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.