mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
CLI wrapper for the Ghost CMS Admin API v5/v6. Commands: site, posts (list), create-post, pages (list), tags (list). All cli-builder patterns: --json, --dry-run, --quiet, --verbose, lazy auth, emit() dual-output, structured logging, pre-parsed global flags. Auth via GHOST_URL and GHOST_ADMIN_KEY (id:secret format). JWT token generation handled internally (HS256, 5-min expiry). Signed-off-by: Jasper <magnus@groktop.us>