ghost-blog

Community

Automate Ghost posts and tags via Admin API.

Authorhoangvantuan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ghost content management via the Admin API typically requires many repetitive API calls to list, create, update, delete posts and tags, publish drafts, and perform bulk changes. This Skill provides a programmable interface to Ghost Admin API to automate common blogging workflows.

Core Features & Use Cases

  • Create, read, update, delete, and publish Ghost posts and manage tags.
  • Bulk operations like mass publish/unpublish and tag synchronization.
  • Workflows for drafts, scheduled posts, and newsletters to streamline content distribution.

Quick Start

  1. Install dependencies and set up environment variables (GHOST_URL, GHOST_ADMIN_KEY, GHOST_API_VERSION if needed).
  2. List posts: python scripts/posts_browse.py --status draft
  3. Create a post: python scripts/posts_crud.py create --title "My Post" --html "<p>Content</p>" --status draft --tags "tag1,tag2"
  4. Publish a post: python scripts/posts_crud.py publish --id POST_ID

Dependency Matrix

Required Modules

requestsPyJWTpython-dotenv

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ghost-blog
Download link: https://github.com/hoangvantuan/claude-plugin/archive/main.zip#ghost-blog

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.