confluence-read/SKILL.md
Search Confluence pages and fetch page content. Use when a user wants to find or read Confluence wiki pages, or when context from Confluence is needed.
npx skillsauth add bkircher/skills confluence-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search and fetch Confluence Cloud pages, returning content as Markdown.
ATLASSIAN_URL, ATLASSIAN_EMAIL, ATLASSIAN_API_TOKENEnsure all required variables are set. Never output or log token values. If missing, ask the user to set them before calling the API.
Variables: ATLASSIAN_URL, ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN
python scripts/search.py <QUERY> [--space SPACEKEY] [--limit N]
Returns a JSON array of matching pages with title, URL, excerpt, and rendered Markdown body. Default limit is 10.
python scripts/fetch_page.py <PAGE_ID_OR_URL> [--children]
Accepts a numeric page ID or a full Confluence page URL. Returns JSON with the page title, labels, rendered Markdown body, and metadata.
Pass --children to include a list of child pages (title and URL only).
body_markdown field to show page content.jira.py renderer.testing
Use when writing or updating unit tests (in any language).
devops
Use when writing Terraform.
testing
Design and optimize a PostgreSQL-specific schema. Use for PostgreSQL best practices, data types, indexing, constraints, performance patterns, and advanced features.
tools
Automate browser interactions, test web pages and work with Playwright tests.