confluence-assistant

confluence-assistant is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 35 tokens per session (4,071 once invoked), scanned A, original, MIT.

A routing skill for Confluence, a team wiki used for shared documentation. It directs requests such as page edits, searches, comments, attachments, permissions, and space management to specialized skills.

In plain words
What is it for?
Use it to handle or route common Confluence page, space, search, comment, attachment, label, and permission requests.
Why use it?
It gives the agent one place to start when a Confluence task could involve several different operations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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

Good fit Use it to handle or route common Confluence page, space, search, comment, attachment, label, and permission requests.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-assistant.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-assistant)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/confluence-assistant"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/confluence-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,071 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 pass 7 Sept 2026
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.00035 $0.04071
Opus 5 $0.00017 $0.02035
Sonnet 5 $0.00007 $0.00814
Haiku 4.5 $0.00003 $0.00407

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

Security

Grade A, and why

confluence-assistant 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.

plugins/agent-toolkit-complete/.github/skills/confluence-assistant/SKILL.md · 443 lines

How it starts

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

Confluence Assistant

The central hub skill that routes Confluence requests to specialized skills.

When to Use This Skill

Use this skill when you need to work with Confluence and are unsure which specific skill to use. This hub will intelligently route your request to the appropriate specialized skill based on keywords in your request.

Note: Trigger keywords are case-insensitive.


Quick Reference

Operation Primary Skill Risk Level
Get/list pages confluence-page -
Create page confluence-page -
Update page confluence-page :warning:
Delete page confluence-page :warning::warning:
Copy/move page confluence-page :warning:
List spaces confluence-space -
Create space confluence-space -
Delete space confluence-space :warning::warning::warning:
Search content confluence-search -
Export search results confluence-search -
Add comment confluence-comment -
Delete comment confluence-comment :warning:
Upload attachment confluence-attachment -
Delete attachment confluence-attachment :warning::warning:
Add label confluence-label -
Remove label confluence-label -
Set permission confluence-permission :warning::warning:
Remove permission confluence-permission :warning::warning:
View analytics confluence-analytics -
Bulk label/move/delete confluence-bulk :warning::warning:
Cache management confluence-ops -
Admin operations confluence-admin :warning::warning:

Risk Levels: - (safe) | :warning: (reversible) | :warning::warning: (destructive) | :warning::warning::warning: (irreversible)


Explicit Routing Rules

Rule 1: Explicit Skill Mention Wins

If the user explicitly names a skill, route directly to it.

  • "Use confluence-search to find pages" → confluence-search
  • "I need confluence-page skill" → confluence-page

Rule 2: Entity Signals

Presence of identifiers suggests specific skills:

  • Page ID (numeric) → likely confluence-page, confluence-comment, confluence-attachment
  • Space key (uppercase) → likely confluence-space, confluence-search
  • CQL queryconfluence-search

Read the full file on GitHub · 443 lines

Files

What ships with it

6 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 · 443 lines · 35 tokens per session scan A 564145980b2f

Subscribe to this mod's changes

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