confluence_search

Search Confluence with CQL queries to retrieve page titles and links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill confluence-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence_search
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/confluence_search
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill confluence-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires atlassian-python-api, langchain-core.

What problem does it solve?

Confluence users need a fast, repeatable way to locate pages and retrieve URLs using a CQL query, avoiding manual browsing and copy-paste.

Core Features & Use Cases

  • CQL-based search: Execute Confluence queries and return page titles with links.
  • Result formatting: Produce clean, human-readable lines suitable for dashboards or prompts.
  • Use Case: Inventory pages mentioning a project or collect links for a knowledge base.

Quick Start

Run a CQL search against your Confluence instance to retrieve matching page titles and links.

Frequently Asked Questions about confluence_search

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

FAQPage Schema
How do I search Confluence using CQL to get page titles and links?

You can search Confluence using a CQL query to retrieve matching page titles and their corresponding links. This capability formats the results into clean, human-readable lines suitable for dashboards or prompts.

What credentials do I need to authenticate Confluence API searches?

To authenticate Confluence API searches, you need three environment variables: CONFLUENCE_BASE_URL, CONFLUENCE_EMAIL, and CONFLUENCE_API_TOKEN. These credentials allow the query to execute securely through the Confluence REST API.

Can I use Confluence CQL search for documentation audits and content inventory?

Yes, Confluence CQL search is applicable for teams performing documentation audits and content inventory. It provides a fast, repeatable way to locate pages and retrieve URLs, avoiding manual browsing and copy-paste across Confluence spaces.

How does the Confluence search skill format CQL query results?

The Confluence search skill formats CQL query results into clean, human-readable lines. This result formatting produces outputs suitable for direct integration into dashboards or for use within prompts.

What is the best way to collect Confluence links mentioning a specific project?

The best way to collect Confluence links mentioning a specific project is executing a targeted CQL search. This returns page titles and links, enabling rapid knowledge discovery without manual browsing.