From mk
Creates, reads, updates, deletes single Confluence pages/blog posts, and inspects page hierarchy. Invoke by triggers like 'create page in SPACE' or 'show me page 12345'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mk:confluence-pageWhen to use
Use to create / read / update / delete a single Confluence page or blog post, or to inspect page hierarchy. NOT for bulk page ops (use mk:confluence-bulk); NOT for comments/attachments/labels (use mk:confluence-collaborate).
confluence-pageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Forks to the `confluence-page` agent (system prompt at `.claude/agents/confluence-page.md`). The skill body is the task brief — the host runtime injects this content into the forked agent.
Forks to the confluence-page agent (system prompt at .claude/agents/confluence-page.md). The skill body is the task brief — the host runtime injects this content into the forked agent.
../../agents/confluence-page.md../confluence/references/{install-and-auth,cli-idioms,safety-framework}.mdreferences/page-templates.md — RFC / Runbook / Decision Record skeletonsreferences/field-formats.md — storage / view / export_view / ADF distinctionsreferences/version-restore-guide.md — version operations + restore semanticsmk:confluence-search (CQL search + space list), mk:confluence-collaborate (comments / attachments / labels), mk:confluence-bulk (10+ pages), mk:confluence-spec-analyst (spec analysis)confluence-as output — always go through the wrapper. [from research]confluence-as retry allowed_methods. Create ops on flaky networks may produce duplicate pages. Before retrying a failed page create, list pages with the same title in the target space first. [from research]panel, expand, mention, emoji, media, decision, task-list nodes. Re-saving a page with these macros via update may flatten them. See references/field-formats.md Round-Trip Caveats. [from research]confluence-as is regex-based. Malformed or deeply nested storage format may fail silently. Prefer markdown via --content for fresh page bodies. [from research]version restore creates a NEW version on top of head — it is not in-place rollback. See references/version-restore-guide.md. [from research]npx claudepluginhub ngocsangyem/meowkit --plugin mkSearches and manages Confluence pages and spaces via confluence-cli: read, create, update, export pages, list spaces, and navigate page hierarchies.
Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Reads, searches, creates, and updates Confluence pages via a bundled CLI that calls the REST API directly. Includes content summaries and write confirmation gates.