Confluence Md is a development Claude Skill built by Justin Abrahms.
Read and search Confluence pages as markdown using the confluence-md CLI tool.
This skill allows Claude to:
Use this skill when the user asks to:
The skill uses the confluence-md command-line tool installed on the system.
confluence-md search "query" [flags]
Common flags:
--lucky - Fetch the first result immediately--mine - Only search pages you created--space SPACE - Limit search to specific space--limit N - Maximum number of results (default 10)--index N - Fetch specific result by numberconfluence-md fetch <url>
# Search and get first result about API documentation
confluence-md search "API documentation" --lucky
# Find your own proposals
confluence-md search "proposal" --mine --limit 5
# Search in specific space
confluence-md search "onboarding" --space HR --lucky
# Get specific page
confluence-md fetch https://company.atlassian.net/wiki/spaces/ENG/pages/123456/Page+Title
All commands return markdown-formatted content that can be directly analyzed and discussed.
confluence-md binary must be in your PATH~/.config/confluence-md/config.yaml or via
environment variables--lucky when you want the most relevant result quickly--mine to find pages you authored/plugin install confluence-md@justinabrahmsRequires Claude Code CLI.
No reviews yet. Be the first to review this skill.