confluence

Search and retrieve Confluence pages via REST API with JSON output.

4|1|Updated Jul 18, 2025
One-click install
npx skills add https://github.com/averycrespi/claudefiles --skill confluence-averycrespi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/averycrespi/claudefiles/tree/main/claude/skills/confluence
Command: npx skills add https://github.com/averycrespi/claudefiles --skill confluence-averycrespi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill reduces the time teams spend looking up Confluence content by enabling search and retrieval directly from Claude, keeping context within conversations and workflows.

Core Features & Use Cases

  • Confluence Search: Find pages using Confluence Query Language (CQL) queries or simple text searches.
  • Content Retrieval: Retrieve page content by ID or URL for use in decisions or summaries.
  • Activation Context: Automatically activates when Confluence keywords or URLs are detected in user input.

Quick Start

Use the confluence skill to search for a page about authentication or to view a page by its ID, e.g., 123456789.

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I search for Confluence pages from Claude?

Search Confluence pages directly using text queries or Confluence Query Language (CQL) syntax. The Skill finds matching pages and returns their IDs, titles, excerpts, and URLs without leaving your Claude conversation.

Can I retrieve full Confluence page content by ID or URL?

Yes, retrieve complete page content by providing a page ID or Confluence URL. The Skill returns structured JSON with page ID, title, content, space, and metadata for use in summaries or decisions.

What credentials do I need to access Confluence content?

Provide your Confluence domain, email address, and API token via environment variables. The Skill uses these for read-only REST API access to search and retrieve pages from your Confluence instance.

When does the Confluence Skill automatically activate?

The Skill activates automatically when your input contains Confluence keywords, Confluence URLs, or numeric page IDs. No manual invocation needed—detection is built in.

What types of Confluence content can I locate?

Find API guides, authentication documentation, onboarding materials, architecture overviews, and other pages stored in your Confluence spaces. Search works across all accessible spaces and page types.

Does the Skill support Confluence Query Language for advanced searches?

Yes, CQL queries are supported for precise filtering. Use CQL syntax to search by space, author, creation date, labels, or custom criteria beyond simple text search.