Automates Ghost CMS blog post management by syncing drafts between local files and the Ghost Admin API.
The Ghost Content Manager skill streamlines the blogging workflow by allowing users to manage Ghost CMS content directly from their local development environment. It facilitates the creation, retrieval, and synchronization of drafts using simple terminal commands and structured HTML files with YAML frontmatter. This tool is ideal for developers and content creators who prefer using local editors for writing while maintaining a seamless link to the Ghost Admin API for content updates and metadata tracking.
主要功能
01Seamless integration with Ghost Admin API for secure content pushing
02Scaffold new blog posts and pages with local script commands
03Support for automated timestamp updates and UUID tracking
04Metadata management via YAML frontmatter including slugs, IDs, and statuses
05Bi-directional synchronization of drafts between local storage and Ghost CMS
068 GitHub stars
使用场景
01Editing and formatting Ghost blog posts in a local IDE with AI assistance
02Maintaining a local version-controlled history of CMS content
03Bulk updating existing draft content using automated scripts