From sundial-org-awesome-openclaw-skills-4
Search, read, create, update, and manage Confluence pages and spaces using confluence-cli from the terminal. Access team documentation and wikis during development.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Search and manage Confluence pages using confluence-cli.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.json