meeting-notes

meeting-notes is a skill for Claude Code from Travisun/Opptrix. It costs 56 tokens per session (861 once invoked), scanned A, original, Apache-2.0.

A note-taking workflow that turns user-provided meeting or interview material into a structured record. It organises discussion points, decisions, follow-up tasks, and unanswered questions.

In plain words
What is it for?
Use it to organise transcripts or notes into meeting metadata, agenda items, decisions, action items, open questions, and clearly marked facts or interpretations.
Why use it?
It makes long or scattered source material easier to review without inventing comments, decisions, or data that were not provided.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to organise transcripts or notes into meeting metadata, agenda items, decisions, action items, open questions, and clearly marked facts or interpretations.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/travisun/opptrix/meeting-notes.svg)](https://agentmods.dev/skills/travisun/opptrix/meeting-notes)
Your own site
<a href="https://agentmods.dev/skills/travisun/opptrix/meeting-notes"><img src="https://agentmods.dev/badge/skills/travisun/opptrix/meeting-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 861 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.00056 $0.00861
Opus 5 $0.00028 $0.00430
Sonnet 5 $0.00011 $0.00172
Haiku 4.5 $0.00006 $0.00086

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

Security

Grade A, and why

meeting-notes 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 5d 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.

packages/agent-skills/builtin/meeting-notes/SKILL.md · 68 lines

What it actually says

会议纪要

何时使用

用户提供 会议/访谈/内部讨论素材(粘贴文本、要点、录音转写),需要结构化纪要与待办。边界:公告精读用 @skill:announcement-deepread;IC 上会材料用 @skill:ic-memo。本技能 不从行情工具编造会议内容——输入源必须是用户(或 workspace 既有草稿)。

分析架构(投研方法)

  • 问题/假设:会议达成了哪些共识?未决问题与跟进项是什么?
  • 证据清单:用户原文、(可选)workspace 旧纪要
  • 多维交叉验证:决议 vs 待办;发言归属于推断时须标注
  • 结论与不确定:原文摘录为事实;「言外之意」为推断
  • 风险与缺口:素材残缺、说话人不明、敏感信息
  • 事实 | 假设 | 推断 分栏强制

数据维度

维度 取数方向 缺失时
会议素材 用户粘贴 / ask_user 无法生成纪要 → not-feasible
旧稿 workspace_read 新建纪要
落盘 workspace_write 至少网页交付并提醒未落盘
交付 list_web_vendorcreate_web 用户只要口头要点时可跳过

步骤

  1. 收集素材:时间、参与者、主题、原文;缺则 ask_user
  2. 结构化:议程 → 讨论要点 → 决议 → 待办(负责人/期限若有)→ 开放问题。
  3. 事实 | 假设 | 推断 分栏;禁止添加未出现的「公司指引」。
  4. workspace_write 落盘(默认应做,便于后续 thesis-update)。
  5. 交付网页(默认)list_web_vendorcreate_web;已有则 read_web / update_web

网页报告建议目录

  1. 会议元信息(时间/参与者/主题)
  2. 议程与讨论要点
  3. 决议与共识(事实摘录)
  4. 待办清单
  5. 开放问题
  6. 事实 | 假设 | 推断分栏
  7. 素材缺口说明
  8. 免责声明(内部整理;非投资建议)

禁止

  • 编造未提供的发言、决议或数据
  • 荐股
  • 禁止无交付就结束(默认须有 web 产物,除非用户明确只要口头要点)
  • 无用户素材却生成「会议纪要」
  • assumption / not-feasible 须诚实降级
  • 日志/纪要中写入用户敏感密钥
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. 5d ago First seen · 68 lines · 56 tokens per session scan A 27997838674a

Subscribe to this mod's changes

meeting-notes is a skill published in the GitHub repository Travisun/Opptrix (230 stars, last pushed yesterday), licensed Apache-2.0. It adds 56 tokens to every session and 861 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-09-03.