·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.

| 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-10

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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