minutes-weekly

minutes-weekly is a skill for Codex from silverstein/minutes. It costs 68 tokens per session (2,134 once invoked), scanned A, original, MIT.

A weekly summary workflow for meetings and voice memos. It identifies recurring themes, how decisions developed, commitments that may be overdue, and priorities for the following week.

In plain words
What is it for?
Use it for weekly reviews, work recaps, decision tracking, outstanding-action checks, and planning the next week.
Why use it?
It helps turn scattered conversations into a clear view of what changed, what remains open, and what needs attention next.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it for weekly reviews, work recaps, decision tracking, outstanding-action checks, and planning the next week.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/silverstein/minutes/minutes-weekly
About the project

Minutes is an open-source, local-first meeting recorder that transcribes meetings, calls, and voice memos on the device and stores the results as Markdown files. It is for people who want their meeting records available to Claude Code, Codex, Cursor, and other MCP clients without uploading them. The catalogue add-ons extend agent workflows for querying and using those local meeting files.

silverstein/minutes · 1,471 stars · on GitHub · useminutes.app

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 silverstein/minutes --skill minutes-weekly
Clone the repo
git clone --depth 1 https://github.com/silverstein/minutes

Made for: Codex.

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 minutes-weekly

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/silverstein/minutes/minutes-weekly"><img src="https://agentmods.dev/badge/skills/silverstein/minutes/minutes-weekly.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,134 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.00068 $0.02134
Opus 5 $0.00034 $0.01067
Sonnet 5 $0.00014 $0.00427
Haiku 4.5 $0.00007 $0.00213

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

Security

Grade A, and why

minutes-weekly 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.

.agents/skills/minutes/minutes-weekly/SKILL.md · 225 lines

How it starts

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

Skill Path

Before running helper scripts or opening bundled references, set:

export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.agents/skills/minutes"
export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-weekly"

/minutes-weekly

Synthesize a week of policy-authorized normal meetings and voice memos into a forward-looking brief — themes, decision arcs, stale commitments, and what deserves attention Monday. Restricted history is excluded by default.

How it works

This is a synthesis skill, not a command wrapper. It reads across the normal meetings authorized by Minutes, cross-references decisions and action items, and produces an intelligence brief. Restricted meetings are excluded from this agent workflow by default and must never be treated as absent facts.

Phase 1: Gather this week's recordings

minutes list --limit 50

Filter to recordings from the last 7 days by checking the date field in each result's frontmatter. Do NOT use minutes search with a date string as the query — that searches file content, not dates.

For each selected recording, run minutes get "<exact path>" --json, require exit status 0, and use only the returned content. List/search paths are hints, not retained capabilities; never reopen them with the host Read tool.

If zero recordings this week: Say: "No recordings found for the past 7 days. Nothing to synthesize." Offer: "Want me to look at the past 2 weeks instead?" Do NOT hallucinate a weekly summary.

If only 1-2 recordings: Still produce the brief — it's shorter but still valuable. Note: "Light week — only [N] recordings."

Phase 2: Theme extraction

Identify the 3-5 dominant themes across the authorized normal meetings this week. A theme is a topic that appeared in 2+ meetings.

For each theme:

  • Which meetings discussed it
  • How the conversation evolved across meetings
  • Whether a resolution was reached

Present as:

## This Week's Themes

### 1. Pricing (3 meetings)
- Mon: Case proposed $599 baseline
- Wed: Alex pushed back to annual billing
- Fri: Agreed on monthly billing experiment
- Status: RESOLVED (after 3 discussions)

### 2. Q2 Roadmap (2 meetings)
- Tue: Committed to April ship date
- Thu: Discussed pushing to May
- Status: CONFLICTING — not reconciled

Read the full file on GitHub · 225 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 225 lines · 68 tokens per session scan A 8564a867bf4f

Subscribe to this mod's changes

minutes-weekly is a skill published in the GitHub repository silverstein/minutes (1,471 stars, last pushed today), licensed MIT. It adds 68 tokens to every session and 2,134 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

ai-meeting-notes

Messy notes → Clear action items. Instantly. Paste any meeting notes, transcript, or text. Get summaries, action items with owners and deadlines. Auto-saved, searchable, with integrated to-do tracking. No bot. No subscription. No setup.

LeoYeAI/openclaw-master-skills · 58 tokens

psychological-safety-practice

Translates psychological safety theory into daily leader behaviours -- the specific words, reactions, and micro-actions that build or destroy a team's willingness to speak up. Covers misconceptions, responding to mistakes, inviting honest feedback, modelling healthy conflict, addressing bad behaviour immediately, and…

fatihguner/foreman · 113 tokens

strategic-questioning

Transforms leaders from directive communicators into strategic questioners who use inquiry to inspire thinking, surface hidden problems, build ownership, and drive better decisions. Covers five essential leadership questions, the art of context-rich inquiry, question-driven meeting design, and techniques for using…

fatihguner/foreman · 107 tokens

persuasion-and-influence

Equips leaders with daily micro-influence tactics -- reading emotional temperature in meetings, deploying peer power, establishing authority organically, using consistency commitments, and knowing when to compromise. Use when preparing for a difficult one-on-one, navigating a meeting where buy-in is needed, responding…

fatihguner/foreman · 101 tokens

Board Meeting Prep

Prepare board meeting decks, updates, and materials for effective governance.

eddiebelaval/squire · 16 tokens

clean-messy-notes-to-action-items

How to parse chaotic brain dumps and meeting notes into structured [WHO] - [WHAT] - [BY WHEN] action items, decisions, and follow-ups.

alivirgo/Major-AI-Skills · 42 tokens