返回 Skill 列表
extension
分类: 开发与工程无需 API Key

confluence-page-viewer

使用confluence CLI读取Confluence页面内容。当给定一个Confluence页面URL时,用来获取并显示页面信息。

person作者: jakexiaohubgithub

Confluence Page Viewer

Fetch and display Confluence page content using confluence-cli.

Inputs

Raw arguments: $ARGUMENTS

Infer from the arguments:

  • PAGE_URL: the Confluence page URL
  • OUT_DIR: output directory, or .implement-assets/confluence if not provided

System Requirements

  • confluence-cli installed and available in PATH (https://github.com/pchuri/confluence-cli)

Execution

  1. Pre-flight check: Run which confluence-cli to verify the CLI is available. If not found, follow error handling in references/rules.md. Do NOT continue until the CLI is available.
  2. Validate PAGE_URL against references/rules.md
  3. Run confluence-cli read PAGE_URL via Bash
  4. Format the output per references/output-format.md
  5. Save output: Run mkdir -p OUT_DIR via Bash, then save the full formatted output to OUT_DIR/scroll.md using the Write tool.