notion-meeting-intelligence

notion-meeting-intelligence is a skill for Codex from seaworld008/Commonly-used-high-value-skills. It costs 19 tokens per session (1,322 once invoked), scanned A, original, MIT.

A meeting-preparation workflow that gathers related information from Notion and turns it into agendas, briefing notes, or pre-reads.

In plain words
What is it for?
Use it to prepare agendas, attendee context, decision memos, and lists of blockers or questions before a meeting.
Why use it?
It prevents meetings from starting without the relevant background, open questions, or decisions clearly collected.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to prepare agendas, attendee context, decision memos, and lists of blockers or questions before a meeting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence
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 seaworld008/Commonly-used-high-value-skills --skill notion-meeting-intelligence
Clone the repo
git clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skills

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 notion-meeting-intelligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence/github.svg)](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence)
Your own site
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence/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 notion-meeting-intelligence

Your own site · 80×15
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-meeting-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,322 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.00019 $0.01322
Opus 5 $0.00010 $0.00661
Sonnet 5 $0.00004 $0.00264
Haiku 4.5 $0.00002 $0.00132

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

Security

Grade A, and why

notion-meeting-intelligence 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 9d 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.

openclaw-skills/notion-meeting-intelligence/SKILL.md · 137 lines

How it starts

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

Meeting Intelligence

Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research.

When to Use

Use this skill when the user needs to:

  • prepare an agenda before a meeting
  • gather previous context from Notion for attendees
  • draft a pre-read, briefing, or decision memo for a meeting
  • consolidate open questions, blockers, and decision points into one page

Use a different skill when:

  • the meeting already happened and you need to capture outcomes into knowledge pages → use notion-knowledge-capture
  • the primary task is deep research documentation instead of meeting prep → use notion-research-documentation

Quick start

  1. Confirm meeting goal, attendees, date/time, and decisions needed.
  2. Gather context: search with Notion:notion-search, then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions).
  3. Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming).
  4. Draft agenda/pre-read in Notion with Notion:notion-create-pages, embedding source links and owner/timeboxes.
  5. Enrich with Codex research (industry insights, benchmarks, risks) and update the page with Notion:notion-update-page as plans change.

Usage

Typical output should include:

  • objective and desired decisions
  • attendee-aware agenda with timeboxes
  • linked source pages
  • explicit prep asks
  • risks, open questions, and owners

Minimal create flow:

search relevant meeting context
-> fetch prior notes/specs
-> choose template
-> create or update the prep page
-> link follow-up tasks

Workflow

0) If any MCP call fails because Notion MCP is not connected, pause and set it up:

  1. Add the Notion MCP:
    • codex mcp add notion --url https://mcp.notion.com/mcp
  2. Enable remote MCP client:
    • Set [features].rmcp_client = true in config.toml or run codex --enable rmcp_client
  3. Log in with OAuth:
    • codex mcp login notion

After successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.

Read the full file on GitHub · 137 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. 9d ago First seen · 137 lines · 19 tokens per session scan A 4d53b6c34f42

Subscribe to this mod's changes

notion-meeting-intelligence is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 5d ago), licensed MIT. It adds 19 tokens to every session and 1,322 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.