today

today is a skill for Claude Code from matteotitta/genesys-skills. It costs 104 tokens per session (1,690 once invoked), scanned A, original, MIT.

A daily briefing that combines information from Gmail, Google Calendar, Linear, and Slack. It can summarize the start of the day, the end of the day, or the three most important items needing attention.

In plain words
What is it for?
Use it for a morning overview, an end-of-day wrap-up, or a quick focus check.
Why use it?
It removes the need to check several work apps separately to understand what happened, what is scheduled, and what needs action.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code.

Good fit Use it for a morning overview, an end-of-day wrap-up, or a quick focus check.

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

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 today

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/today/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/today)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/today"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/today/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 today

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/today"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/today.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,690 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00104 $0.01690
Opus 5 $0.00052 $0.00845
Sonnet 5 $0.00021 $0.00338
Haiku 4.5 $0.00010 $0.00169

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

Security

Grade A, and why

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 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/meta/session/today/SKILL.md · 182 lines

How it starts

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

/today — Daily productivity briefing

Pull a structured daily briefing from all connected productivity tools in one shot. Designed to replace the morning ritual of checking 4 separate apps.


Claude Code Triggers

Invoke this skill when user says:

  • "/today"
  • "What's on my plate today?"
  • "Morning briefing"
  • "Daily summary"
  • "What do I need to focus on?"

Do NOT invoke when:

  • User asks about a single tool only (e.g., "check my email" → use Gmail MCP directly)
  • User asks for a specific Linear issue or calendar event
  • User wants to send an email or create a task (action, not briefing)

Modes

/today (default) — Morning briefing

Start-of-day overview. What happened overnight, what's coming up, what needs attention.

/today wrap — End-of-day wrap-up

What was done today, what's still pending, what to prep for tomorrow.

/today focus — Quick focus check

Minimal output. Just the top 3 things that need attention right now.


Process

Phase 1: Gather data (parallel)

Pull from all 4 sources simultaneously using parallel tool calls. Do NOT run these sequentially.

1a. Gmail — Use mcp__google-workspace__search_gmail_messages

  • Morning mode: query: "newer_than:12h", page_size: 15
  • Wrap mode: query: "newer_than:24h", page_size: 20
  • Always pass user_google_email: "[email protected]"
  • Then batch-fetch content for the returned message IDs using get_gmail_messages_content_batch

1b. Calendar — Use mcp__google-workspace__get_calendar_events

1c. Linear — Use mcp__plugin_linear_linear__list_issues

  • assignee: "me", limit: 15
  • Filter to active states: In Progress, In Review, Next Up
  • Sort by priority (Urgent > High > Medium > Low)

1d. Slack — Use mcp__claude_ai_Slack__slack_search_public_and_private

  • Morning mode: search for mentions in last 12 hours
  • Wrap mode: search for mentions in last 24 hours
  • Query: from:me OR to:me or recent channel activity

Read the full file on GitHub · 182 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. 11d ago First seen · 182 lines · 104 tokens per session scan A 582c071d8562

Subscribe to this mod's changes

today is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 104 tokens to every session and 1,690 once invoked, about $0.0005 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

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

leadmagic-cli

Use the LeadMagic CLI for enrichment automation — find emails, validate contacts, enrich CSVs in batch, find decision-makers by role, and push to outbound platforms (Smartlead, Instantly). Use when automating enrichment from the command line, batch-processing contacts, or integrating LeadMagic into scripts. Triggers…

LeadMagic/gtm-skills · 99 tokens

revenue-team-onboarding

Revenue team onboarding — security access provisioning, ramp schedules, 30-60-90 plans, Slack engagement, shadowing, certification, and time-to-first-meeting reduction. Use when onboarding SDRs, AEs, managers, or RevOps hires. Triggers on: "sales onboarding", "SDR ramp", "30-60-90 sales", "reduce ramp time", "Slack…

LeadMagic/gtm-skills · 104 tokens

team-management

Team management for startup leaders — 1:1s, performance reviews, goal setting (OKRs), delegation, feedback culture, remote team management, team rituals, and scaling from IC to manager. Use when building team processes, managing first direct reports, or scaling management as the company grows. Triggers on: "team…

LeadMagic/gtm-skills · 95 tokens