Install
openclaw skills install jiraandconfluence-skillAutomates retrieval and summary of Jira Cloud issues and Confluence Cloud pages using secure API tokens for improved workflow insights.
openclaw skills install jiraandconfluence-skillThis skill provides automated interaction with Jira Cloud and Confluence to:
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).export JIRA_API_TOKEN=your_jira_token
export CONFLUENCE_API_TOKEN=your_confluence_token
clawhub install jiraandconfluence-skill
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"
1.0.0
Arkiant (contact via internal channels)