sync-notion

sync-notion is a skill for Claude Code from DavidROliverBA/ArchitectKB. It costs 0 tokens per session (593 once invoked), scanned A, original, MIT.

A sync tool that copies meeting notes from a Notion database into Obsidian, a note-taking app, and standardizes the resulting files.

In plain words
What is it for?
Use it to import new or changed meetings, preview changes before applying them, and place meeting files in a consistent folder and filename format.
Why use it?
It avoids copying meetings by hand and helps keep notes organized after the import.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter. Also seen: mentions subagents.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/notion_sync.py.

Good fit Use it to import new or changed meetings, preview changes before applying them, and place meeting files in a consistent folder and filename format.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/DavidROliverBA/ArchitectKB
agentmods
npx agentmods add skills/davidroliverba/architectkb/sync-notion

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 sync-notion

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/davidroliverba/architectkb/sync-notion"><img src="https://agentmods.dev/badge/skills/davidroliverba/architectkb/sync-notion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 593 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.
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.00000 $0.00593
Opus 5 $0.00000 $0.00296
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00059

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

Security

Grade A, and why

sync-notion 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.

.claude/skills/sync-notion/SKILL.md · 116 lines

How it starts

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

/sync-notion

Sync meetings from Notion database to Obsidian.

Usage

/sync-notion
/sync-notion --since 2025-01-01
/sync-notion --dry-run

Instructions

Prerequisites

  • Notion token must be available (check environment or ask user)
  • Script exists at scripts/notion_sync.py

Phase 1: Planning

  1. Check if sync script exists
  2. Determine sync scope:
    • Default: all new/modified since last sync
    • --since: from specific date
    • --dry-run: preview only, no changes

Phase 2: Execute Sync

  1. Run the sync script:

    python3 scripts/notion_sync.py
    
  2. If script doesn't exist or fails, offer to:

    • Check Notion token
    • Recreate the script
    • Manual sync instructions

Phase 3: Post-Sync Processing (use sub-agents)

Launch sub-agents using model: "haiku" for efficiency:

Agent 1: Identify New Files (Haiku)

  • Compare before/after file list
  • Identify newly created meeting files
  • Return: list of new files

Agent 2: Standardize Names (Haiku)

  • Run standardization on new files in +Meetings/
  • Ensure Meeting - YYYY-MM-DD Title.md format
  • Move files to +Meetings/ folder if not already there
  • Return: renamed files

Agent 3: Fix Project Links (Haiku)

  • Check new files for project references
  • Ensure links use actual project names
  • Return: fixed links

Agent 4: Update MOC (Haiku)

  • Add new meetings to MOC - Meetings MOC if needed
  • Return: MOC updates

Phase 4: Report

# Notion Sync Report

**Synced**: {{DATE}}
**Database**: Work - Meeting Minutes & Notes

## Summary

- New meetings imported: {{count}}
- Updated meetings: {{count}}
- Skipped (no changes): {{count}}
- Errors: {{count}}

## New Meetings

| Date | Title | Project |
|------|-------|---------|
{{new meeting list}}

## Updated Meetings

{{list of updated meetings}}

## Project Links Fixed

| Meeting | Project |
|---------|---------|
{{project link fixes}}

## Errors

{{any errors encountered}}

## Next Steps

- Review new meetings for accuracy
- Add attendees where missing
- Link to relevant projects

Read the full file on GitHub · 116 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 · 116 lines · 0 tokens per session scan A e30b28f48161

Subscribe to this mod's changes

sync-notion is a skill published in the GitHub repository DavidROliverBA/ArchitectKB (52 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 593 tokens. 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