obsidian-confluence

Classify Confluence pages into Obsidian folders and refresh the LLM wiki.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jeehoon0310/claude-code-config --skill obsidian-confluence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-confluence
Source: https://github.com/jeehoon0310/claude-code-config/tree/main/project/skills/obsidian-confluence
Command: npx skills add https://github.com/jeehoon0310/claude-code-config --skill obsidian-confluence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Confluence content is often siloed by space and project, making it difficult to organize, surface, and keep a centralized Obsidian vault and wiki in sync.

Core Features & Use Cases

  • Automatically classify Confluence pages by space and project and store them under corresponding Obsidian folders.
  • Generate concise summaries, include links and metadata, and refresh the LLM-powered wiki to reflect latest decisions.
  • Use case: a team maintains a single source of truth by mirroring Confluence content in Obsidian and keeping the wiki aligned with current context.

Quick Start

Run the trigger to scan Confluence and synchronize pages into Obsidian, then update the wiki accordingly.

Frequently Asked Questions about obsidian-confluence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Confluence pages to Obsidian automatically?

It automatically classifies Confluence pages by space and project, saves them into corresponding Obsidian folders, and updates the LLM Wiki to provide a single source of truth for current decisions.

What do I need to mirror Confluence content in an Obsidian vault?

You need Atlassian MCP connectivity for Confluence access and a local Obsidian-compatible folder structure. The Skill uses MCP search and page retrieval to fetch content and applies a confluence_id based deduping strategy to manage files.

Can I organize Confluence spaces by project in Obsidian?

Yes, the Skill automatically classifies Confluence pages across spaces by project and saves them into corresponding Obsidian folders, generating summaries, links, and properties for organized access.

How does Confluence to Obsidian synchronization handle duplicate pages?

It uses a confluence_id based deduping strategy during page retrieval to ensure each Confluence page is uniquely stored in Obsidian, preventing duplicate content across spaces.

Does syncing Confluence to Obsidian also update the LLM wiki?

Yes, after classifying Confluence pages into Obsidian folders and generating summaries, the Skill automatically updates the LLM Wiki to reflect the latest decisions and project context.