list-pages

List Confluence pages and folders with configurable depth and output formats.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill list-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-pages
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/confluence-tools/skills/list-pages
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill list-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of finding and listing content within Confluence, whether you need a quick overview of a space or a detailed hierarchical view of pages and folders.

Core Features & Use Cases

  • Content Discovery: Easily list pages and folders within a Confluence space or under a specific parent.
  • Hierarchical Views: Generate tree-like structures to understand content organization.
  • Token Efficiency: Utilizes caching to reduce API calls and provide faster results.
  • Use Case: As a new team member, you need to understand the documentation structure of the 'DEV' space. Use this Skill to get a tree view of all content, helping you quickly locate relevant information.

Quick Start

Use the list-pages skill to get a tree view of all content in the 'DEV' space.

Frequently Asked Questions about list-pages

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

FAQPage Schema
How do I list Confluence pages and folders in a tree view?

You can browse Confluence pages and folders by generating a tree view that displays hierarchical content structures within a space. This provides a clear map of how pages and folders are organized under specific parent pages.

What is the best way to navigate Confluence content hierarchies for a new space?

Navigating Confluence content hierarchies involves listing pages and folders with configurable recursion depth to retrieve a structured overview. This helps you quickly understand the documentation organization within a specific space.

Can I get Confluence page structures in JSON format?

Yes, you can output Confluence page structures in JSON format. The listing functionality supports compact, tree, and JSON formats, enabling you to retrieve content hierarchies as structured data for programmatic integration.

How do I reduce API calls when retrieving Confluence page lists?

You can reduce API calls when retrieving Confluence page lists by utilizing built-in cache management. This approach caches content retrieval results to provide faster responses and minimize redundant requests during content discovery.

Does Confluence folder listing support configurable recursion depth?

Yes, Confluence folder listing supports configurable recursion depth to control how deep the retrieval traverses into nested pages. You can specify the depth level to tailor the hierarchical output to your specific navigation requirements.