confluence

Fetch and manage Confluence Cloud pages and spaces via REST API workflows.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill confluence-robertolopezlopez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/core/confluence
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill confluence-robertolopezlopez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the difficulty of accessing and managing Confluence Cloud content when browser-based workflows are unavailable, unreliable, or require API-based automation.

Core Features & Use Cases

  • Confluence Content Access: Fetch and summarize Confluence pages using page IDs or wiki URLs through REST API helpers.
  • Page and Space Operations: Create, update, and inspect Confluence resources while handling Atlassian authentication and API configuration.
  • Use Case: A development team can use this Skill to retrieve a Confluence specification page, summarize its contents, and prepare updates through supported API workflows.

Quick Start

Use the confluence skill to fetch and summarize the Confluence page with the provided page ID.

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I fetch Confluence Cloud pages through the REST API instead of the browser?

To fetch Confluence Cloud pages through the REST API, you need to configure Atlassian authentication and use helper scripts to retrieve content via page IDs or wiki URLs.

Can I create and update wiki page content via Atlassian REST API workflows?

Yes, you can create and update wiki page content via Atlassian REST API workflows by executing helper scripts that manage page operations and handle authentication configuration.

What is needed to set up Atlassian authentication for Confluence API access?

Atlassian authentication for Confluence API access requires configuring your REST API credentials in the environment, using helper scripts to establish reliable document operations.

Does this approach for Confluence page management work with standard command-line tools?

Yes, Confluence page management via REST API works with standard command-line tools, specifically requiring curl as a dependency to execute the necessary HTTP requests.

What is the best way to summarize a Confluence specification page for a development team?

The best way to summarize a Confluence specification page is to use REST API workflows to retrieve the page by its ID and process the content for the development team.

Why do my Confluence API workflows fail when retrieving wiki content?

Confluence API workflows may fail when retrieving wiki content if Atlassian authentication is not properly configured or if the REST API access encounters troubleshooting issues.