mapj-confluence-export

Export Confluence pages and spaces to Markdown with YAML front matter.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Mario-pereyra/mapj --skill mapj-confluence-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapj-confluence-export
Source: https://github.com/Mario-pereyra/mapj/tree/main/skills/mapj-confluence-export
Command: npx skills add https://github.com/Mario-pereyra/mapj --skill mapj-confluence-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Confluence exports often lack a consistent Markdown representation with YAML front matter and preserved hierarchy, creating friction for documentation pipelines and LLM-ready context.

Core Features & Use Cases

  • Single-page export to Markdown with YAML front matter, including page metadata
  • Recursive export for pages with descendants or entire spaces, preserving structure
  • Attachment export and organization under a predictable output layout
  • Auto-healing and concurrent exports for high-throughput workflows

Quick Start

Export a single Confluence page to Markdown using the mapj confluence export command.

Frequently Asked Questions about mapj-confluence-export

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

FAQPage Schema
How do I export Confluence pages to Markdown with YAML front matter?

Export Confluence pages to Markdown with YAML front matter by applying the export command to single pages, page trees, or entire spaces, preserving page structure and metadata like author and date.

Can I export an entire Confluence space to Markdown while preserving the page hierarchy?

Yes, you can export entire Confluence spaces to Markdown recursively, preserving the page hierarchy and organizing descendants under a predictable output layout with concurrent processing.

Does Confluence Markdown export support downloading page attachments?

Yes, Confluence Markdown export supports downloading and organizing page attachments under a predictable output layout alongside the exported Markdown files and YAML front matter.

What authentication is needed to export Confluence content to Markdown?

Exporting Confluence content to Markdown requires Bearer PAT authentication for internal servers and Basic Auth for atlassian.net domains, configured before running the concurrent export commands.

Do I need the mapj CLI to export Confluence pages to Markdown?

Yes, exporting Confluence pages to Markdown requires the mapj CLI available at PATH to execute single-page, page tree, or full space exports with auto-healing and concurrent processing.

Why use concurrent exports for Confluence to Markdown conversion?

Concurrent exports accelerate Confluence to Markdown conversion by processing multiple pages simultaneously, enabling high-throughput documentation pipelines with auto-healing for failed requests.