Quick overview
Ghost CMS content management via Admin API v5.x. Creates, edits, publishes, and schedules posts and pages, manages tags, uploads images, and reads member and newsletter data. Uses zero external Python dependencies, relying on stdlib for all HTTP and JWT operations.
Zero external dependencies mean it runs on any Python 3.9 environment without pip installs, and permission flags like allow_publish and readonly_mode let you restrict it to suggest-only or read-only modes without code changes.
Common tasks
- Draft a blog post from research notes
- Publish or unpublish a post by title or slug
- Upload a feature image and attach it to a draft
- List all draft posts filtered by tag
- Create a batch of tags for content organization
Install paths
Primary command
openclaw install romain-grosos/ghost-admin
ClawHub installer
npx clawhub@latest install romain-grosos/ghost-admin
OpenClaw CLI
openclaw skills install romain-grosos/ghost-admin
Direct OpenClaw install
openclaw install romain-grosos/ghost-admin
Skill metadata
- Category: Web & Frontend Development
- Language: Markdown
- Version: 1.2.0
- Security status: Benign
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/romain-grosos/ghost-admin






