Obsidian notion bridge
Skill ntaffzii/Skill-Agents/skills/obsidian/obsidian-notion-bridge
Personal AI-agent skills, workflows, prompts, and setup guides for local LLMs and MCP-powered assistants.
npx -y skills add ntaffzii/Skill-Agents --skill obsidian-notion-bridgeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Safely bridge Obsidian Markdown notes and Notion pages while preserving source-of-truth, tags, links, page IDs, URLs, and metadata. Use when the user asks to sync, publish, migrate, convert, summarize, or organize knowledge between Obsidian, Notion, local memory, or RAG indexes.
SKILL.md
1.6 KB, as published. Nobody here has run it
Obsidian Notion Bridge
Use this skill when knowledge should move between local notes and Notion.
Source Of Truth
- Prefer Obsidian/local Markdown as source of truth for personal knowledge unless the user says Notion is authoritative.
- Keep Notion updates as draft payloads until explicitly applied.
- Preserve source paths, Notion page IDs, Notion URLs, tags, aliases, and wikilinks.
Workflow
-
Inspect selected scope.
- Read only selected notes/pages first.
- Extract title, tags, wikilinks, frontmatter, URLs, and IDs.
-
Plan mapping.
- Obsidian heading -> Notion page title.
- Obsidian tags -> Notion multi-select/tag property.
- Wikilinks -> text references unless a target page map exists.
- Notion page ID/URL -> Markdown frontmatter.
-
Draft conversion.
- Use bridge tools to create Notion payload plans or Obsidian Markdown plans.
- Use RAG tools to chunk/index notes only after source metadata is preserved.
-
Verify.
- Check frontmatter validity.
- Check links/tags are not silently dropped.
- Call out any lossy conversion.
Safety
- Do not mass rename notes.
- Do not auto-delete old notes/pages.
- Do not auto-sync an entire vault without a reviewed plan.
- Keep private notes private unless the user asks to publish or share.