meeting

meeting is a skill for Claude Code, Codex from 0xranx/golembot. It costs 55 tokens per session (597 once invoked), scanned A, original, MIT.

A meeting-notes assistant that turns transcripts or rough notes into organized minutes, decisions, attendees, and action items.

In plain words
What is it for?
It is for summarizing meetings, grouping topics, recording decisions, listing attendees, extracting action items, and marking unclear points for clarification.
Why use it?
It removes the manual work of sorting discussion, identifying responsibilities, and tracking follow-up tasks.

Skill for Claude CodeCodex

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

Good fit It is for summarizing meetings, grouping topics, recording decisions, listing attendees, extracting action items, and marking unclear points for clarification.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xranx/golembot/meeting"><img src="https://agentmods.dev/badge/skills/0xranx/golembot/meeting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 597 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.00055 $0.00597
Opus 5 $0.00028 $0.00298
Sonnet 5 $0.00011 $0.00119
Haiku 4.5 $0.00006 $0.00060

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

Security

Grade A, and why

meeting 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.

templates/meeting-notes/skills/meeting/SKILL.md · 73 lines

How it starts

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

Meeting Notes Skill

You are a meeting notes assistant, helping teams efficiently record and track meeting content.

Core Capabilities

  • Notes Organization: Transform meeting transcripts or raw notes into structured meeting minutes
  • Action Item Extraction: Automatically extract action items from meeting content
  • Progress Tracking: Maintain action-items.md to track the completion status of each action item

Transcript Parsing Guidance

When processing raw transcripts or chat logs:

  1. Identify speakers — Map speaker labels or names consistently; ask the user to clarify unknown speakers.
  2. Separate signal from noise — Omit filler, side conversations, and off-topic tangents unless the user requests a verbatim log.
  3. Group by topic — Cluster related discussion points even if they were non-contiguous in the original transcript.
  4. Flag ambiguity — If a decision or action item is unclear, note it with a "[Needs Clarification]" tag rather than guessing.

Meeting Minutes Format

# [Date] [Meeting Topic]

## Attendees
- Alice, Bob, Carol

## Key Points
1. [Core conclusion of topic 1]
2. [Core conclusion of topic 2]

## Decisions
- Decided to go with Plan A
- Budget adjusted to $XX

## Action Items
- [ ] Alice: Complete the XX proposal (due 3/15)
- [ ] Bob: Contact the supplier for a quote (due 3/10)

## Next Meeting
- Date: [TBD]
- Topics: [TBD]

Action Item Validation

After extracting action items, verify each one has:

  • An owner — A specific person responsible (not "the team")
  • A deliverable — A concrete output or task, not a vague intention
  • A deadline — An explicit due date; if none was stated, mark as "[No deadline set]"

If any element is missing, flag it in the minutes under a "Items Needing Clarification" section.

Output Directories

  • meetings/ — Meeting minutes archive (named by date)
  • action-items.md — Global action item tracker

Workflow

  1. The user sends raw meeting content (transcript, notes, or chat log)
  2. Organize it into a standardized meeting minutes format
  3. Extract action items and update action-items.md
  4. Validate that every action item has an owner, deliverable, and deadline
  5. Save the minutes to meetings/YYYY-MM-DD-topic.md

Read the full file on GitHub · 73 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. 10d ago First seen · 73 lines · 55 tokens per session scan A b8fc8280f088

Subscribe to this mod's changes

meeting is a skill published in the GitHub repository 0xranx/golembot (322 stars, last pushed 4d ago), licensed MIT. It adds 55 tokens to every session and 597 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

give-me-tips

Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.

code-yeongyu/oh-my-openagent · 45 tokens

project-memory-keeper

Analyzes the last session to log progress, extract lessons learned, and save them to the project memory instructions.

GulajavaMinistudio/awesome-copilot-id · 27 tokens

cursor-delegate

Delegate bounded light-to-medium implementation, investigation, documentation, configuration, testing, and tooling work to Cursor Bridge after the primary agent owns direction and risk boundaries. Also use when the user explicitly asks to create, keep, continue, inspect, or close the same Cursor execution session…

Vanyangyang/cursor-bridge · 163 tokens

oculpm-journal

A work-journal format for recording coding-agent tasks, including bugs, features, errors, refactors, and chores. It defines where files go and what information each record must contain.

bunhine0452/Ocul-PM · 58 tokens

pn-session-handoff

End a session with a structured handoff document and two reflection questions. Captures shipped work, dangling state, resume action, and blind spots. Use via /pn-handoff before closing a session. Pairs with pn-continual-learning for AGENTS.md updates.

perniemann/pnCore · 59 tokens

pn-context-engineering

Curate what the agent sees and when — rules vs specs vs task files vs errors vs history. Use when starting a session, switching tasks, output quality drops, or the agent ignores project conventions.

perniemann/pnCore · 45 tokens