Ghost Blog

Stdlib-only Ghost Admin/Content API client — JWT auth and post CRUD verified live against a mock server.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 13b6965

Stood up a mock Ghost API server on 127.0.0.1 and ran the bundled ghost_api.py verbatim per the SKILL.md's documented pattern: JWT auth, create-post with source=html, and an update-then-read-back round trip all worked correctly on the first try, including the Unsplash attribution-caption helper.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Ghost Blog does

Manages a user's own Ghost blog through the Content and Admin APIs via a zero-dependency Python client: list/create/update/publish/schedule/delete posts and pages, upload images, set Unsplash feature images with attribution, manage tags/members/newsletters/tiers. Triggers on requests like 'list my blog posts', 'create a draft', 'publish my draft', 'schedule a post', or any Ghost-specific blog-management task; credentials come from user-set GHOST_API_URL/GHOST_ADMIN_API_KEY/GHOST_CONTENT_API_KEY env vars pointed at the user's own instance.

How to install Ghost Blog

git clone https://github.com/georgeguimaraes/claude-code-ghost
mkdir -p ~/.claude/skills
cp -r claude-code-ghost/plugins/ghost-blog/skills/ghost-blog ~/.claude/skills/ghost-blog

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Ghost Blog

  • /ghost-blog Stdlib-only Ghost Admin/Content API client — JWT auth and post CRUD verified live against a mock server.

It also activates on plain-language prompts like these:

  • List all the draft posts on my Ghost blog right now
  • Create a draft post on my blog and set an Unsplash feature image
  • Schedule this post to publish on my Ghost site next Monday

Frequently asked questions

Is the Ghost Blog skill free?
Yes. The skill itself is free from georgeguimaraes/claude-code-ghost. SkillProof publishes the install command and an independent test verdict at no cost.
Does Ghost Blog work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Stood up a mock Ghost API server on 127.0.0.1 and ran the bundled ghost_api.py verbatim per the SKILL.md's documented pattern: JWT auth, create-post with source=html, and an update-then-read-back round trip all worked correctly on the first try, including the Unsplash attribution-caption helper.
What is the Ghost Blog SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Ghost Blog?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Ghost Blog with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.