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 skills add pbeens/obsidian-agents.md --skill archive-by-created-dategit clone --depth 1 https://github.com/pbeens/obsidian-agents.mdWrote 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.
[](https://agentmods.dev/skills/pbeens/obsidian-agents.md/archive-by-created-date)<a href="https://agentmods.dev/skills/pbeens/obsidian-agents.md/archive-by-created-date"><img src="https://agentmods.dev/badge/skills/pbeens/obsidian-agents.md/archive-by-created-date/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.
<a href="https://agentmods.dev/skills/pbeens/obsidian-agents.md/archive-by-created-date"><img src="https://agentmods.dev/badge/skills/pbeens/obsidian-agents.md/archive-by-created-date.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.00495 |
| Opus 5 | $0.00030 | $0.00247 |
| Sonnet 5 | $0.00012 | $0.00099 |
| Haiku 4.5 | $0.00006 | $0.00049 |
Grade A, and why
archive-by-created-date 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 10d 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
Archive by Created Date
Use this skill to move notes into a year/month archive structure based on their created date.
Purpose
Keep Daily Notes/ and Clippings/ organized by moving older notes into dated archive folders
without changing their filenames.
Scope
- Source folders:
Daily Notes/orClippings/ - Target folders:
Daily Notes/YYYY/MM/orClippings/YYYY/MM/ - Folder names use a four-digit year and two-digit month.
- Preserve the original filename.
Created Date Rule
- Read the note's
createddate from frontmatter when available. - If frontmatter is missing, use the created date shown in the note heading or nearby metadata if the date is explicit.
- Route the note to the matching
YYYY/MM/folder. - If the date cannot be determined confidently, stop and ask for guidance.
Confirmation Rule
- Always confirm the move plan before changing files.
- State the source folder, file count, target year/month folder, and whether the move affects daily notes or clippings.
- Do not move files until the plan has been confirmed.
Workflow
- Identify candidate notes in the source folder.
- Read the created date for each note.
- Group notes by year and month.
- Confirm the planned move with the user.
- Create the target
YYYY/MM/folders if needed. - Move the notes into the matching archive folders.
- Update the nearest folder README or index if one exists.
- Leave filenames unchanged unless the user asks for renaming.
Safety
- Do not copy files when the user asked to move them.
- Do not invent dates.
- Do not move notes whose created date is unclear.
- Do not rename files during archival unless explicitly requested.
- Keep the archive structure consistent between
Daily Notes/andClippings/.
Output Expectations
- Notes moved into the appropriate year/month folder.
- The move plan confirmed before the change.
- Folder indexes updated when needed.
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.
- 10d ago First seen · 64 lines · 59 tokens per session scan A c4f49af41609
archive-by-created-date is a skill published in the GitHub repository pbeens/obsidian-agents.md (20 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 495 once invoked, about $0.0003 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
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
box
Box manages cloud files, sharing, search, and metadata.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
material-organizer
Organize only the materials the user has already provided or explicitly pointed to. The job is to make messy inputs easier to scan, reuse, archive, or continue from later while preserving source traceability.