Read-only access to Ghost CMS published content via the Content API. This skill should be used when fetching posts, pages, tags, authors, tiers, or settings from a Ghost publication. Covers authentication with Content API keys, the JavaScript SDK (@tryghost/content-api), NQL filtering syntax, pagination, and all available endpoints.
$npx -y skills add bowtiedswan/ghost-cms-skills --skill ghost-content-apiInstalls into the current project.
Run `npx skills use "https://github.com/bowtiedswan/ghost-cms-skills" --skill "bowtiedswan/ghost-cms-skills/ghost-content-api"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bowtiedswan/ghost-cms-skills" that are relevant to the current task. Run `npx skills add "https://github.com/bowtiedswan/ghost-cms-skills"` and select the relevant skills, then follow their instructions.