What problem does it solve? Confluence pages are locked behind a web UI with HTML storage format, macros, and metadata noise, making it hard to use that content locally for documentation, analysis, or AI workflows. This Skill pulls pages via the Confluence REST API or MCP and saves them as readable Markdown files on disk. ## Core Features & Use Cases - Three fetch modes: download a single page by URL or page ID, export an entire space in batches of 5, or run a keyword search and pick which results to save. - Clean conversion: strips Confluence macros, breadcrumbs, author footers, and HTML attributes while keeping headings, tables, code blocks, and task lists intact. - Scriptable automation: a Python CLI script handles bulk exports with credentials from environment variables or a .env file. - Use Case: You need your team's product specs from a Confluence space available as local Markdown for an AI assistant to reference. Run the space mode to export all pages into a folder, batched and confirmed as it goes. ## Quick Start Ask the assistant to fetch a Confluence page from a pasted URL and save it as a Markdown file in the current directory.