agentsclimarketplace

Obsidian notion bridge

Skill ntaffzii/Skill-Agents/skills/obsidian/obsidian-notion-bridge

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.From its SKILL.md

Install
npx -y skills add ntaffzii/Skill-Agents --skill obsidian-notion-bridge

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

SKILL.md

1.6 KB, 294 tokens by cl100k_base, 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

  1. Inspect selected scope.

    • Read only selected notes/pages first.
    • Extract title, tags, wikilinks, frontmatter, URLs, and IDs.
  2. 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.
  3. 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.
  4. 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.