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.
| Namespace | Robomotion.Ghost |
| Version | 1.2.4 |
| Category | Content & File Management |
| Nodes | 21 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Ghost and returns a Client ID. |
| Disconnect | Closes a Ghost connection. |
| Create Post | Creates a post in Ghost. |
| Get Post | Gets a post in Ghost. |
| List Posts | Lists posts in Ghost. |
| Update Post | Updates a post in Ghost. |
| Delete Post | Deletes a post in Ghost. |
| Create Page | Creates a page in Ghost. |
| Get Page | Gets a page in Ghost. |
| List Pages | Lists pages in Ghost. |
| Update Page | Updates a page in Ghost. |
| Delete Page | Deletes a page in Ghost. |
| Create Member | Creates a member in Ghost. |
| Get Member | Gets a member in Ghost. |
| List Members | Lists members in Ghost. |
| Update Member | Updates a member in Ghost. |
| Delete Member | Deletes a member in Ghost. |
| Create Tag | Creates a tag in Ghost. |
| List Tags | Lists tags in Ghost. |
| Delete Tag | Deletes a tag in Ghost. |
| Toolkit | Exposes 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.
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.