process-today

A workflow for reviewing a day's activity and filing useful information into a customer relationship management system and knowledge base. It can gather meetings, reminders, and connected Slack, email, and calendar activity, then record contacts, decisions, and follow-ups.

In plain words
What is it for?
Use it for an end-of-day review, recording new people and decisions, and creating dated reminders from commitments made during the day.
Why use it?
It turns scattered daily updates into stored records instead of leaving important details in messages or memory. It does not send email or change calendar events.

Skill for Claude CodeCodex

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/agno-agi/context/process-today
Any agent
npx skills add agno-agi/context --skill process-today
Clone the repo
git clone --depth 1 https://github.com/agno-agi/context

Made for: Claude Code, Codex.

Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 669 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 $0.00069 $0.00669
Opus 5 $0.00034 $0.00334
Sonnet 5 $0.00014 $0.00134
Haiku 4.5 $0.00007 $0.00067

Measured yesterday against content hash 20f71419cb97, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

process-today 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 yesterday.

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/process-today/SKILL.md · 52 lines

How it starts

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

Process Today

Runtime skill — a playbook the deployed @context agent runs for its owner, invoked in natural language. Not a coding-agent workflow; those live in .agents/skills/.

Turn today's raw activity into filed context. Unlike the read-only playbooks, this one writes — it ends in update_crm / update_knowledge calls, not just a summary. It still never acts on the outside world: no mail, no calendar changes, nothing leaves.

Procedure

  1. Anchor on now. "Today" is the start of the local day → now.
  2. Gather the day's raw material:
    • rundown — inbound updates from others. (It marks what it shows as briefed; do not acknowledge anything — that's the owner's call.)
    • query_crm — today's meetings and the reminders that came due today.
    • When connected: query_calendar for today's events; query_slack for today's threads the owner took part in; query_gmail for today's meaningful exchanges.
  3. Extract what has lasting value. From that material, pick out:
    • a new person → contact
    • a thing that happened, a decision made in a thread → note
    • a commitment with a date ("I'll send it Friday") → reminder with due_at
    • a follow-up that got scheduled → meeting
    • durable prose (a decision on a spec, how something now works) → the knowledge base, in the right spec sub-file Skip chit-chat, scheduling back-and-forth, and anything already on file.
  4. File it with update_crm / update_knowledge, deduping against what exists (an existing contact gets updated, not duplicated). Writes are additive — never flip reminder or ack status and never delete anything in this playbook.
  5. Report the digest. One line per item filed (what + where), then a short "left unfiled" line for material judged not worth keeping, so the owner can overrule.

Edge cases

  • Safe unattended. Scheduled runs work end to end: this playbook reads and files but never sends, so no approval gate fires.
  • A quiet day is a one-line report ("Nothing worth filing today.") — not an invented summary.
  • When unsure whether something is durable, file a note — cheap to ignore later, expensive to lose.

Read the full file on GitHub · 52 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. yesterday First seen · 52 lines · 69 tokens per session scan A 20f71419cb97

Subscribe to this mod's changes

process-today is a skill published in the GitHub repository agno-agi/context (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 69 tokens to every session and 669 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.

Related

Other skills, from other repositories

verification

Prove that a coding task is actually complete. Use this after meaningful code changes, when tests/builds fail or are skipped, before marking a plan or goal complete, and whenever acceptance depends on runtime, security, recovery, performance, or cross-module evidence.

ageerle/ruoyi-ai · 54 tokens

repository-investigation

Investigate an unfamiliar repository before changing it. Use this whenever a coding task spans multiple modules, asks for architecture or root-cause analysis, names behavior whose implementation location is unknown, or risks editing before enough evidence is gathered.

ageerle/ruoyi-ai · 49 tokens

safe-refactoring

Execute behavior-preserving or intentionally scoped refactors safely. Use this for multi-file renames, component/service extraction, state-management changes, API migrations, concurrency refactors, or any request where unrelated user work and subtle contracts must be preserved.

ageerle/ruoyi-ai · 52 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens

quantmind-dev

Contributor workflow for the QuantMind codebase. Covers contributor setup (environment + hooks), filing issues, commit format, pull request format, and component development across quantmind/ modules (etl, knowledge, configs, preprocess, rag, flows, mind, utils) with tests, examples, and verification. Use when setting…

LLMQuant/quant-mind · 90 tokens

notion

Notion workspace integration for searching pages, managing databases, creating postmortems, and exporting RCA findings.

Arvo-AI/aurora · 23 tokens