スキル一覧に戻る
ethanolivertroy

ghost-content-manager

by ethanolivertroy

Google Antigravity agent skills for document processing

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: ghost-content-manager description: Manage Ghost blog drafts and content. Use when creating new posts, pushing draft changes, or syncing content with Ghost. Supports creating drafts, syncing from Ghost, and pushing modifications back.

Ghost Content Manager

Manages Ghost blog content using Ghost Admin API.

Quick Commands

Create a new draft post:

node scripts/new-post.js my-post-slug "My Post Title"

Pull all drafts from Ghost:

node scripts/pull-drafts.js

Push modified drafts back to Ghost:

node scripts/push-drafts.js

Workflow

  1. Create: Use node scripts/new-post.js to scaffold local draft files
  2. Edit: Edit the HTML files in content/posts/drafts/ or content/pages/drafts/
  3. Sync: Use node scripts/pull-drafts.js to refresh drafts from Ghost
  4. Push: Use node scripts/push-drafts.js to sync edits back to Ghost

File Format

Drafts are .html files with YAML frontmatter:

---
title: My Post
slug: my-post-slug
id: 68b8cac28d91280001093ebb
status: draft
type: post
updated_at: "2025-01-15T10:30:00.000Z"
---

<p>Your content here...</p>
  • New posts: Only need title and slug
  • After push: File is updated with id, uuid, created_at, updated_at

Prerequisites

  • .env file with GHOST_URL and GHOST_ADMIN_API_KEY
  • Run npm install to install dependencies (dotenv, js-yaml)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です