confluence-page-viewer
19
总安装量
19
周安装量
#18746
全站排名
安装命令
npx skills add https://github.com/delexw/claude-code-misc --skill confluence-page-viewer
Agent 安装分布
codex
19
opencode
18
gemini-cli
18
github-copilot
18
codebuddy
17
claude-code
17
Skill 文档
Confluence Page Viewer
Fetch and display Confluence page content using npx confluence-cli.
Arguments
$ARGUMENTS[0]â Confluence page URL$ARGUMENTS[1]â (optional) Output directory for persisting the page content. Defaults to.implement-assets/confluence
When invoked by the orchestrator (e.g. implement), $ARGUMENTS[1] is provided. When used standalone, it defaults to .implement-assets/confluence.
System Requirements
- Node.js and npm/npx available
confluence-clipackage (https://github.com/pchuri/confluence-cli) â invoked vianpx confluence-clito avoid asdf Node.js version conflicts
Execution
- Pre-flight check: Run
npx confluence-cli --helpto verify the CLI works â if it fails, follow error handling in references/rules.md. Do NOT continue until the CLI is available. Auth errors are caught when the actual command runs. - Validate
$ARGUMENTS[0]against references/rules.md - Run
npx confluence-cli read $ARGUMENTS[0]via Bash - Format the output per references/output-format.md
- Save output: Run
mkdir -p $ARGUMENTS[1]via Bash, then save the full formatted output to$ARGUMENTS[1]/output.mdusing the Write tool. This ensures the complete output is persisted for the orchestrator to read.