·ghost-blog

Manage Ghost blog posts via Admin API. Capabilities include list/filter posts (status, tag, featured, search), CRUD operations (create, read, update, delete, publish), bulk operations (mass publish/unpublish, add/remove tags), and tag management. Use when user mentions ghost blog, manage posts, publish drafts, bulk update, or blog management tasks.

9Installs·0Trend·@hoangvantuan

Installation

$npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog

How to Install ghost-blog

Quickly install ghost-blog AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hoangvantuan/claude-plugin.

SKILL.md

View raw

| test, run tests | pytest | cd scripts && uv run pytest -v | | list posts, show drafts, filter posts | posts\browse.py | --status draft --tag news | | get post, read post, show post | posts\crud.py get | --id xxx or --slug xxx | | create post, new post, write post | posts\crud.py create | --title "..." --html "..." |

| update post, edit post, change post | posts\crud.py update | --id xxx --title "..." | | delete post, remove post | posts\crud.py delete | --id xxx --confirm | | publish post, publish draft | posts\crud.py publish | --id xxx | | unpublish post | posts\crud.py unpublish | --id xxx |

| bulk publish, publish all drafts | posts\bulk.py publish | --filter "..." --execute | | bulk unpublish | posts\bulk.py unpublish | --filter "..." --execute | | add tag to posts, tag posts | posts\bulk.py add-tag | --filter "..." --tag xxx --execute | | remove tag from posts | posts\bulk.py remove-tag | --filter "..." --tag xxx --execute |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog
Category
""Writing
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from hoangvantuan/claude-plugin

Quick answers

What is ghost-blog?

Manage Ghost blog posts via Admin API. Capabilities include list/filter posts (status, tag, featured, search), CRUD operations (create, read, update, delete, publish), bulk operations (mass publish/unpublish, add/remove tags), and tag management. Use when user mentions ghost blog, manage posts, publish drafts, bulk update, or blog management tasks. Source: hoangvantuan/claude-plugin.

How do I install ghost-blog?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hoangvantuan/claude-plugin