confluence-page-viewer

📁 delexw/claude-code-misc 📅 13 days ago
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

Execution

  1. Pre-flight check: Run npx confluence-cli --help to 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.
  2. Validate $ARGUMENTS[0] against references/rules.md
  3. Run npx confluence-cli read $ARGUMENTS[0] via Bash
  4. Format the output per references/output-format.md
  5. Save output: Run mkdir -p $ARGUMENTS[1] via Bash, then save the full formatted output to $ARGUMENTS[1]/output.md using the Write tool. This ensures the complete output is persisted for the orchestrator to read.