confluence
Installation
Summary
Manage Confluence spaces, pages, blog posts, and attachments through pre-built actions and direct API access.
- Provides 20+ actions covering CRUD operations on pages, blog posts, spaces, comments, attachments, and tasks
- Handles authentication automatically via Membrane CLI; no manual API key management required
- Supports direct API proxying to the Confluence REST API when pre-built actions don't cover your use case
- Built-in pagination and error handling through Membrane's action framework
SKILL.md
Confluence
Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization.
Official docs: https://developer.atlassian.com/cloud/confluence/
Confluence Overview
- Space
- Page
- Attachment
- Page
- Blog Post
When to use which actions: Use action names and parameters as needed.
Working with Confluence
This skill uses the Membrane CLI to interact with Confluence. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills