confluence-page

confluence-page is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 50 tokens per session (3,387 once invoked), scanned A, original, MIT.

A tool for managing Confluence pages and blog posts, including their content and version history. It supports creating, reading, updating, deleting, copying, moving, and restoring content.

In plain words
What is it for?
Use it to create pages from text files, edit or move pages, manage blog posts, copy content between spaces, and restore previous versions.
Why use it?
It lets an agent maintain documentation directly instead of requiring manual edits in Confluence. Version history provides a way to review or restore earlier content.

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 create pages from text files, edit or move pages, manage blog posts, copy content between spaces, and restore previous versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/confluence-page
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-page
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-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-page/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-page)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-page"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-page/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-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-page"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,387 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: 2 findings, 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 218
    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.
  • medium Excessive Agency · line 225
    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.00050 $0.03387
Opus 5 $0.00025 $0.01693
Sonnet 5 $0.00010 $0.00677
Haiku 4.5 $0.00005 $0.00339

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

Security

Grade A, and why

confluence-page 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-page/SKILL.md · 440 lines

How it starts

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

Confluence Page Skill

Manage Confluence pages and blog posts through natural language commands.


⚠️ PRIMARY USE CASE

This is the core skill for all page and blog post operations. Use this skill whenever you need to:

  • Create, read, update, or delete pages
  • Create or manage blog posts
  • Copy or move pages between spaces
  • Access or restore version history

When to Use This Skill

Trigger Example
Page CRUD "Create a page", "Get page 12345", "Update the page", "Delete this page"
Blog posts "Create a blog post", "Get blog 67890"
Copy/Move "Copy page to ARCHIVE", "Move page under parent 12345"
Versions "Show version history", "Restore to version 5"
Content from files "Create page from markdown file", "Update page from content.md"

When NOT to Use This Skill

Operation Use Instead
Search for pages confluence-search
Add comments to pages confluence-comment
Upload attachments confluence-attachment
Add/remove labels confluence-label
Set page restrictions confluence-permission
View page analytics confluence-analytics
Watch/unwatch pages confluence-watch
Navigate page hierarchy confluence-hierarchy

Risk Levels

Operation Risk Notes
Get page - Read-only
Create page - Easily deletable
Update page ⚠️ Creates version history, reversible
Copy page - Creates new page
Move page ⚠️ Can be moved back
Delete page ⚠️⚠️ Goes to trash, recoverable for 30 days
Permanent delete ⚠️⚠️⚠️ IRREVERSIBLE

Overview

This skill handles all CRUD operations for Confluence pages and blog posts, including:

  • Creating new pages and blog posts
  • Reading page content and metadata
  • Updating page content, title, and status
  • Deleting pages (trash or permanent)
  • Copying and moving pages
  • Version history and restoration

Read the full file on GitHub · 440 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 · 440 lines · 50 tokens per session scan A 117b345aaa61

Subscribe to this mod's changes

confluence-page is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 3,387 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

release-governance

Use when preparing, auditing, releasing, PDF-hardening, or rebuttal-hardening academic manuscripts, datasets, artifacts, reviewer packets, or claim registers involving multiple refs, local assets, human labels, agent-assisted drafts, wide tables, figure provenance, submission PDFs, or evidence-boundary checks.

yha9806/academic-writing-toolkit · 64 tokens

export

Convert thesis chapters and reading notes from Markdown to Word (.docx) and package for submission. Use when preparing materials for supervisors or examiners.

yha9806/academic-writing-toolkit · 31 tokens

read

Read PDF page by page with structured output — key arguments, terms glossary, thesis connections. Use when reading academic papers, books, or articles.

yha9806/academic-writing-toolkit · 31 tokens

human-eval-handoff-repair

Use when validating, repairing, or mapping human-evaluation handoff packages, filled annotation CSVs, rebuttal annotation UIs, or reviewer annotation returns across package versions. Applies to checking row alignment, detecting cross-snapshot contamination, converting old labels to current schemas, generating…

yha9806/academic-writing-toolkit · 78 tokens

wechat-article-scraper

A batch tool for downloading WeChat public-account articles from their URLs as Markdown files. It also downloads the articles' images and links them locally.

lililly123789/wechat-article-scraper · 56 tokens

PDF → spreadsheet — extract data into Excel (Local MCP)

Use when the user wants to pull data out of one or more PDFs (invoices, bank/credit-card statements, receipts, reports, tables) and put it into a spreadsheet. pdfread is one of the most-used tools; this codifies the read-PDF → structure → write-Excel workflow. Powered by Local MCP, on-device.

lanchuske/local-mcp-releases · 82 tokens