Install
openclaw skills install atlassianOperate Atlassian Cloud APIs and CLIs across Jira, Confluence, Bitbucket, Trello, Admin, Forge, Compass, Opsgenie, and Statuspage.
openclaw skills install atlassianUser needs to read, create, update, search, administer, or automate Atlassian Cloud products from terminal workflows. This skill routes to the right API or CLI, matches auth to the chosen surface, and avoids unsupported command paths.
Memory lives in ~/atlassian/. If ~/atlassian/ does not exist, run setup.md. See memory-template.md for structure. This skill works without persistent memory; save defaults only when the user wants repeatable shortcuts.
~/atlassian/
└── memory.md # Optional saved sites, products, auth preferences, and safety defaults
Load only the smallest file that matches the current Atlassian surface.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Product routing map | product-map.md |
| Jira Platform, Software, and JSM | jira-suite.md |
| Confluence, Bitbucket, and Trello | content-dev-collab.md |
| Cloud Admin, Compass, Statuspage, Opsgenie, GraphQL | admin-ops.md |
| Auth and CLI matrix | auth-and-clis.md |
This skill is Cloud-first and covers publicly documented Atlassian automation surfaces current as of 2026-03-13. Prefer first-party REST, GraphQL, acli, and forge paths when they exist. If the user is on Data Center or a product without public Cloud automation docs, say that explicitly before acting.
acli, or forge.next pagination.next links, cursors, pagelen, limit, startAt, or page tokens depending on the product.admin, jira, and rovodev./rest/agile/1.0./wiki in Confluence Cloud URLs -> wrong host or 404.acli covers every Atlassian product -> today it is mostly Jira, Admin, and Rovo Dev.Route requests only to the endpoint family that matches the active Atlassian product.
| Endpoint | Data Sent | Purpose |
|---|---|---|
https://{site}.atlassian.net/rest/api/* | Jira issue, project, workflow, user, and search payloads | Jira Cloud platform operations |
https://{site}.atlassian.net/rest/agile/1.0/* and https://{site}.atlassian.net/rest/servicedeskapi/* | Board, sprint, backlog, request, customer, and queue payloads | Jira Software and Jira Service Management |
https://{site}.atlassian.net/wiki/api/v2/* | Confluence page, space, comment, label, attachment metadata | Confluence Cloud |
https://api.atlassian.com/admin/*, https://api.atlassian.com/graphql, and product GraphQL gateways | Organization, policy, graph, Compass, and app payloads | Cloud Admin, GraphQL, and Compass |
https://api.bitbucket.org/2.0/* and https://api.trello.com/1/* | Repository, pull request, pipeline, board, list, card, and webhook data | Bitbucket Cloud and Trello |
https://api.statuspage.io/v1/*, https://api.opsgenie.com/*, and https://api.eu.opsgenie.com/* | Incident, component, metric, alert, schedule, and on-call payloads | Statuspage and Opsgenie |
No other first-party Atlassian endpoints are targeted by default. If the user chooses a partner CLI, review that tool's own endpoints before using it.
Data that leaves your machine:
Data that stays local:
~/atlassian/This skill does NOT:
By using this skill, data is sent to Atlassian services and any explicitly chosen partner CLI. Only install if you trust Atlassian and any partner tooling you decide to use.
Install with clawhub install <slug> if user confirms:
api — General REST API patterns, pagination, and provider routinghttp — HTTP request construction, headers, and debuggingjson — JSON shaping, jq, and schema inspectionoauth — OAuth flows, tokens, scopes, and refresh handlingwebhook — Webhook delivery, verification, and replay-safe handlingclawhub star atlassianclawhub sync