Confluence
Confluence allows you to seamlessly integrate your chatbot with Atlassian Confluence, enabling dynamic content retrieval and updates for richer interactions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add confluence npx -- -y @trustedskills/confluence
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": [
"-y",
"@trustedskills/confluence"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Confluence, a popular team collaboration and documentation platform. It enables agents to retrieve information from Confluence pages, summarize content, and potentially update existing pages (depending on permissions). The agent can effectively leverage Confluence as a knowledge base for various tasks.
When to use it
- Knowledge Retrieval: Quickly find answers to questions by searching Confluence documentation instead of manually browsing.
- Meeting Summarization: Automatically summarize meeting notes stored in Confluence pages.
- Onboarding Assistance: Provide new employees with relevant information from Confluence onboarding documents.
- Project Updates: Pull project status updates and progress reports directly from Confluence pages.
Key capabilities
- Accessing Confluence data via API
- Retrieving content from specific Confluence pages
- Summarizing Confluence page content
- (Potentially) Updating Confluence pages (permission dependent)
Example prompts
- "Find the latest documentation on our company's expense reporting policy in Confluence."
- "Can you summarize the meeting notes for the 'Project Phoenix' kickoff?"
- "What are the key takeaways from the 'Customer Onboarding Best Practices' page?"
Tips & gotchas
- Requires proper authentication credentials (API token or username/password) to access your Confluence instance.
- The ability to update pages depends on user permissions within Confluence.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.