← All skills
Tencent SkillHub Β· Developer Tools

Jiraandconfluence Skill

Automates retrieval and summary of Jira Cloud issues and Confluence Cloud pages using secure API tokens for improved workflow insights.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automates retrieval and summary of Jira Cloud issues and Confluence Cloud pages using secure API tokens for improved workflow insights.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, examples/usage.md, scripts/auth.sh, scripts/confluence_reader.sh, scripts/jira_reader.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs
  • SKILL.md Primary doc
  • examples/usage.md Docs
  • scripts/auth.sh Scripts
  • scripts/confluence_reader.sh Scripts
  • scripts/jira_reader.sh Scripts