Comprehensive draft and post access, creating, editing and analysis. When Claude needs to work with the Ghost Admin API to access content published on alt-counsel.com as Houfu's partner.
SKILL.md
Using Ghost Admin API
Most Ghost operations use the ghst MCP tools directly. Use this skill to route to the one custom script still needed (publish-lexical.js for markdown → lexical with bookmark cards, GitHub footer, table conversion).
Decision tree
Post a draft from markdown → creating_a_draft.md (uses publish-lexical.js)
Sync Ghost post metadata back to local markdown (CHECK phase) → npm run sync-ghost <slug>
Backlink curation → use the backlink_curating skill
/docs/ghost-lexical-format.md — comprehensive lexical format reference. Consult when constructing complex lexical structures for publish-lexical.js.
scripts/ghost-lexical-single.js — reference documentation only (a LexicalBuilder API illustration). Do NOT require it or write per-post publishing scripts; scripts/publish-lexical.js at the repo root is the only canonical publishing path.
Reminders
Announce that you're using this skill.
MCP tools handle auth via the ghst CLI; no manual JWT needed.
Ghost docs are sparse — report any surprises so we can improve these instructions.