From mk
Manages Confluence collaboration surface: add/list/update/delete comments, attachments, labels, and watchers on a single page. Prefers footer comments over inline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mk:confluence-collaborateWhen to use
Use to add/list/update/delete comments, attachments, labels, or watchers on a single Confluence page. NOT for page field updates (use mk:confluence-page).
confluence-collaborateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Forks to the `confluence-collaborate` agent. The agent prefers footer comments over inline; asks before posting an inline comment.
Forks to the confluence-collaborate agent. The agent prefers footer comments over inline; asks before posting an inline comment.
../../agents/confluence-collaborate.md../confluence/references/{install-and-auth,cli-idioms,safety-framework}.mdreferences/comment-formats.md — inline vs footer, markdown vs storage formatreferences/attachment-conventions.md — file size limits, allowed types, download pathsmk:confluence-page (page CRUD; create-with-attachment), mk:confluence-bulk (bulk-label across 10+ pages), mk:confluence-spec-analyst (downloads attachments for image analysis)validate_file_path in confluence-as rejects .. traversal but delegates to opaque assistant-skills-lib. Don't trust delegation alone — the agent independently validates upload paths at the agent boundary too. [from research]mk:confluence-bulk, NOT this skill. Single-page label add/remove only here.npx claudepluginhub ngocsangyem/meowkit --plugin mkRead, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
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'.
Reads, searches, creates, and updates Confluence pages via a bundled CLI that calls the REST API directly. Includes content summaries and write confirmation gates.