confluence-bulk

confluence-bulk is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 51 tokens per session (2,654 once invoked), scanned A, original, MIT.

A skill for changing many Confluence pages at once. Confluence is a team wiki for storing and organizing shared documentation.

In plain words
What is it for?
Use it to update, move, label, restrict, or delete groups of Confluence pages and handle partial failures.
Why use it?
It avoids repeating the same update, move, label, or access change page by page, while offering a preview for bulk deletions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it to update, move, label, restrict, or delete groups of Confluence pages and handle partial failures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/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 ulises-jeremias/agent-toolkit --skill confluence-bulk
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

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 confluence-bulk

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-bulk/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-bulk)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-bulk"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-bulk/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for confluence-bulk

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-bulk"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-bulk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,654 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 141
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00051 $0.02654
Opus 5 $0.00026 $0.01327
Sonnet 5 $0.00010 $0.00531
Haiku 4.5 $0.00005 $0.00265

Measured 5d ago against content hash 0f0f650c6d54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

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 5d 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.

plugins/agent-toolkit-complete/.github/skills/confluence-bulk/SKILL.md · 283 lines

How it starts

The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Confluence Bulk Skill

Bulk operations for Confluence content management at scale - updates, moves, deletions, labels, and read restrictions.


⚠️ PRIMARY USE CASE

This skill performs bulk operations on multiple pages. Use for:

  • Updating multiple pages simultaneously
  • Bulk labeling/unlabeling content
  • Moving many pages between spaces
  • Bulk read-restriction changes (page view access)
  • Mass deletion with dry-run preview

When to Use / When NOT to Use

Use This Skill Use Instead
Update 10+ pages -
Bulk label operations -
Move pages between spaces -
Bulk delete with preview -
Single page operations confluence-page
Search for pages confluence-search
Single label add/remove confluence-label

Risk Levels

Operation Risk Notes
Bulk label add ⚠️ Can be undone
Bulk label remove ⚠️ Can be undone
Bulk update ⚠️⚠️ Modifies content
Bulk move ⚠️⚠️ Changes hierarchy
Bulk permission (read restrictions) ⚠️⚠️ Can lock out users not on the restriction list
Bulk delete ⚠️⚠️⚠️ DESTRUCTIVE - pages go to trash (restorable ~30 days, manually per page); use dry-run first

Always use --dry-run for destructive operations!


When to Use This Skill

Use this skill when you need to:

  • Update multiple pages with the same change
  • Add or remove labels from many pages at once
  • Move pages between spaces or under different parents
  • Delete multiple pages with preview capability
  • Manage read restrictions on many pages simultaneously
  • Execute operations with dry-run preview before making changes
  • Handle partial failures gracefully with progress tracking

Scale guidance:

  • 5-10 pages: Run directly, no special options needed
  • 50-100 pages: Use --dry-run first, then execute
  • 500+ pages: Consider off-peak hours; use --batch-size for label add operations

Read the full file on GitHub · 283 lines

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. 5d ago First seen · 283 lines · 51 tokens per session scan A 0f0f650c6d54

Subscribe to this mod's changes

confluence-bulk is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 2,654 once invoked, about $0.0003 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-04.

Related

Other skills, from other repositories

iblai-api-agent-support

Manage an ibl.ai agent's human-support tickets via the platform API — list and filter the tickets users raised with an agent (by agent, requester, status, session), read a ticket's conversation thread, reply as the support team, change ticket status, and close or delete tickets. Use when triaging or responding to…

iblai/api · 79 tokens

github-navigator

GitHub operations via gh CLI. CRITICAL: Use instead of WebFetch for any github.com URL or GitHub repo path like owner/repo. Use when the user asks to inspect repositories, files, issues, pull requests, releases, Actions runs, or repository structure. Use when the user says 'show README', 'list issues', 'check PR'…

arvindand/agent-skills · 107 tokens

breaking-down-work

Decomposes a goal, feature, epic, or deliverable into a structured task tree (tasks, subtasks, checklists) with dependencies in Astravue. Use when the user wants to break down, decompose, or plan out work, turn an epic or feature into tasks, "split this into tasks", scope a deliverable, or build a work breakdown…

AstravueOrg/astravue-mcp-server · 81 tokens

capturing-meeting-actions

Extracts action items from meeting notes, transcripts, or a brain dump and creates them as owned, dated tasks in Astravue. Use when the user pastes meeting notes or a transcript, asks to turn notes or standup discussion into tasks, capture action items, or "make tasks out of this".

AstravueOrg/astravue-mcp-server · 68 tokens

mapping-dependencies

Maps task dependencies in an Astravue project, finds the critical path and blocked work, and detects circular dependencies before any rescheduling. Use when the user asks about dependencies, blockers, what's blocking what, the critical path, or wants to understand or fix the sequencing of a project.

AstravueOrg/astravue-mcp-server · 61 tokens

triaging-overdue-work

Reviews overdue and at-risk tasks in Astravue, assesses why each is slipping, and proposes reschedule, reassign, deprioritize, or close actions before applying them. Use when the user asks what's overdue, behind schedule, slipping, or at risk, wants to catch up on a project, or clean up late work.

AstravueOrg/astravue-mcp-server · 73 tokens