Skip to main content

Ghost

Ghost CMS integration. Manages posts (create, get, list, update, delete), pages (create, get, list, update, delete), members (create, get, list, update, delete), and tags (create, list, delete). Supports Admin API Key authentication with site URL. All nodes accept either a Client ID from Connect or direct credentials. Also ships an agent toolkit node (Robomotion.Ghost.Agents.Toolkit) that exposes publishing (create_post, update_post, get_post, list_posts, delete_post, create_page, list_pages, upload_image) as a callable tool bundle for AI agents such as Hermes; it carries its own Admin API credential and defaults new posts to draft. upload_image hosts an image in Ghost's media library and returns the URL, which can be set as a post's feature_image (cover) or embedded as an <img> in the body.

NamespaceRobomotion.Ghost
Version1.2.4
CategoryContent & File Management
Nodes21

Nodes

NodeDescription
ConnectOpens a connection to Ghost and returns a Client ID.
DisconnectCloses a Ghost connection.
Create PostCreates a post in Ghost.
Get PostGets a post in Ghost.
List PostsLists posts in Ghost.
Update PostUpdates a post in Ghost.
Delete PostDeletes a post in Ghost.
Create PageCreates a page in Ghost.
Get PageGets a page in Ghost.
List PagesLists pages in Ghost.
Update PageUpdates a page in Ghost.
Delete PageDeletes a page in Ghost.
Create MemberCreates a member in Ghost.
Get MemberGets a member in Ghost.
List MembersLists members in Ghost.
Update MemberUpdates a member in Ghost.
Delete MemberDeletes a member in Ghost.
Create TagCreates a tag in Ghost.
List TagsLists tags in Ghost.
Delete TagDeletes a tag in Ghost.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

20 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Post, Get Post, List Posts, Update Post, Delete Post, Create Page, Get Page, List Pages, Update Page, Delete Page, Create Member, Get Member, List Members, Update Member, Delete Member, Create Tag, List Tags, Delete Tag.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.