confluence

Search and read Atlassian Confluence content.

$ 安裝

git clone https://github.com/vrslev/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/home/.pi/agent/skills/confluence ~/.claude/skills/dotfiles

// tip: Run this command in your terminal to install the skill


name: confluence description: Search and read Atlassian Confluence content.

Confluence

Search and read Atlassian Confluence content.

Search

# Search for pages containing a query
confluence search "project documentation"

# Find a page by title, for example, extracted from url: https://confluence/pages/viewpage.action?title=Home+Adapter+Service
confluence find "Project Plan"

Read

# Read a Confluence page in text format by id
confluence read 12345

# Get information about a specific page by id
confluence info 12345

Learn more using help

confluence --help
confluence search --help

When to Use

  • Searching for documentation or API references
  • Looking up facts or current information
  • Fetching content from specific URLs by titlte