confluence-to-md
Installation
SKILL.md
Confluence to Markdown
Pull Confluence pages into the local repo as clean markdown. The bundled script handles all the messy Confluence storage format edge cases (user mentions, complex tables, images, status badges) so you don't have to. Zero LLM tokens spent on the actual conversion.
Quick start
# Single page
python3 .claude/skills/confluence-to-md/scripts/confluence-to-md.py <page_id> <output_path>
# Batch (write a Python loop - don't run CLI commands one by one)
python3 scripts/batch-convert.py
The script auto-loads credentials from .env at the project root.