What problem does it solve? Confluence content is locked behind a web UI, making backups, migrations, and offline access tedious. This Skill searches Confluence through its REST API and exports pages, subtrees, spaces, or entire organisations as local Markdown files using the cme tool. ## Core Features & Use Cases - Credential-safe search: A bundled Python helper runs CQL content searches using the credentials stored by cme, returning page IDs, titles, spaces, and URLs as JSON without ever printing tokens. - Scoped exports: Export a single page, a page with descendants, a whole space, or an entire organisation, with explicit confirmation required for broader scopes. - Obsidian staging: Stage exports under a vault's inbox/confluence folder with frontmatter metadata, relative links, and page properties formatted for wiki ingestion. - Use Case: You need a local mirror of your team's engineering space before a platform migration. Search for the space, confirm the destination, and export it as Markdown with attachments, then review the summary of exported, unchanged, and failed pages. ## Quick Start Use the confluence-export skill to find the page about integration guidelines and export it with its descendants as Markdown.