confluence-docs

Solid

Atlassian Confluence integration for enterprise documentation. Create and update pages via API, manage spaces and permissions, handle content migration, and sync between Markdown and Confluence.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Confluence Integration Skill Atlassian Confluence integration for enterprise documentation. ## Capabilities - Page creation and updates via API - Space management and permissions - Macro and template management - Content migration (Markdown to Confluence) - Attachment handling - Label and metadata management - Confluence Cloud and Server support - Confluence-to-Markdown export ## Usage Invoke this skill when you need to: - Sync documentation to Confluence - Migrate content between formats - Manage Confluence spaces programmatically - Automate page updates from CI/CD - Export Confluence to Markdown ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | create, update, migrate, export | | baseUrl | string | Yes | Confluence instance URL | | spaceKey | string | Yes | Target space key | | sourcePath | string | No | Source Markdown files | | pageId | string | No | Specific page ID for updates | | parentPageId | string | No | Parent page for hierarchy | ### Input Example ```json { "action": "migrate", "baseUrl": "https://company.atlassian.net/wiki", "spaceKey": "DOCS", "sourcePath": "./docs", "parentPageId": "123456" } ``` ## Configuration ### confluence.config.json ```json { "baseUrl": "https://company.atlassian.net/wiki", "auth": { "type": "token", "email": "${CONFLUENCE_EMAIL}", "token": "${CONFLUENCE_TOKEN}" }, "space": { "key": "DOCS", "name": "Documenta...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

confluence-cli

Use confluence-cli (NPM package) to manage Confluence content, pages, and spaces from the command line. Ideal for documentation workflows, bulk content operations, page migration, and when users request CLI-based Confluence interactions. Trigger on requests like "use Confluence CLI", "create Confluence pages via CLI", "migrate Confluence content", "automate documentation workflows", or when users want to script Confluence operations.

43 Updated 3 months ago
diegosouzapw
Data & Documents Listed

confluence-cli

Use confluence-cli (NPM package) to manage Confluence content, pages, and spaces from the command line. Ideal for documentation workflows, bulk content operations, page migration, and when users request CLI-based Confluence interactions. Trigger on requests like "use Confluence CLI", "create Confluence pages via CLI", "migrate Confluence content", "automate documentation workflows", or when users want to script Confluence operations.

2 Updated 6 days ago
BenjaminG
AI & Automation Solid

confluence-expert

Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when users need to build or restructure a Confluence space, design page hierarchies with permission structures, author or standardise documentation templates, embed Jira reports in pages, run knowledge base audits, or establish documentation standards and collaborative workflows.

16,782 Updated 3 days ago
alirezarezvani
API & Backend Listed

confluence

Read, write, and respond to comments on Confluence pages via the REST API v2. Use when the user wants to fetch page content, search pages, update a page, create a new page, or address comments and suggestions left by others.

0 Updated yesterday
msegoviadev
Data & Documents Listed

confluence

Search, read, create, and update Confluence pages.

0 Updated 4 days ago
pgoell