confluence-access

Provides access to Confluence pages, supporting navigation and retrieval of structured information for enhanced user experience.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/midas44/ttt-expert-v2 --skill confluence-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-access
Source: https://github.com/midas44/ttt-expert-v2/tree/main/.claude/skills/confluence-access
Command: npx skills add https://github.com/midas44/ttt-expert-v2 --skill confluence-access

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessing and navigating a self-hosted Confluence server is tedious when you need to read pages, locate information across multiple spaces, and download attachments for offline use. This skill streamlines reading, searching, and retrieving Confluence content from the NOV spaces and exposes structured workflows for programmatic access.

Core Features & Use Cases

  • Read pages and extract content from the server for TTT, CS, and PMT.
  • Build and traverse page trees to quickly reach sections like Time Tracking Tool, Company Staff, and Project Management Tool.
  • Download attachments and save them locally for auditing or offline access.

Quick Start

Read a Confluence page by URL or ID and download attachments if needed.

Frequently Asked Questions about confluence-access

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

FAQPage Schema
How do I read and extract content from a self-hosted Confluence page using the REST API?

Read Confluence pages by providing a URL or page ID to fetch the body.storage content via the REST API. Token-based authentication handles access, enabling you to extract and view page content from the NOV space and its subtrees.

Can I download Confluence attachments and save them locally for offline access?

Download Confluence attachments directly from a page to save them locally for offline access. The skill lists attachments associated with specific pages and retrieves the files using token-authenticated REST API requests.

How do I build and traverse a page tree to navigate specific Confluence spaces?

Build and traverse a Confluence page tree by listing children of a given page ID to navigate hierarchical structures. This allows you to quickly reach sections like Time Tracking Tool, Company Staff, and Project Management Tool within the NOV space.

How do I perform a text search across Confluence pages using CQL?

Perform a text search across Confluence content using CQL (Confluence Query Language) through the REST API. This returns matching pages from the targeted spaces, allowing you to locate specific information without manually traversing page trees.

Do I need a token to access a self-hosted Confluence server and read pages?

Token-based authentication is required to access the self-hosted Confluence server and read pages. The skill manages token authentication internally to handle REST API requests, content searches, and attachment downloads securely.

What limitations exist when accessing Confluence spaces with this approach?

This approach targets the NOV space and its TTT, CS, and PMT subtrees specifically. It focuses on reading page content, listing children, and downloading attachments, meaning it does not support editing pages or creating new content on the Confluence server.