confluence-searchlisted
Install: claude install-skill ulises-jeremias/agent-toolkit
# Confluence Search Skill
Search Confluence content using CQL (Confluence Query Language).
---
## ⚠️ PRIMARY USE CASE
**This skill finds content across Confluence.** Use this skill for:
- Searching pages by text, title, or labels
- Building CQL queries for complex searches
- Exporting search results to CSV/JSON
- Finding content by date, creator, or space
**This is a read-only skill** - it cannot create, modify, or delete content.
---
## When to Use This Skill
| Trigger | Example |
|---------|---------|
| Text search | "Find pages about API documentation" |
| Label search | "Find all pages with label 'approved'" |
| Space search | "Search for content in DOCS space" |
| Date-based | "Find pages modified this week" |
| Export | "Export all pages in KB space to CSV" |
| CQL query | "Run CQL: space = DOCS AND type = page" |
---
## When NOT to Use This Skill
| Operation | Use Instead |
|-----------|-------------|
| Create/edit pages | `confluence-page` |
| Add/remove labels | `confluence-label` |
| Manage permissions | `confluence-permission` |
| View page hierarchy | `confluence-hierarchy` |
---
## Risk Levels
All operations are **read-only** with no risk:
| Operation | Risk | Notes |
|-----------|------|-------|
| Search content | - | Read-only |
| Validate CQL | - | Read-only |
| Export results | - | Creates local file only |
| View history | - | Local history only |
---
## Overview
This skill provides powerful search capabilities:
- Execute CQL queries
- Vali