Export one or more Confluence pages by URL. Usage: /confluence-export-kit:export-page <page-url> [<page-url2> ...] [--output-path <path>]
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Export one or more Confluence pages by URL with `cme pages`.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Export one or more Confluence pages by URL with cme pages.
Single page:
/confluence-export-kit:export-page <page-url>
Multiple pages:
/confluence-export-kit:export-page <page-url> <page-url2> ...
Optional output override:
/confluence-export-kit:export-page <page-url> [<page-url2> ...] --output-path <path>
http:// or https:// are treated as page URLs.--output-path <path> to override the export output directory for this run only.scheme://netloc). Mixed-site exports are not supported.pipx, and cme are usable.auth.confluence entry with both username and api_token exists for that site./confluence-export-kit:set-api-key <api-key> <email>
cme pages <url1> [url2 ...] with all supplied URLs in a single call.--output-path was supplied, apply it only for this export via environment override. Do not persistently rewrite the user's cme config.--skip-unchanged / --no-skip-unchanged — skips pages whose version matches the lockfile (incremental export). Default: on.--cleanup-stale / --no-cleanup-stale — removes local files for pages deleted or moved in Confluence. Default: on.--jira-enrichment fetches Jira issue summaries and includes them in the exported Markdown.--dry-run validates auth and config without running the export; prints "skipped" and returns.Before running any script, verify Python is installed:
python3 --version
If this fails, stop and tell the user:
Python is not installed. Install Python 3.10+ before continuing:
- macOS:
brew install pythonor download from https://www.python.org/downloads/- Windows: Download from https://www.python.org/downloads/ (check "Add to PATH" during install)
- Linux:
sudo apt install python3(Debian/Ubuntu) orsudo dnf install python3(Fedora)
Do not proceed to Step 2 until Python is available.
If no page URL argument was provided, stop and tell the user to run:
/confluence-export-kit:export-page <page-url> [<page-url2> ...] [--output-path <path>]
Otherwise run the helper script in this skill directory:
python3 "${CLAUDE_SKILL_DIR}/scripts/export_page.py" "<url1>" ["<url2>" ...] [--output-path "<path>"]
After the script finishes: