From mk
Executes bulk Confluence operations (label, move, delete) on 10+ pages using confluence-as wrapper. Enforces mandatory dry-run before execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mk:confluence-bulkWhen to use
Use for any operation touching 10+ Confluence pages at once. Dry-run is MANDATORY first. NOT for single-page ops (use mk:confluence-page).
confluence-bulkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Forks to the `confluence-bulk` agent. The agent enforces a hard 3-step ceremony at runtime — dry-run → confirm → execute.
Forks to the confluence-bulk agent. The agent enforces a hard 3-step ceremony at runtime — dry-run → confirm → execute.
Step 1: invocation + --dry-run
Step 2: agent shows would_* JSON keys + impacted-count + first 5 affected page titles
Step 3: explicit user "yes" + typed confirmation token (e.g. "DELETE 47 PAGES")
→ re-invoke without --dry-run
Skipping Step 1 is a hard violation. The agent will refuse if asked to skip.
../../agents/confluence-bulk.md../confluence/references/{install-and-auth,cli-idioms,safety-framework}.md (Tier 4 enforcement lives in safety-framework.md)references/safety-checklist.md — pre-flight checklist for any bulk operationreferences/dry-run-protocol.md — the 3-step ceremony in detail with example transcriptsmk:confluence-search (CQL author + read-side overlap; same sanitizer), mk:confluence-page (single-page ops), mk:confluence-collaborate (comments / attachments at single-page scope)--max-pages cap is 100. Higher values require explicit override + extra confirmation. confluence-as may impose its own server-side limit (~200 typical).bulk delete is soft-delete to trash — restore requires going through the Confluence UI manually. There is no --restore-from-trash op verified in v1.id NOT IN (<completed>).bulk restore is intentionally absent from v1 — confluence-as does not expose it as a single subcommand. v2 may add it via per-page orchestration.npx claudepluginhub ngocsangyem/meowkit --plugin mkCreates, 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'.
Automates Confluence page creation, content search, space management, labels, and hierarchy navigation using Composio's Confluence toolkit via Rube MCP.
Automates Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio).