mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
CLI wrapper for the Atlassian Confluence Cloud REST API. Commands: - me: current user profile - spaces: list spaces with keys and IDs - pages: list pages by space with version info - view: full page content with HTML body extraction - search: CQL search with result excerpts - create: create pages with HTML body and parent support All cli-builder patterns: --json, --dry-run, --quiet, --verbose, lazy auth, emit() dual-output, structured logging, pre-parsed global flags. Auth via CONFLUENCE_EMAIL + CONFLUENCE_API_TOKEN. Handles v2 API for CRUD, rest API for search and user. Signed-off-by: Jasper <magnus@groktop.us>