confluence-assistant

Search, create, and update Confluence pages using Atlassian MCP tools.

Updated Sep 15, 2026
One-click install
npx skills add https://github.com/Peterson-Benhame/agent-skills --skill confluence-assistant-peterson-benhame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-assistant
Source: https://github.com/Peterson-Benhame/agent-skills/tree/main/packages/skills-catalog/skills/%28development%29/confluence-assistant
Command: npx skills add https://github.com/Peterson-Benhame/agent-skills --skill confluence-assistant-peterson-benhame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Confluence documentation manually requires constant context switching between your editor and the browser. This Skill lets you search, read, create, and update Confluence pages directly through natural language using Atlassian MCP tools. ## Core Features & Use Cases - Natural Language Search: Uses Rovo Search to find Confluence pages and documentation with plain-language queries instead of exact keywords. - Page Management: Create new pages and update existing ones with Markdown-formatted content, including structured headings, lists, and code blocks. - Space Navigation: List Confluence spaces and retrieve pages within a specific space using space keys or IDs. - Use Case: Ask to find your API documentation page, then add a new section to it — the Skill searches for the page, retrieves its content, and updates it with properly formatted Markdown. ## Quick Start Ask the assistant to search Confluence for your onboarding documentation and summarize its content, providing your Cloud ID or site URL when prompted.

Frequently Asked Questions about confluence-assistant

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

FAQPage Schema
How do I search Confluence pages with natural language?

Use the Rovo Search tool with a plain-language query describing the content you need, such as "API authentication guide". It understands intent rather than requiring exact keywords and returns the most relevant pages.

How do I create a Confluence page with Markdown?

Call createConfluencePage with your cloudId, spaceId, title, and a Markdown-formatted body. The body field must always use Markdown with headings, lists, and code blocks — never HTML.

What is a Cloud ID and where do I find it for Confluence?

A Cloud ID identifies your Atlassian site and can be either a site URL like https://example.atlassian.net/ or a UUID from getAccessibleAtlassianResources. The Skill asks for it once and reuses it for all operations in the conversation.

What is the difference between a Confluence page ID and space key?

A page ID is a numeric identifier for a single page, while a space key is an uppercase string identifying an entire space. Space IDs are also numeric, so do not confuse them with space keys when calling getConfluenceSpaces or getPagesInConfluenceSpace.

Can this Skill manage Jira issues or search the web?

No, this Skill is scoped strictly to Confluence operations like page search, creation, and updates. It explicitly excludes Jira issue management, general web search, and local file creation.