confluence

confluence is a skill for Claude Code, Codex from Arvo-AI/aurora. It costs 23 tokens per session (825 once invoked), scanned A, original, Apache-2.0.

A Confluence connection for finding internal runbooks, past incident reports, postmortems, and operating procedures. Confluence is a shared workspace where teams store documentation.

In plain words
What is it for?
Use it during root-cause analysis, which means finding why an incident happened, to search for similar incidents, service runbooks, and specific operating instructions.
Why use it?
It gives investigations access to documented diagnostic steps and earlier fixes before deeper infrastructure or CI/CD checks begin. This can reveal when a problem has happened before.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/arvo-ai/aurora/confluence
Any agent
npx skills add Arvo-AI/aurora --skill confluence
Clone the repo
git clone --depth 1 https://github.com/Arvo-AI/aurora

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/confluence.svg)](https://agentmods.dev/skills/arvo-ai/aurora/confluence)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/confluence"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/confluence.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.00825
Opus 5 $0.00012 $0.00413
Sonnet 5 $0.00005 $0.00165
Haiku 4.5 $0.00002 $0.00082

Measured 5d ago against content hash 595046b5a70f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

server/chat/backend/agent/skills/integrations/confluence/SKILL.md · 77 lines

How it starts

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

Confluence Integration

Overview

Confluence integration for searching runbooks, past incidents, and operational procedures during Root Cause Analysis. Confluence is a mandatory first step in any RCA investigation -- search here BEFORE infrastructure or CI/CD tools.

A runbook may give you the exact diagnostic steps. A past postmortem may reveal this is a recurring issue with a known fix.

Instructions

MANDATORY FIRST STEP -- RUNBOOKS & PAST INCIDENTS

You MUST call Confluence tools BEFORE any infrastructure or CI/CD investigation. Search Confluence for runbooks and prior postmortems BEFORE deep-diving into infrastructure.

Tools

  • confluence_search_similar(keywords=['error keywords'], service_name='SERVICE') -- Search Confluence for pages related to an incident (postmortems, RCA docs). Pass keywords, optional service_name and error_message. Returns matching pages with excerpts.
  • confluence_search_runbooks(service_name='SERVICE') -- Search Confluence for runbooks / playbooks / SOPs for a given service. Pass service_name and optional operation (e.g. 'restart', 'failover').
  • confluence_fetch_page(page_id='12345') -- Fetch a Confluence page by ID and return its content as markdown. Use after search to read full page details.
  • confluence_runbook_parse(page_url='https://...') -- Fetch and parse a Confluence runbook into markdown and steps for LLM use.

RCA Investigation Flow

Step 1 -- Search for past incidents with similar symptoms

confluence_search_similar(keywords=['error keywords'], service_name='SERVICE') -- Find postmortems / past incidents

Step 2 -- Search for runbooks and SOPs

confluence_search_runbooks(service_name='SERVICE') -- Find runbooks / SOPs / playbooks

Step 3 -- Read full page content for promising results

confluence_fetch_page(page_id='ID') -- Read full page content as markdown

Step 4 -- Parse runbooks into actionable steps

confluence_runbook_parse(page_url='URL') -- Parse a runbook into structured steps

Read the full file on GitHub · 77 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 · 77 lines · 23 tokens per session scan A 595046b5a70f

Subscribe to this mod's changes

confluence is a skill published in the GitHub repository Arvo-AI/aurora (404 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 825 once invoked, about $0.0001 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-08-30.

Related

Other skills, from other repositories