npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-ghost-blocks

v0.5.2

Published

n8n community node for publishing to Ghost CMS using simple, flat content blocks. Verified for n8n Cloud. Builds Lexical documents and handles JWT auth internally.

Readme

n8n-nodes-ghost-blocks

npm version License

n8n community node for publishing to Ghost CMS — slim, sandbox-compliant edition for n8n Cloud (verified).

Two versions, one workflow

This package exists alongside n8n-nodes-ghost-blocks. Pick the one that fits your n8n deployment:

| You are on… | Use | Why | |---|---|---| | n8n Cloud (managed) | n8n-nodes-ghost-blocks (this package) | Verified community node — installable via the in-app UI | | Self-hosted n8n | n8n-nodes-ghost-blocks | Full features: image upload, bookmark/embed auto-enrichment, oEmbed and OpenGraph fetching |

Both versions share the same content blocks format — you can move workflows between them as long as you don't use the features marked below.

What you get

✅ Create / Update / Get / List / Delete posts ✅ All 24 content block types (paragraph, heading, image, callout, signup, paywall, etc.) ✅ Inline markdown in paragraph/heading/quote ✅ SEO fields, scheduling, tags, authors, custom slugs ✅ Newsletter delivery on publish ✅ Tag and newsletter listing ✅ Health check

What's not in this version

These features require Node APIs that n8n Cloud's community-node sandbox doesn't allow. Use the self-hosted version if you need them:

❌ Image upload (uses node:fs) ❌ Bookmark auto-enrichment via OpenGraph (uses HTTP fetch + DNS) ❌ Embed auto-enrichment via oEmbed (uses HTTP fetch) ❌ SSRF protection via DNS resolution

In this version, bookmark blocks need title/description/etc. provided in the JSON. embed blocks just store the URL — the host n8n's HTTP Request node can pre-fetch oEmbed if you need the iframe HTML.

Installation

In your n8n Cloud instance:

  1. Settings → Community Nodes → Install
  2. Enter the package name: n8n-nodes-ghost-blocks
  3. Click Install

Setup

Get your Ghost Admin API key

  1. In Ghost Admin: Settings → Integrations → Add custom integration
  2. Copy the Admin API Key — format: 61234abc:f1f2f3...d4d5d6

Configure credentials in n8n

Add a new Ghost Blocks API credential:

| Field | Value | |---|---| | Ghost URL | https://my-site.ghost.io (no trailing slash) | | Admin API Key | The full id:secret key from Ghost | | API Version | v5.0 (default) |

Test the connection

Add a Ghost Blocks node, Resource = Health, Operation = Test Connection. You should see your site info returned.

Using with an AI agent

The content schema is shared with the full version. Use these resources to teach your AI agent the format:

More tools for n8n users

  • Nodey (launching soon) — Mobile command centre for n8n. Run and debug workflows from your phone, with an AI workflow builder, geo-fenced location triggers, and NFC triggers.
  • n8n workflow templates — Production-ready n8n workflow templates.

License

MIT