ghost-publisher-mcp: Skill for Codex

.agents/skills/ghost-editorial-batch/SKILL.md

ghost-editorial-batch is a skill for Codex from BlogFactoryHQ/ghost-publisher-mcp. It costs 64 tokens per session (988 once invoked), scanned A, original, MIT.

A controlled workflow for inspecting, editing, verifying, and scheduling draft posts or pages in Ghost, a publishing platform. It preserves existing content structure and keeps changes subject to approval.

In plain words
What is it for?
Use it to make approved metadata or text changes, review previews, audit content mechanically, and schedule Ghost posts or pages.
Why use it?
It reduces the risk of changing the wrong draft, losing formatting or metadata, publishing at the wrong time, or lacking recovery evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is BlogFactoryHQ/ghost-publisher-mcp's own configuration. It tells Codex how to work on ghost-publisher-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ghost-publisher-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to BlogFactoryHQ/ghost-publisher-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/BlogFactoryHQ/ghost-publisher-mcp/main/.agents/skills/ghost-editorial-batch/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/BlogFactoryHQ/ghost-publisher-mcp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ghost-editorial-batch

README.md
[![agentmods](https://agentmods.dev/badge/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch/github.svg)](https://agentmods.dev/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch)
Your own site
<a href="https://agentmods.dev/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch"><img src="https://agentmods.dev/badge/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ghost-editorial-batch

Your own site · 80×15
<a href="https://agentmods.dev/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch"><img src="https://agentmods.dev/badge/skills/blogfactoryhq/ghost-publisher-mcp/ghost-editorial-batch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 988 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00988
Opus 5 $0.00032 $0.00494
Sonnet 5 $0.00013 $0.00198
Haiku 4.5 $0.00006 $0.00099

Measured 11d ago against content hash 330b76baf832, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ghost-editorial-batch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/ghost-editorial-batch/SKILL.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ghost Editorial Batch

Use Ghost Publisher as the CMS safety boundary. The host AI may research, evaluate sources, and draft text with its own capabilities; never add a search provider, scraper, model key, or quality score to the MCP workflow.

Workflow

  1. Call check_connection. Confirm the permission profile and whether headless live checking is configured. Stop if the required write capability is absent.
  2. Resolve no more than 25 exact targets in the user-supplied order. Call get_post or get_page for every target and retain each ID plus updated_at.
  3. Call audit_content. Report only its mechanical signals; do not infer accuracy, quality, source reliability, or link health. If the user asks about content or publication risk, use the reporting rules below.
  4. Prepare the smallest applicable change operation:
    • update_fields for metadata and named fields.
    • append_section or prepend_section to add a Markdown section while preserving existing Lexical children.
    • replace_exact_text only for one exact, unique text node.
    • replace_body only when the user explicitly approves complete body replacement and the preview allows it.
  5. Call preview_changes. Show every full before snapshot, changed field, character and node effect, protected/removed node, warning, required scope, and preview hash. A broad request such as “improve the content” is not body-replacement approval.
  6. Stop for explicit approval of the exact unchanged batch and exact scopes. Do not combine this with scheduling approval.
  7. Call apply_change_set once with the unchanged changes, preview hash, exact scopes, and user_confirmed: true. Do not retry a write automatically.
  8. Inspect every receipt and Ghost readback. Report succeeded, failed, and not-attempted targets, revision requests, preserved fields, and any partial completion. Keep the returned before snapshots available to the user; the MCP stores none. Recovery uses Ghost Admin revision history or a separately previewed reverse change-set.
  9. If scheduling is requested, call plan_schedule with the exact applied/read-back revisions, ordered posts, local start time, IANA timezone, and interval hours. Show local times, exact UTC timestamps, newsletter: false, headless visibility, and the plan hash. When publication cadence is in scope, use a bounded list_posts query to report existing scheduled posts around that window.
  10. Stop for separate schedule approval. Then call schedule_posts once with the unchanged posts, plan hash, and user_confirmed: true. Never add newsletter/email parameters or trigger deployment for scheduling.

Read the full file on GitHub · 46 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 46 lines · 64 tokens per session scan A 330b76baf832

Subscribe to this mod's changes

ghost-editorial-batch is a skill published in the GitHub repository BlogFactoryHQ/ghost-publisher-mcp (0 stars, last pushed 16d ago), licensed MIT. It adds 64 tokens to every session and 988 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

delegacion-local

Regla y catálogo para delegar pasos mecánicos (resumir, clasificar, extraer, boilerplate, mensaje de commit desde un diff, traducir texto o archivo, resumir salida de lint/tests/CI, explicar código, describir una imagen, verificar si el backend local está disponible) a modelos locales vía las tools local del MCP…

ZahiriNatZuke/local-delegate · 137 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens