A Claude Code plugin marketplace for managing Ghost blogs.
> /plugin marketplace add georgeguimaraes/claude-code-ghost> /plugin install ghost-blog@claude-code-ghost
FAQ
claude-code-ghost is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes ghost-blog. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: georgeguimaraes/claude-code-ghost
A Claude Code plugin marketplace for managing Ghost blogs.
Manage your Ghost blog directly from Claude Code: create, update, publish, schedule posts, upload images, manage tags, members, and newsletters.
Uses Ghost's Content API (read-only) and Admin API (read/write) with a zero-dependency Python client (stdlib only).
/plugin marketplace add georgeguimaraes/claude-code-ghost
/plugin install ghost-blog@claude-code-ghost
Create a Custom Integration in your Ghost Admin (Settings > Integrations) and export the keys:
export GHOST_API_URL="https://yourblog.ghost.io"
export GHOST_CONTENT_API_KEY="your-content-api-key"
export GHOST_ADMIN_API_KEY="your-admin-api-key-id:secret"
Just ask Claude Code to interact with your blog:
MIT
.claude-plugin/
marketplace.json
.gitignore
LICENSE
plugins/
ghost-blog/
.claude-plugin/
plugin.json
skills/
ghost-blog/
ghost_api.py
ghost_md.py
SKILL.md
README.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic