From routine
Fetches Confluence page content using confluence-cli from a given URL, resolves short links, formats output, and saves as markdown file. Activates on Confluence page URLs.
npx claudepluginhub delexw/claude-code-miscThis skill is limited to using the following tools:
Fetch and display Confluence page content using `confluence-cli`.
Fetches Confluence page content via Atlassian MCP (preferred), REST API fallback, or browser DOM extraction and converts to Markdown. Internal module for Bedrock skills.
Search, read, create, update, and manage Confluence pages and spaces using confluence-cli. Handles documentation access, space navigation, and exports with attachments.
Search, read, create, update, and manage Confluence pages and spaces using confluence-cli from the terminal. Access team documentation and wikis during development.
Share bugs, ideas, or general feedback.
Fetch and display Confluence page content using confluence-cli.
Raw arguments: $ARGUMENTS
Infer from the arguments:
.implement-assets/confluence if not providedconfluence-cli installed and available in PATH (https://github.com/pchuri/confluence-cli)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./wiki/x/ENCODED, decode it to a numeric page ID (see references/rules.md for decoding steps), then use that ID instead.confluence-cli read PAGE_URL_OR_ID via Bashmkdir -p OUT_DIR via Bash, then save the full formatted output to OUT_DIR/scroll.md using the Write tool.