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 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
97
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

Related Skills