From sundial-org-awesome-openclaw-skills-4
Searches and manages Confluence pages and spaces via confluence-cli: read, create, update, export pages, list spaces, and navigate page hierarchies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:confluenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search and manage Confluence pages using confluence-cli.
Search and manage Confluence pages using confluence-cli.
Before using this skill, complete these steps:
Step 1: Install the CLI
npm install -g confluence-cli
Step 2: Get an API token
Step 3: Configure the CLI
confluence init
When prompted, enter:
yourcompany.atlassian.net (without https://)Step 4: Verify setup
confluence spaces
If you see your spaces listed, you're ready to use Confluence.
confluence search "deployment guide"
confluence read <page-id>
Page IDs are in the URL: https://yoursite.atlassian.net/wiki/spaces/SPACE/pages/123456/Title → ID is 123456
confluence info <page-id>
confluence find "Page Title"
confluence spaces
confluence create "Page Title" SPACEKEY --body "Page content here"
confluence create-child "Child Page Title" <parent-page-id> --body "Content"
Or from a file:
confluence create-child "Page Title" <parent-id> --file content.html --format storage
confluence update <page-id> --body "Updated content"
Or from a file:
confluence update <page-id> --file content.html --format storage
confluence children <page-id>
confluence export <page-id> --output ./exported-page/
https:// - just yourcompany.atlassian.net--format storage when content is in Confluence storage format (HTML-like)~/.confluence-cli/config.jsonnpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Reads, searches, creates, and updates Confluence pages via a bundled CLI that calls the REST API directly. Includes content summaries and write confirmation gates.
Automates Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio).