ghost

Automate Ghost CMS content publishing and membership management via the robomotion ghost CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill ghost-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghost
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/ghost
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill ghost-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ghost CMS content and membership management can be tedious and error-prone when performed manually. This skill provides a streamlined CLI workflow to automate posts, pages, tags, members, tiers, newsletters, and offers for Ghost-powered sites using the robomotion ghost commands.

Core Features & Use Cases

  • Create, update, publish, and delete posts and pages in Ghost.
  • Manage tags, members, tiers, and subscription offers, including newsletters configuration.
  • List, search, and manage content and site resources, with session-based operation flow.

Quick Start

Connect to Ghost with a session and begin performing operations like creating a post or page with the appropriate ghost subcommands.

Frequently Asked Questions about ghost

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Ghost CMS content publishing from the command line?

Ghost CMS content publishing can be automated using CLI commands to create, update, and list posts or pages directly. This streamlines manual workflows by managing site resources through session-based operations and the Ghost Admin API.

Can I manage Ghost memberships and newsletters via a CLI?

Yes, Ghost memberships and newsletters can be managed via CLI. You can create members, configure subscription tiers and offers, and handle newsletter settings programmatically instead of manually through the Ghost admin interface.

Do I need a Ghost Admin API key to use the ghost CLI commands?

Yes, a Ghost Admin API key is required to authenticate and use the ghost CLI commands. You must establish a running session and connect using this key before executing operations like creating posts or managing members.

What is the best way to bulk create posts and tags in Ghost CMS?

The best way to bulk create posts and tags in Ghost CMS is by using CLI automation. Commands like ghost_create_post allow you to script content creation and apply tags programmatically, reducing manual data entry errors.

How does session-based operation work for Ghost content management?

Session-based operation for Ghost content management works by connecting to your site once with the ghost_connect command. This establishes an authenticated session that persists for subsequent CLI commands to create, update, or list site resources.