meeting-action-items

meeting-action-items is a skill for Claude Code, Codex from NousResearch/hermes-agent. It costs 15 tokens per session (769 once invoked), scanned A, original, MIT.

A meeting follow-up tool that turns notes or transcripts into cited decisions, assigned owners, tickets, questions, and risks.

In plain words
What is it for?
Use it to review meeting evidence, identify who owns each task, draft follow-up messages, and reconcile outcomes with a project board.
Why use it?
It separates firm decisions and commitments from brainstorming or undecided proposals, so follow-through is easier to trust.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review meeting evidence, identify who owns each task, draft follow-up messages, and reconcile outcomes with a project board.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nousresearch/hermes-agent/meeting-action-items
About the project

Hermes Agent is an AI assistant that learns from its use by creating and improving skills, retaining knowledge, searching past conversations, and adapting to its users. It is for people who want to run an agent through a terminal or messaging platforms while connecting it to different AI models and scheduled tasks.

NousResearch/hermes-agent · 244,059 stars · on GitHub · hermes-agent.nousresearch.com

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 NousResearch/hermes-agent --skill meeting-action-items
Clone the repo
git clone --depth 1 https://github.com/NousResearch/hermes-agent

Made for: Claude Code, 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 meeting-action-items

README.md
[![agentmods](https://agentmods.dev/badge/skills/nousresearch/hermes-agent/meeting-action-items/github.svg)](https://agentmods.dev/skills/nousresearch/hermes-agent/meeting-action-items)
Your own site
<a href="https://agentmods.dev/skills/nousresearch/hermes-agent/meeting-action-items"><img src="https://agentmods.dev/badge/skills/nousresearch/hermes-agent/meeting-action-items/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 meeting-action-items

Your own site · 80×15
<a href="https://agentmods.dev/skills/nousresearch/hermes-agent/meeting-action-items"><img src="https://agentmods.dev/badge/skills/nousresearch/hermes-agent/meeting-action-items.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 769 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
  • Snyk pass 7 Sept 2026
  • 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.00015 $0.00769
Opus 5 $0.00008 $0.00385
Sonnet 5 $0.00003 $0.00154
Haiku 4.5 $0.00002 $0.00077

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

Security

Grade A, and why

meeting-action-items 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 7d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/productivity/meeting-action-items/SKILL.md · 88 lines

How it starts

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

Meeting Action Items

Convert an existing transcript or notes set into accountable follow-through. teams-meeting-pipeline can retrieve Teams artifacts; this skill begins once notes/transcript content is available, from any source.

When to Use

  • "Extract action items from this meeting."
  • "What did we decide and who owns what?"
  • "Draft the follow-up and create tickets."
  • "Reconcile these notes with the existing project board."

Don't use for: retrieving meeting recordings or transcripts (use teams-meeting-pipeline or the relevant connector first).

Procedure

1. Establish meeting evidence

Use read_file on the provided notes/transcript files. Identify meeting title/date, participants, source files, transcript completeness, and whether speaker/time references exist. Done when missing portions and low-confidence transcription are stated.

2. Separate evidence types

Extract into distinct lists:

  • decisions actually made
  • proposals not decided
  • explicit commitments
  • questions and blockers
  • risks and dependencies
  • facts/context

Do not turn brainstorming into decisions. Done when each candidate item has a supporting quote, timestamp, page, or note reference when available.

3. Normalize action items

For every commitment record:

Field Rule
outcome Concrete result, not a vague topic
owner Explicit named owner; otherwise unresolved
due date Explicit date or unresolved; never invent one
dependency What must happen first
acceptance Observable completion condition
source Transcript/note reference

Done when every action has supported fields or visible unresolved values.

4. Reconcile existing records

Load the user's tracker connector (notion, github-issues, or whichever system owns the work). Search for matching open items before creating anything — recurring meetings breed duplicate tickets. Preserve conflicts in owner/date/status for confirmation rather than silently overwriting. Done when proposed creates vs updates are distinguished.

Read the full file on GitHub · 88 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. 7d ago First seen · 88 lines · 15 tokens per session scan A 1902f782551d

Subscribe to this mod's changes

meeting-action-items is a skill published in the GitHub repository NousResearch/hermes-agent (244,059 stars, last pushed today), licensed MIT. It adds 15 tokens to every session and 769 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

batch

Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.

asgeirtj/system_prompts_leaks · 30 tokens

rubyllm

Build and maintain Ruby or Rails applications with the RubyLLM AI framework. Use for chats, agents, tools, structured output, media generation, transcription, OCR, moderation, embeddings, reranking, Rails integration, and RubyLLM upgrades; not for contributing to the framework itself.

crmne/ruby_llm · 61 tokens

20-client-intake-brief-global

Use when an agency or freelancer takes on a NEW client and needs everything up front — an 11-section intake covering business overview, audience, current marketing, goals, budget, timeline, brand assets, approval process, and success criteria, written for the client to fill in and return. Trigger on 'client intake'…

minhnv0807/ai-business-skills · 168 tokens

02-brief-chien-dich

Dung khi can brief mot chien dich cu the cho ca team thuc thi — muc tieu, thong diep, deliverable, timeline phan cong theo tuan, gate duyet va ma tran rui ro. Kich hoat khi user nhac 'brief chien dich', 'ke hoach campaign', 'len brief cho team', 'chien dich thang toi', 'phan cong campaign', 'timeline chien dich'.…

minhnv0807/ai-business-skills · 150 tokens

71-sales-enablement

Bo tai lieu ban hang cong voi ky luat giu pipeline cho SME VN, gop mot skill vi cung mot nguoi lam ca hai viec — the persona nguoi mua (co ca nguoi can duong), one-pager, outline bo slide tu van, thu vien xu ly phan doi kieu VN viet o hai dang (bang tra nhanh khi dang goi va ban day du de dao tao), kich ban demo co…

minhnv0807/ai-business-skills · 261 tokens

66-crisis-playbook-global

Use when a brand faces a communications CRISIS or a campaign is failing in public — L1 to L5 severity classification, a first-four-hours process, response templates by type, an escalation matrix, a do-not-do list, holding statements, and a post-mortem. Trigger on 'PR crisis', 'crisis playbook', 'a complaint is going…

minhnv0807/ai-business-skills · 165 tokens