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 agentmods add skills/pchuri/confluence-cli/confluencenpx skills add pchuri/confluence-cli --skill confluencegit clone --depth 1 https://github.com/pchuri/confluence-cliWhat 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 | $0.00031 | $0.08238 |
| Opus 5 | $0.00015 | $0.04119 |
| Sonnet 5 | $0.00006 | $0.01648 |
| Haiku 4.5 | $0.00003 | $0.00824 |
Grade C, and why
confluence scanned grade C 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 2d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
For `basic`/`bearer` profiles that omit a stored `token`, the token falls back to a `~/.netrc` entry matched by domain (and email for basic auth) — env/`--token` still take precedence. Override the path with `NETRC`. How it starts
The opening of the file, as written. The whole thing — 870 lines — stays where its author put it; the contents beside it link to each section on GitHub.
confluence-cli Skill
A CLI tool for Atlassian Confluence. Lets you read, search, create, update, move, delete, and convert pages and attachments from the terminal or from an agent.
Installation
Pi Coding Agent: local package with protected writes
Install this local checkout to load this skill and package-local Pi tools without globally installing confluence. Install the clone's dependencies first because Pi does not install dependencies for local-path packages:
cd /absolute/path/to/confluence-cli
npm ci
pi install /absolute/path/to/confluence-cli
When running in Pi, use the typed Confluence tools for supported operations instead of Bash. The package intentionally refuses generic API requests: it does not register confluence_api, api, raw argv, or model-selected HTTP method tools. Do not route arbitrary Confluence REST requests through this package.
Pi read tools are: confluence_read, confluence_search, confluence_info, confluence_spaces, confluence_children, confluence_export, confluence_convert, confluence_find, confluence_versions, confluence_comments, confluence_attachments, confluence_property_list, and confluence_property_get.
Protected mutation tools are registered only when the operator starts Pi with writes enabled and an allowed-space list. They are: confluence_create, confluence_create_child, confluence_update, confluence_move, confluence_delete, confluence_copy_tree_preview, confluence_copy_tree, confluence_comment_create, confluence_comment_delete, confluence_property_set, confluence_property_delete, confluence_attachment_upload, confluence_attachment_delete, confluence_version_delete, confluence_versions_purge_preview, and confluence_versions_purge.
Before requesting any mutation, identify the affected page title and ID in your request or summary. Existing-page confirmations include canonical title, ID, and space from preflight. Never claim confirmation on the user's behalf and never type a destructive confirmation phrase unless the user has explicitly instructed that exact operation. Preview confluence_copy_tree_preview and confluence_versions_purge_preview before asking the user to execute confluence_copy_tree or confluence_versions_purge; execution accepts only the one-use approval ID returned by preview. Each approval expires after five minutes, is consumed once, and requires a fresh preview if it is stale, used, or expired.
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.
- 2d ago First seen · 870 lines · 31 tokens per session scan C 7dd911c43b7d
confluence is a skill published in the GitHub repository pchuri/confluence-cli (275 stars, last pushed 4d ago), licensed MIT. It adds 31 tokens to every session and 8,238 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
atls
ALL Atlassian work — Jira, Confluence, Bitbucket on Server/DC (지라/컨플루언스/비트버킷). Load BEFORE the first atls command. Without this body you WILL guess atls conventions wrong: JQL/CQL is positional, -f is --md-file not --format, managed push differs from page update, exit 5 = stale-version. TRIGGER: Jira, Confluence…
pm-skills
Use when coordinating project-delivery work across the 8 project-management sub-skills — sprint/velocity analytics, portfolio health, Jira/JQL, Confluence, Atlassian admin, templates, meeting analysis, team comms. Triggers on 'our sprints feel off', 'project health report', 'audit our Jira permissions', 'when will it…
ui-styling
Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…
brand
Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.
slides
Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
resolve-conflicts
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling…