confluence

Search, read, create, and update Confluence pages via REST API workflows.

Updated Sep 6, 2024
One-click install
npx skills add https://github.com/rafazsh/dotfiles --skill confluence-rafazsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/rafazsh/dotfiles/tree/main/apps/claude/skills/confluence
Command: npx skills add https://github.com/rafazsh/dotfiles --skill confluence-rafazsh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the complexity of interacting with Confluence Cloud APIs by providing a guided way to find, read, create, update, and organize documentation pages.

Core Features & Use Cases

  • Page Management: Search, read, create, and update Confluence pages using authenticated API operations.
  • Documentation Discovery: Find spaces, pages, child pages, comments, and labels with Confluence queries.
  • Use Case: A developer or team member can quickly locate project documentation, update outdated pages, or publish new knowledge base content without manually navigating the Confluence interface.

Quick Start

Ask the confluence skill to search Confluence for pages about deployment documentation and summarize the results.

Frequently Asked Questions about confluence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Confluence pages using CQL queries?

To search Confluence pages, you use CQL queries processed through authenticated REST API workflows. This allows you to discover specific spaces, pages, comments, and labels by leveraging Confluence query language operations.

How do I create and update Confluence wiki content via the REST API?

You can create and update Confluence wiki content by executing authenticated curl-based REST API requests. JSON payloads are processed using jq and python3 to manage page modifications within Confluence Cloud spaces.

Do I need Atlassian credentials to automate Confluence knowledge management tasks?

Yes, automating Confluence knowledge management requires valid Atlassian authentication credentials. These credentials authorize the curl-based REST requests needed to read, create, and update documentation spaces.

Can I use curl and jq to manage Confluence Cloud documentation?

Yes, you can use curl and jq to manage Confluence Cloud documentation. Curl handles the authenticated REST API requests while jq processes the JSON responses for reading and updating wiki pages.

What is the best way to find child pages and labels in Confluence spaces?

The best way to find child pages and labels in Confluence spaces is by running CQL queries via REST API workflows. This approach discovers nested documentation structures without manually navigating the wiki interface.