mk:confluence-bulk

mk:confluence-bulk is a skill for Claude Code from ngocsangyem/MeowKit. It costs 99 tokens per session (749 once invoked), scanned A, original, MIT.

A tool for changing, moving, or deleting ten or more Confluence pages at once. Confluence is a shared workspace for team documentation, and a dry run previews the affected pages before anything changes.

In plain words
What is it for?
Use it to apply labels, move pages, or delete pages selected by a Confluence search query.
Why use it?
It reduces repetitive single-page work while adding a confirmation step for risky bulk actions. The dry-run, confirmation, and execution stages help prevent accidental mass changes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: agent in frontmatter.

Good fit Use it to apply labels, move pages, or delete pages selected by a Confluence search query.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/confluence-bulk
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ngocsangyem/MeowKit --skill confluence-bulk
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mk:confluence-bulk

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence-bulk.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/confluence-bulk)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/confluence-bulk"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence-bulk.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.00749
Opus 5 $0.00049 $0.00375
Sonnet 5 $0.00020 $0.00150
Haiku 4.5 $0.00010 $0.00075

Measured 4d ago against content hash 2117458a2c72, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mk:confluence-bulk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/confluence-bulk/SKILL.md · 65 lines

What it actually says

mk:confluence-bulk

Forks to the confluence-bulk agent. The agent enforces a hard 3-step ceremony at runtime — dry-run → confirm → execute.

Dry-Run Workflow (MANDATORY)

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.

Triggers

  • "bulk update N pages"
  • "mass label"
  • "delete every page matching CQL"
  • "bulk-move pages from SPACE-A to SPACE-B"
  • "bulk-label every page in space ENG with 'archive'"

See also

  • Agent: ../../agents/confluence-bulk.md
  • Shared: ../confluence/references/{install-and-auth,cli-idioms,safety-framework}.md (Tier 4 enforcement lives in safety-framework.md)
  • Domain refs:
    • references/safety-checklist.md — pre-flight checklist for any bulk operation
    • references/dry-run-protocol.md — the 3-step ceremony in detail with example transcripts
  • Peer leaves: mk:confluence-search (CQL author + read-side overlap; same sanitizer), mk:confluence-page (single-page ops), mk:confluence-collaborate (comments / attachments at single-page scope)

Gotchas

  • Default --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.
  • Bulk ops are NOT transactional. Partial-failure (rate limit / per-page permission error) leaves the partial-progress count visible; remediation is re-run with 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.
  • Grow this list as new edge cases surface.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 65 lines · 99 tokens per session scan A 2117458a2c72

Subscribe to this mod's changes

mk:confluence-bulk is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 749 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.