Back to browse
confluence
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:
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Create a new API token
- 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
| Predicate | Scope | Description |
|---|---|---|
confluence:page_created | agent | Pages created by the agent |
confluence:page_updated | agent | Pages updated by the agent |
confluence:page_context | agent | Page metadata for context enrichment |
License
MIT
Versions
Comments
Sign in to leave a comment.
Loading comments...