Jiraandconfluence Skill
/install 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:
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
clawhub install jiraandconfluence-skill
Usage
After installation, call the skill via the CLI or integrate it through OpenClaw workflows:
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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jiraandconfluence-skill - After installation, invoke the skill by name or use
/jiraandconfluence-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Jiraandconfluence Skill?
Automates retrieval and summary of Jira Cloud issues and Confluence Cloud pages using secure API tokens for improved workflow insights. It is an AI Agent Skill for Claude Code / OpenClaw, with 538 downloads so far.
How do I install Jiraandconfluence Skill?
Run "/install jiraandconfluence-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jiraandconfluence Skill free?
Yes, Jiraandconfluence Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Jiraandconfluence Skill support?
Jiraandconfluence Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jiraandconfluence Skill?
It is built and maintained by Samuel Porras (@arkiant); the current version is v1.0.0.