ailey-atl-confluence

Manage Confluence pages via CLI with CRUD, CQL search, and document conversion.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-atl-confluence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-atl-confluence
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-confluence/skills/ailey-atl-confluence
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-atl-confluence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, commander, dotenv, jsdom, mammoth, pdf-parse, turndown, showdown, form-data, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Confluence content management can be tedious when teams manually create, update, import, export, and search across pages. This skill automates those tasks via a CLI, reducing repetitive work and errors.

Core Features & Use Cases

  • CRUD Operations: Create, read, update, delete, and list Confluence pages across spaces.
  • Document Import/Export: Convert Markdown, Word, PDF, and HTML to Confluence storage format and export content back to Markdown/HTML/JSON.
  • CQL Querying: Efficiently search and filter content using Confluence Query Language (CQL) with space/label filters.
  • Batch Operations: Import/export multiple pages or entire spaces to accelerate migrations.

Quick Start

Install dependencies, configure ATLASSIAN_URL, ATLASSIAN_USER, and ATLASSIAN_APIKEY in a .env file, then run npm run confluence test to verify connectivity.

Frequently Asked Questions about ailey-atl-confluence

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

FAQPage Schema
How do I automate Confluence page creation and updates via CLI?

You can automate Confluence page creation and updates via CLI by using this Skill to perform CRUD operations across spaces. It enforces page versioning and handles environment-based authentication with Atlassian API tokens to ensure reliable content manipulation.

Can I convert Markdown, Word, and PDF documents to Confluence storage format?

Yes, you can convert Markdown, Word, and PDF documents to Confluence storage format. This Skill handles document conversion for batch imports, allowing teams to migrate existing external knowledge bases into Confluence pages efficiently.

What do I need to configure to authenticate Confluence CLI automation?

To authenticate Confluence CLI automation, you need to configure ATLASSIAN_URL, ATLASSIAN_USER, and ATLASSIAN_APIKEY in a .env file. This environment-based setup securely connects the CLI to your Atlassian account before executing operations.

How do I search and filter Confluence content using CQL?

You search and filter Confluence content using CQL through the CLI's built-in querying capabilities. This Skill supports Confluence Query Language with space and label filters to efficiently retrieve specific pages across your knowledge base.

What is the best way to batch export Confluence pages to Markdown or HTML?

The best way to batch export Confluence pages to Markdown or HTML is using this Skill's export functionality. It converts Confluence storage format back into Markdown, HTML, or JSON, accelerating documentation migrations and backups.