acli

acli is a skill for Claude Code, Codex from fmind/dot. It costs 48 tokens per session (733 once invoked), scanned A, original, MIT.

A guide to using Atlassian’s command-line tool for Jira work items, sprints, boards, and Confluence pages. Jira tracks planned work, while Confluence stores team documentation.

In plain words
What is it for?
Use it to search and view Jira or Confluence content with bounded queries, and to create, edit, transition, assign, or comment on Jira work items after confirmation.
Why use it?
It helps agents authenticate safely, read only the requested records, and require confirmation before changing project data.

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/fmind/dot/acli
Any agent
npx skills add fmind/dot --skill acli
Clone the repo
git clone --depth 1 https://github.com/fmind/dot

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 acli

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmind/dot/acli.svg)](https://agentmods.dev/skills/fmind/dot/acli)
Your own site
<a href="https://agentmods.dev/skills/fmind/dot/acli"><img src="https://agentmods.dev/badge/skills/fmind/dot/acli.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 733 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.00048 $0.00733
Opus 5 $0.00024 $0.00367
Sonnet 5 $0.00010 $0.00147
Haiku 4.5 $0.00005 $0.00073

Measured yesterday against content hash b9189041e2cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

acli 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 yesterday.

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.

skills/acli/SKILL.md · 52 lines

How it starts

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

Atlassian CLI

Use acli for Jira and Confluence Cloud from the shell. Atlassian publishes no skill for acli itself, so this skill owns authentication, bounded reads, and the write boundary.

Workflow

  1. Resolve the account: acli auth status, then acli auth login for OAuth or an API token piped on stdin, never as an argument; acli auth switch selects the site when several are configured.

    acli jira auth login --site <site>.atlassian.net --email <email> --token < token.txt
    
  2. Bounded reads: JQL with a limit and explicit fields, JSON for anything a tool parses.

    acli jira workitem search --jql 'project = TEAM AND status != Done' --fields key,summary,status --limit 50 --json
    acli jira workitem view TEAM-123 --fields summary,status,comment --json
    acli confluence page view --id <page-id> --body-format storage --json
    
  3. Write with authority: creation, edits, transitions, comments, assignments, and bulk operations need explicit confirmation of the exact keys and fields; prefer --generate-json then --from-json for reproducible creations.

    acli jira workitem create --project TEAM --type Task --summary "<summary>" --json
    acli jira workitem transition --key TEAM-123 --status "In Progress"
    acli jira workitem comment create --key TEAM-123 --body "<text>"
    
  4. Verify by reading back: view --json after every mutation and compare the requested fields.

Gotchas

  • Bulk flags: --jql and --filter on transition, edit, or comment act on every match; on transition and edit, --yes skips the prompt, not the authority rule.
  • Rovo Dev: acli rovodev is Atlassian's coding agent, not configured here; it reads .agents/skills and ~/.agents/skills, so this catalog is available there without copies.
  • MCP: atlassian/atlassian-mcp-server publishes skills for the Rovo MCP server (skills add atlassian/atlassian-mcp-server --list), configured per agent-mcp; none covers acli.

Read the full file on GitHub · 52 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. yesterday First seen · 52 lines · 48 tokens per session scan A b9189041e2cb

Subscribe to this mod's changes

acli is a skill published in the GitHub repository fmind/dot (4 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 733 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-03.