ApiliumHub
Back to browse

confluence

ApiliumApiliumv1.0.3600
officialplatinum (7/8)Clean scan

Confluence — pages, spaces, search, comments via Atlassian REST API

Install

mayros skill install confluence
mayros skill install [email protected]

README

@apilium/confluence

Atlassian Confluence integration skill for Mayros -- pages, spaces, search, and comments via the Confluence REST API.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/confluence ~/.mayros/skills/confluence

Or install via the Mayros CLI:

mayros skill install @apilium/confluence

Prerequisites

You need a Confluence Cloud instance and an API token:

  1. Go to https://id.atlassian.com/manage-profile/security/api-tokens
  2. Create a new API token
  3. Set the following environment variables:
export CONFLUENCE_BASE_URL="https://your-domain.atlassian.net"
export CONFLUENCE_EMAIL="[email protected]"
export CONFLUENCE_API_TOKEN="your-api-token"

Usage

Once configured, the agent can:

  • Pages: Create, read, update, and delete pages
  • Spaces: List and browse spaces
  • Search: Search content with CQL (Confluence Query Language)
  • Comments: Read and add comments to pages
  • History: View page edit history

Example prompts

"List all spaces in Confluence"
"Find pages about 'deployment' in the ENG space"
"Create a new page in DEV space titled 'API Guidelines'"
"Show me the comments on the architecture decision page"
"What pages were recently updated in the TEAM space?"

Semantic Predicates

PredicateScopeDescription
confluence:page_createdagentPages created by the agent
confluence:page_updatedagentPages updated by the agent
confluence:page_contextagentPage metadata for context enrichment

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 27, 2026

Comments

Sign in to leave a comment.

Loading comments...