Overview
- Skill Key
- arkiant/jiraandconfluence-skill
- Author
- arkiant
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/arkiant/jiraandconfluence-skill
- Latest Commit SHA
- af4ab70deb2c522ebe98236436eaaa0d7f805fed
Jira & Confluence Integration Skill
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Jiraandconfluence Skill 技能。 若已安装,则直接安装 Jiraandconfluence Skill 技能。
# Jira & Confluence Integration Skill
## Purpose
This skill provides automated interaction with Jira Cloud and Confluence to:
- Read issue details, comments, and status changes.
- Retrieve page content, updates, and export summaries.
- Generate actionable insights for improving user conversations and documentation.
## Scope
- **Supported platforms**: Jira Cloud (REST API) and Confluence Cloud (REST API).
- **Authentication**: Uses API tokens stored securely via environment variables.
- **Operations**:
- `GET /api/v2/issues/{issueIdOrKey}` – retrieve Jira issue metadata.
- `GET /api/v2/search` – search issues by JQL.
- `GET /wiki/rsl/{pageIdOrTitle}` – retrieve Confluence page content.
- `POST /comment` – add comments to tickets or pages (optional).
- **Output**: Summaries, suggested improvements, and integration points for AI-driven workflow automation.
## Authentication
- Store Jira and Confluence API tokens in environment variables:
```bash
export JIRA_API_TOKEN=your_jira_token
export CONFLUENCE_API_TOKEN=your_confluence_token
```
- Use these tokens to authenticate via basic auth or bearer token as required by the platform APIs.
## Installation
```bash
clawhub install jiraandconfluence-skill
```
## Usage
After installation, call the skill via the CLI or integrate it through OpenClaw workflows:
```bash
jira-read --issue-key PROJ-123
confluence-read --title "Project Documentation"
```
## Security
- Do **not** hardcode credentials in scripts.
- Restrict token scope to read‑only access unless explicit write permissions are granted.
- Rotate tokens regularly and audit usage logs.
## Version
1.0.0
## Maintainer
Arkiant (contact via internal channels)
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.