Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

atlassianatlassian 命令行

Agent Skill

atlassian 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,720

周安装

405

GitHub Stars

公开资料未说明

下载量

3,240
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:atlassian(atlassian 命令行)
来源仓库:https://github.com/ivangdavila/atlassian
安装命令:
openclaw skills install atlassian
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install atlassian

简介

跨 Jira、Confluence、Bitbucket、Trello、Admin、Forge、Compass、Opsgenie 和 Statuspage 操作 Atlassian Cloud API 和 CLI。

SKILL.md

name
Atlassian Cloud APIs + CLIs
slug
atlassian
version
1.0.0
homepage
https://clawic.com/skills/atlassian
description
Operate Atlassian Cloud APIs and CLIs across Jira, Confluence, Bitbucket, Trello, Admin, Forge, Compass, Opsgenie, and Statuspage.
changelog
Initial release with Atlassian Cloud API and CLI coverage across Jira, Confluence, Bitbucket, Trello, Admin, Forge, Compass, Opsgenie, and Statuspage.
metadata
{"clawdbot":{"emoji":"🧩","requires":{"anyBins":["curl","jq"]},"os":["linux","darwin","win32"]}}

When to Use

User 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.

Architecture

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

Quick Reference

Load only the smallest file that matches the current Atlassian surface.

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Product routing mapproduct-map.md
Jira Platform, Software, and JSMjira-suite.md
Confluence, Bitbucket, and Trellocontent-dev-collab.md
Cloud Admin, Compass, Statuspage, Opsgenie, GraphQLadmin-ops.md
Auth and CLI matrixauth-and-clis.md

Scope

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.

Core Rules

1. Pick the exact Atlassian surface first

  • Jira splits across platform, software, and service management APIs.
  • Confluence, Bitbucket, Trello, Cloud Admin, Compass, Statuspage, and Opsgenie each have different auth and URL rules.
  • Do not mix Cloud and Data Center docs unless the user explicitly confirms Data Center.

2. Ask for only the credential family the chosen surface needs

  • Jira, Confluence, GraphQL, and Forge commonly use API token plus email, OAuth 2.0, or Forge auth.
  • Bitbucket uses access tokens, app passwords, or OAuth.
  • Trello uses key plus token, Statuspage uses an API token, Opsgenie uses an API key, and Cloud Admin uses an admin API key.

3. Prefer first-party surfaces before partner CLIs

  • Start with official REST, GraphQL, acli, or forge.
  • Use partner CLIs only when Atlassian has no first-party CLI for that product or the user explicitly asks for that toolchain.

4. Treat every write as high-impact

  • Resolve site, org, project, board, space, page, list, workspace, or component IDs before create, update, archive, or delete operations.
  • For bulk or destructive actions, show the exact target set first and get user confirmation.

5. Respect product-specific data formats

  • Jira rich text often requires Atlassian Document Format.
  • Confluence body representations differ from Jira fields.
  • Bitbucket relies on slugs, UUIDs, and next pagination.
  • Trello auth lives in query parameters, while Statuspage nests many write payloads.

6. Handle rate limits and pagination every time

  • Follow next links, cursors, pagelen, limit, startAt, or page tokens depending on the product.
  • Back off on HTTP 429 and never hide partial failures on bulk writes.

7. Be explicit about CLI support gaps

  • Official Atlassian CLI currently exposes admin, jira, and rovodev.
  • Official Forge CLI is for building and deploying Forge apps, not for general product CRUD.
  • Confluence, Bitbucket, Trello, Statuspage, and Opsgenie still route mainly through APIs or partner CLIs.

Common Traps

  • Using Jira Platform endpoints for boards or sprints -> use Jira Software /rest/agile/1.0.
  • Sending plain text into Jira rich fields without checking ADF support -> malformed descriptions or comments.
  • Forgetting /wiki in Confluence Cloud URLs -> wrong host or 404.
  • Assuming acli covers every Atlassian product -> today it is mostly Jira, Admin, and Rovo Dev.
  • Mixing Bitbucket auth with Atlassian tenant auth -> valid token, wrong endpoint family.
  • Treating Opsgenie as a long-term target without checking migration plans -> official docs now point many users to Jira Service Management or Compass.
  • Reusing tenant GraphQL paths for non-tenant products -> Bitbucket and Trello have different gateway hosts.

External Endpoints

Route requests only to the endpoint family that matches the active Atlassian product.

EndpointData SentPurpose
https://{site}.atlassian.net/rest/api/*Jira issue, project, workflow, user, and search payloadsJira 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 payloadsJira Software and Jira Service Management
https://{site}.atlassian.net/wiki/api/v2/*Confluence page, space, comment, label, attachment metadataConfluence Cloud
https://api.atlassian.com/admin/*, https://api.atlassian.com/graphql, and product GraphQL gatewaysOrganization, policy, graph, Compass, and app payloadsCloud 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 dataBitbucket 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 payloadsStatuspage 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.

Security & Privacy

Data that leaves your machine:

  • Only the Atlassian request payloads, identifiers, and auth material needed for the chosen product surface
  • CLI and API requests sent to the declared Atlassian or explicitly chosen partner endpoints

Data that stays local:

  • Only the defaults the user explicitly wants remembered in ~/atlassian/
  • Notes about whether the user prefers read-only, review-first, or bulk automation workflows

This skill does NOT:

  • Ask for every Atlassian credential up front
  • Read unrelated config files or third-party tokens
  • Send data to undeclared endpoints
  • Store raw tokens, API keys, or passwords in local memory
  • Assume write permission just because read access works

Trust

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.

Related Skills

Install with clawhub install <slug> if user confirms:

  • api — General REST API patterns, pagination, and provider routing
  • http — HTTP request construction, headers, and debugging
  • json — JSON shaping, jq, and schema inspection
  • oauth — OAuth flows, tokens, scopes, and refresh handling
  • webhook — Webhook delivery, verification, and replay-safe handling

Feedback

  • If useful: clawhub star atlassian
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.25%
按下载量换算3,086

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills