·ghost-blog
""

ghost-blog

通过 Admin API 管理 Ghost 博客文章。功能包括列表/过滤帖子(状态、标签、精选、搜索)、CRUD 操作(创建、读取、更新、删除、发布)、批量操作(批量发布/取消发布、添加/删除标签)和标签管理。当用户提及幽灵博客、管理帖子、发布草稿、批量更新或博客管理任务时使用。

9安装·0热度·@hoangvantuan

安装

$npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog

如何安装 ghost-blog

通过命令行快速安装 ghost-blog AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:hoangvantuan/claude-plugin。

SKILL.md

查看原文

| test, run tests | pytest | cd scripts && uv run pytest -v | | list posts, show drafts, filter posts | posts\browse.py | --status draft --tag news | | get post, read post, show post | posts\crud.py get | --id xxx or --slug xxx | | create post, new post, write post | posts\crud.py create | --title "..." --html "..." |

| update post, edit post, change post | posts\crud.py update | --id xxx --title "..." | | delete post, remove post | posts\crud.py delete | --id xxx --confirm | | publish post, publish draft | posts\crud.py publish | --id xxx | | unpublish post | posts\crud.py unpublish | --id xxx |

| bulk publish, publish all drafts | posts\bulk.py publish | --filter "..." --execute | | bulk unpublish | posts\bulk.py unpublish | --filter "..." --execute | | add tag to posts, tag posts | posts\bulk.py add-tag | --filter "..." --tag xxx --execute | | remove tag from posts | posts\bulk.py remove-tag | --filter "..." --tag xxx --execute |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog
分类
""沟通写作
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from hoangvantuan/claude-plugin

快速解答

什么是 ghost-blog?

通过 Admin API 管理 Ghost 博客文章。功能包括列表/过滤帖子(状态、标签、精选、搜索)、CRUD 操作(创建、读取、更新、删除、发布)、批量操作(批量发布/取消发布、添加/删除标签)和标签管理。当用户提及幽灵博客、管理帖子、发布草稿、批量更新或博客管理任务时使用。 来源:hoangvantuan/claude-plugin。

如何安装 ghost-blog?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hoangvantuan/claude-plugin --skill ghost-blog 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/hoangvantuan/claude-plugin