daily

daily is a skill for Claude Code from ThoBustos/openyoko. It costs 0 tokens per session (7,897 once invoked), scanned A, original, MIT.

A daily planning and reflection workflow with morning, evening, and quick modes. It checks items such as your calendar, tasks, backlogs, journal, and weekly intentions.

In plain words
What is it for?
Use it to plan the day, review the day, or run a shorter three-minute check of your calendar, top three tasks, energy, and completed work.
Why use it?
It brings planning, priorities, energy, and reflection into one regular routine instead of leaving them across separate notes.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

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.

agentmods
npx agentmods add skills/thobustos/openyoko/daily
Any agent
npx skills add ThoBustos/openyoko --skill daily
Clone the repo
git clone --depth 1 https://github.com/ThoBustos/openyoko

Made for: Claude Code.

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 daily

README.md
[![agentmods](https://agentmods.dev/badge/skills/thobustos/openyoko/daily.svg)](https://agentmods.dev/skills/thobustos/openyoko/daily)
Your own site
<a href="https://agentmods.dev/skills/thobustos/openyoko/daily"><img src="https://agentmods.dev/badge/skills/thobustos/openyoko/daily.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,897 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.07897
Opus 5 $0.00000 $0.03948
Sonnet 5 $0.00000 $0.01579
Haiku 4.5 $0.00000 $0.00790

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

Security

Grade A, and why

daily 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 5d 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.

.claude/skills/daily/SKILL.md · 867 lines

How it starts

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

/daily Skill

Morning planning or evening reflection ritual. Run daily to stay aligned with your weekly intentions.

Usage

/daily [morning|evening|quick]

Examples:

  • /daily - Full daily reflection + planning
  • /daily morning - Full flow, morning greeting
  • /daily evening - Full flow, evening greeting
  • /daily quick - Fast 3-min version: calendar → Top 3 → energy → done

Modes:

  • morning/evening - Changes greeting tone, full flow
  • quick - Streamlined flow for low-energy days (skips grounding questions, open exploration, detailed backlog review)

Architecture: Skill vs Extension

This skill file (generic orchestrator):

  • Flow steps and logic
  • What sources to check (TODO.md, backlogs, journal, scans)
  • How to display information (table formats, categories)
  • Processing rules (priority indicators, deduplication)
  • No personal data, account names, or vault-specific config

Extension file in vault (personal config):

  • Which calendar IDs to check
  • Which accounts to use
  • Custom flow modifications (skip steps, add steps)
  • Personal rules (e.g., "GYM days are Tue + Thu")
  • Post-skill actions (git push, notifications)

Location: {{vault}}/00_SYSTEM/extensions/daily.md

This separation allows the skill to be shared/open-sourced while keeping personal config private in the vault.


Quick Mode Flow

When /daily quick is invoked, run this streamlined 3-minute flow:

Step 0   → Git commit/push (silent)
Step 0.1 → Check meeting inbox for context (silent)
Step 0.5 → Load extension (silent)
Step 0.75→ Check date (silent)
Step 1   → Read context (silent) - still scan ALL task sources
Step 2   → Gather (abbreviated):
           0. Important dates (if any)
           1. Calendar + auto-build Day Plan
           2.5. Incomplete task rollover (show list, ask which to add)
           3. Today planning (#1 focus, fill [TBD])
           4. Energy level only (skip pillars)
           7. Task count + urgent only (from ALL sources)
Step 3-6 → Categorize, confirm, write, verify (same)
Step 7-8 → Complete + extension (same)

Read the full file on GitHub · 867 lines

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. 5d ago First seen · 867 lines · 0 tokens per session scan A b114907fb13c

Subscribe to this mod's changes

daily is a skill published in the GitHub repository ThoBustos/openyoko (10 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 7,897 tokens. 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.