What problem does it solve? Authenticated Confluence Cloud pages cannot be captured by ordinary web clippers because anonymous fetches hit the Atlassian login wall and read as thin content. This Skill routes Confluence pages through the installed confluencer plugin's page.mjs script and stores the result as a standard, deduplicated Markdown clipping in the wiki vault. ## Core Features & Use Cases - Authenticated Confluence capture: Accepts canonical URLs, tiny links, legacy viewpage URLs, or bare page IDs, and stores the Markdown returned by page.mjs with standard clipping frontmatter (source, quality, source-hash). - Graceful degradation: A --doctor preflight locates the confluencer plugin across install paths or a WIKI_MASTER_CONFLUENCER_SCRIPTS override, and reports confluencer-missing cleanly instead of failing with raw errors. - Dedup and decline tracking: Skips already-clipped pages, records declines for thin parent/index pages, and supports --topic tagging so research-run clips group together in triage. - Use Case: During a research sweep over a compliance space, clip dozens of requirement and traceability pages into raw/clippings/ with a shared topic, then hand them to wiki-ingest for summarization and cross-referencing. ## Quick Start Ask the agent to clip a Confluence page into the wiki by providing its URL or page ID, for example: clip this Confluence page https://yoursite.atlassian.net/wiki/spaces/ENG/pages/123456 into the wiki with high quality and topic "q3-compliance-review".