LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

ghost - Manage Ghost CMS content from the terminal

Manage Ghost CMS content over the Admin API, including posts, pages, tags, scheduling, and inspecting site info from the terminal.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Inspect site info
  • Browse posts pages and tags
  • Create posts pages and tags
  • Update post content and status
  • Delete posts

Inputs

  • GHOST_URL environment variable
  • GHOST_ADMIN_KEY environment variable
  • CLI parameters and content payloads

Outputs

  • Ghost CMS content state changes
  • CLI JSON and terminal output
  • Exported JSON content files

Requirements

  • Python 3.8+
  • requests Python library
  • Ghost Admin API key in id:secret format
  • GHOST_URL environment variable

Source

  • Spec: SKILL.md
ghost
cms
blog
blogging
post
page
tag
ghost-cms
content-management
api-client
Inspect site info
Browse posts pages and tags
Create posts pages and tags
Update post content and status
GHOST_URL environment variable
GHOST_ADMIN_KEY environment variable
CLI parameters and content payloads
Ghost CMS content state changes
CLI JSON and terminal output
Exported JSON content files