Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fixed: Use confluence-cli (npm) instead of jira-cli. Added comprehensive setup guide and all CLI commands.
What This Skill Does
Connects to Confluence via confluence-cli to search, read, create, and update pages and spaces from the terminal. Requires a one-time setup with an Atlassian API token. Works with any Confluence Cloud instance.
Lets you read and write Confluence content directly from the terminal or agent workflows without navigating the web UI.
When to use it
- Find a deployment guide buried in a large Confluence space
- Read an architecture doc without opening a browser
- Create a new page in a project space from a local HTML file
- Update meeting notes or runbooks after a change
- List child pages under a parent doc to map documentation structure
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: find the onboarding documentation and show me its contents
- 1Run `confluence search "onboarding"` to find matching pages
- 2Identify the page ID from the search results
- 3Run `confluence read <page-id>` to fetch the full page content
- 4Return the content to the user
Full text of the onboarding page displayed in the terminal
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.