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.
npx skills add alivirgo/Major-AI-Skills --skill confluencegit clone --depth 1 https://github.com/alivirgo/Major-AI-SkillsWrote 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.
[](https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence)<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/confluence/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.
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/confluence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.00725 |
| Opus 5 | $0.00013 | $0.00362 |
| Sonnet 5 | $0.00005 | $0.00145 |
| Haiku 4.5 | $0.00003 | $0.00072 |
Grade A, and why
confluence scanned grade A with 1 finding 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 today.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -u email:token \ How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Confluence Knowledge Base AI Skill Guide
Overview & Engine Architecture
Confluence is a hierarchical wiki: spaces contain page trees with versioned content, labels, and attachments. Macros embed Jira issues, code, and status. Permissions apply at space and sometimes page level. Agents structure docs for findability, keep runbooks actionable, and avoid dumping secrets into pages.
Site
-> Spaces (team / product / public)
-> Page tree + versions
-> Labels / attachments / macros
-> Restrictions + space permissions
When to use this skill
- Designing space IA and page hierarchies
- Writing ADRs, runbooks, and onboarding docs
- Bulk-updating or migrating page content via API
- Cleaning stale docs and label taxonomies
Operational directives
- One topic per page; use child pages for depth, not endless scroll.
- Put owner + review date near the top of living docs.
- Prefer labels over inventing parallel page trees for the same taxonomy.
- Never paste credentials, private keys, or production connection strings.
- Link to Jira/Linear issues by key; do not duplicate ticket status prose that goes stale.
Page structure template
# <Title>
**Owner:** @team **Review by:** YYYY-MM-DD **Status:** current|draft|deprecated
## Purpose
One paragraph.
## Steps / Content
Numbered, actionable.
## Related
Links to tickets, dashboards, repos.
REST sketch (Cloud)
# Get page by ID (API version/path can vary - verify for your site)
curl -s -u email:token \
-H "Accept: application/json" \
"$CONFLUENCE_BASE/wiki/rest/api/content/123456?expand=body.storage,version"
Information architecture smells
| Smell | Better approach |
|---|---|
| Personal sandbox as team source of truth | Move to owned team space with permissions |
| Duplicate "How we deploy" pages | Canonical page + redirects/links from old ones |
| Untitled meeting notes floods | Dated titles + archive parent after 90 days |
| Everyone can edit prod runbooks | Restrict edit; broad view |
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.
- today Changed · +1 tokens per session f6e1655d03b5
- 6d ago First seen · 94 lines · 25 tokens per session scan A 294184bfd7de
confluence is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 725 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
harness
Use when governing a workspace's control plane, code or not — the 01-TOOLS/ tooling layer, the 02-DOCS/ chaos→knowledge wiki, the root Knowledge map. Audits it, migrates legacy XX- folders, scaffolds provider tooling, sweeps the inbox, writes root CLAUDE.md/AGENTS.md. NOT the bootstrap front door (that is init, which…
documentation-writer
Write clear, comprehensive technical documentation. Covers README files, API docs, tutorials, architecture guides, and documentation systems.
knowledge_base
Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.
knowledge-compile
A knowledge-organizing tool that turns a folder of scattered Markdown notes, articles, and captured posts into an Obsidian-style wiki. It creates an index, topic pages with links back to the originals, and a short daily digest.
angular-v2
Angular Expert workflow skill. Use this skill when the user needs Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns and the operator should preserve the upstream workflow, copied support files, and provenance before merging…
azure-devops
Expert knowledge for Azure DevOps development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when managing agent pools, work item processes, analytics/OData reports, org limits, or…