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/daxaur/openpaw/c-notesnpx skills add daxaur/openpaw --skill c-notesgit clone --depth 1 https://github.com/daxaur/openpawWhat 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.00043 | $0.00439 |
| Opus 5 | $0.00022 | $0.00219 |
| Sonnet 5 | $0.00009 | $0.00088 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
c-notes 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
This skill manages Apple Notes via memo and Apple Reminders via remindctl.
Apple Notes — memo
memo list # List all notes
memo list --folder "Work" # List notes in a folder
memo search "query" # Search notes by content or title
memo read "Note Title" # Read a specific note
memo create "Title" "Body text" # Create a new note
memo create --folder "Work" "Title" "Body"
memo delete "Note Title" # Delete a note
memo folders # List all folders
Apple Reminders — remindctl
remindctl list # List all reminders
remindctl list "List Name" # List reminders in a specific list
remindctl add "Task" --due "tomorrow 9am"
remindctl add "Task" --list "Work" --due "2026-03-01"
remindctl complete "Task name" # Mark reminder as complete
remindctl delete "Task name" # Delete a reminder
remindctl lists # Show all reminder lists
Usage Guidelines
- Use
memo searchbefore creating to avoid duplicates. - Dates for
remindctl --dueaccept natural language ("tomorrow", "next Monday") and ISO format. - If
memoorremindctlis not found, inform the user and suggest installing the OpenPaw c-notes skill. - Notes are stored locally in Apple Notes app — no external API needed.
Notes
memorequires macOS and Apple Notes app.remindctlrequires macOS and Apple Reminders app.- Both tools operate on the local user account.
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 · 46 lines · 43 tokens per session scan A 5ab73e0b381d
c-notes is a skill published in the GitHub repository daxaur/openpaw (166 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 439 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-30.
Other skills, from other repositories
apple-notes
Manage Apple Notes via memo CLI: create, search, edit.
remctl
Use when an agent needs to read, create, edit, complete, inspect, or troubleshoot Apple Reminders through the RemCTL CLI on macOS.
apple-reminders
Apple Reminders'ı remindctl ile yönet — ekle, listele, tamamla.
apple-notes
Apple Notes'u memo CLI ile yönet — oluştur, ara, düzenle.
apple-notes
Interact with the Apple Notes app. CRUD operations for persistent storage of thoughts, data, and information across sessions.
poll-github-work
Poll and rank open GitHub issues, RFCs, and pull requests for maintainer work, or start one explicitly selected item. Use when a user asks what to work on, requests backlog priorities, says "poll work," wants actionable issues or pull requests, or says "start.