ghost-admin-api
Installation
SKILL.md
Ghost Admin API
Overview
The Ghost Admin API provides full read-write access to a Ghost publication. It handles content management (posts, pages, tags), member management, newsletter configuration, image/theme uploads, and webhook registration. Authentication uses JWT tokens generated from Admin API keys.
When to Use
- Creating, updating, publishing, scheduling, or deleting posts and pages
- Managing members (create, update, import, generate sign-in links)
- Configuring newsletters, tiers, and offers
- Uploading images, media, or themes
- Registering and managing webhooks
- Building publishing workflows, CMS integrations, or content pipelines
- Automating Ghost administration tasks