A robust command-line interface for managing Ghost.io blog content, tags, and site settings via the Admin API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ecto
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ecto using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ecto is a high-performance command-line interface designed for developers and content creators using Ghost.io. It leverages the Ghost Admin API to provide a seamless experience for managing posts, pages, and site metadata directly from the terminal. As one of the versatile Openclaw Skills, it enables programmatic interaction with headless CMS environments, making it ideal for CI/CD pipelines and automated publishing workflows.
The tool supports markdown-to-HTML conversion, ensuring that your local writing environment translates perfectly to your Ghost blog. With native JSON output support, ecto integrates effortlessly with other command-line utilities like jq, allowing for complex content migrations and batch updates. This skill empowers users to bypass the web interface and handle site management through a developer-centric workflow that is both fast and scriptable.
To get started with this skill, first add your Ghost.io site credentials to the CLI:
ecto auth add <name> --url <ghost-url> --key <admin-api-key>
Set your site as the default for current operations:
ecto auth default <name>
Verify your configuration by fetching site information:
ecto site --json
The ecto skill organizes data based on the Ghost.io Admin API structure, providing clear outputs for:
| Object | Description |
|---|---|
| Posts | Includes title, slug, markdown body, tags, and publishing status (draft, published, scheduled). |
| Pages | Static site pages with support for full markdown-to-HTML conversion. |
| Tags | Metadata taxonomy including name, slug, and descriptions. |
| Auth | Local configuration storage for multi-site access keys. |
| Webhooks | Event-driven triggers such as post.published or page.added. |
Loading
A specialized skill for designing, spawning, and managing autonomous OpenClaw subagents and multi-agent orchestration patterns.

A high-integrity execution engine for Openclaw Skills that runs immutable, pre-validated plans with zero interpretation and strict termination rules.

A specialized skill that forces an agent to proxy all reasoning and code generation tasks to a KIMI causal language model.

A sophisticated design engine that generates quantified, high-fidelity frontend specifications by optimizing for aesthetics, motion, and user experience.

A comprehensive command-line interface for managing the entire Microsoft 365 ecosystem including Mail, Calendar, Drive, and Office documents.

A powerful interface to fetch and analyze Oura Ring health metrics including sleep, readiness, and activity scores via CLI.








































