confluence-reader

Read Confluence pages recursively and output a structured Markdown digest.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/minhquan2904/vibe-check-scam --skill confluence-reader-minhquan2904
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: confluence-reader
Source: https://github.com/minhquan2904/vibe-check-scam/tree/main/.agent/skills/confluence-reader
Command: npx skills add https://github.com/minhquan2904/vibe-check-scam --skill confluence-reader-minhquan2904

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads Confluence pages recursively, detects parent/child hierarchy, discovers linked pages, and ingests all related content into a single structured output.

Core Features & Use Cases

  • Recursive page traversal: identify parents and traverse all children up to a configurable depth.
  • Link discovery: scan page content for cross-referenced Confluence pages and ingest them as linked content.
  • Structured output: consolidate root, children, and linked pages into a unified Markdown report suitable for downstream workflows.
  • Use Case: prepare a complete Confluence snapshot for knowledge transfers or migration validation.

Quick Start

Provide a Confluence URL or page ID to fetch the root page, recursively read children, capture cross-referenced links, and return a single structured markdown digest.

Frequently Asked Questions about confluence-reader

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

FAQPage Schema
How do I read Confluence pages recursively and consolidate them into a single markdown report?▼

Reading Confluence pages recursively involves fetching a root page, traversing its child hierarchy up to a configurable depth, and consolidating all discovered content into a single structured markdown digest for downstream use.

What is the best way to capture cross-referenced Confluence pages during a knowledge migration?▼

The best way to capture cross-referenced Confluence pages for migration validation is to scan page content for links, recursively ingest them, and track visited pages to avoid loops while building a unified markdown digest.

Can I use Confluence MCP tools to extract page hierarchies for auditing?▼

Yes, you can use Confluence MCP tools to extract page hierarchies for auditing by fetching pages with include_metadata=true and convert_to_markdown=true, identifying parent and child relationships while aggregating content into a structured digest.

Does recursive Confluence content ingestion prevent infinite loops when discovering linked pages?▼

Yes, recursive Confluence content ingestion prevents infinite loops by tracking visited pages during traversal, ensuring that parent, child, and cross-referenced pages are safely consolidated into a unified markdown report without duplication.

Are there limitations when traversing deep Confluence page hierarchies for knowledge consolidation?▼

Traversing deep Confluence page hierarchies for knowledge consolidation is limited by a configurable depth setting, meaning extremely deep structures may require multiple passes even though the Skill captures parents, children, and cross-referenced links into a single markdown blob.