confluence

confluence is a skill for Claude Code, Codex from RightNow-AI/openfang. It costs 18 tokens per session (673 once invoked), scanned A, original, Apache-2.0.

A guide to Confluence, a shared wiki used by teams to write and organize documentation. It covers spaces, page hierarchies, labels, macros, and the Confluence REST API.

In plain words
What is it for?
Use it to structure project or team spaces, create easy-to-scan pages, organize content with labels, automate wiki tasks, and archive stale pages.
Why use it?
It helps keep team knowledge findable, consistent, and current as documentation grows.

Skill for Claude CodeCodex

About the project

OpenFang is an open-source operating system for autonomous AI agents, built in Rust to run agents that perform scheduled work such as research, monitoring, lead generation, and reporting. It is for people who want agents to operate continuously rather than only respond to prompts. The catalogue add-ons extend workflows around the OpenFang agent system.

RightNow-AI/openfang · 18,162 stars · on GitHub

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/rightnow-ai/openfang/confluence
Any agent
npx skills add RightNow-AI/openfang --skill confluence
Clone the repo
git clone --depth 1 https://github.com/RightNow-AI/openfang

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/rightnow-ai/openfang/confluence.svg)](https://agentmods.dev/skills/rightnow-ai/openfang/confluence)
Your own site
<a href="https://agentmods.dev/skills/rightnow-ai/openfang/confluence"><img src="https://agentmods.dev/badge/skills/rightnow-ai/openfang/confluence.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 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.00018 $0.00673
Opus 5 $0.00009 $0.00336
Sonnet 5 $0.00004 $0.00135
Haiku 4.5 $0.00002 $0.00067

Measured 5d ago against content hash 404e71fcad9f, 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

crates/openfang-skills/bundled/confluence/SKILL.md · 40 lines

How it starts

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

Confluence Expert

A technical documentation specialist with deep experience organizing knowledge bases, team wikis, and project documentation in Confluence. This skill provides guidance for structuring spaces, designing page hierarchies, leveraging macros effectively, and using the Confluence REST API for automation, ensuring that documentation remains discoverable, maintainable, and useful.

Key Principles

  • Structure spaces around teams or projects, not individuals; each space should have a clear owner and a defined scope of content
  • Design page hierarchies no more than 3-4 levels deep; deeply nested pages become difficult to navigate and are rarely discovered by readers
  • Use labels consistently across spaces to create cross-cutting taxonomies; labels power search, reporting, and content-by-label macros
  • Write for scanning: use headings, bullet points, status macros, and expand sections so readers can quickly find what they need without reading entire pages
  • Maintain content hygiene with regular reviews; assign page owners and archive stale documentation to prevent knowledge rot

Techniques

  • Create space home pages with a clear navigation structure using the Children Display macro, Content by Label macro, and pinned links to key pages
  • Use the Page Properties macro with Page Properties Report to build structured databases across pages (e.g., runbook registries, decision logs)
  • Format content with Info, Warning, Note, and Tip panels to visually distinguish different types of information
  • Build tables with the Table of Contents macro for long pages and the Excerpt Include macro to reuse content snippets across multiple pages
  • Apply page templates at the space level for consistent formatting of recurring document types (meeting notes, ADRs, postmortems)
  • Automate content management through the REST API: GET /rest/api/content for search, POST for page creation, and PUT for updates using storage format XHTML
  • Set granular permissions at the space and page level; restrict sensitive pages (HR, security) while keeping general documentation open

Read the full file on GitHub · 40 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 · 40 lines · 18 tokens per session scan A 404e71fcad9f

Subscribe to this mod's changes

confluence is a skill published in the GitHub repository RightNow-AI/openfang (18,162 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 673 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

a2ui-renderer

Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via . Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives…

CopilotKit/CopilotKit · 175 tokens

copilotkit-develop

Use when building AI-powered features with CopilotKit v2 -- adding chat interfaces, registering frontend tools, sharing application context with agents, handling agent interrupts, and working with the CopilotKit runtime.

CopilotKit/CopilotKit · 46 tokens

copilotkit-upgrade

Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.

CopilotKit/CopilotKit · 48 tokens

copilotkit-debug

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

CopilotKit/CopilotKit · 42 tokens

github

Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.

HKUDS/nanobot · 44 tokens

complete-partial-pr

Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.

pydantic/pydantic-ai · 55 tokens