Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

ghost-writer-sync幽灵作家同步

Agent Skill

ghost-writer-sync 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,081

周安装

85

GitHub Stars

1

下载量

666
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ghost-writer-sync(幽灵作家同步)
来源仓库:https://github.com/liverock/ghost-writer-sync
安装命令:
openclaw skills install ghost-writer-sync
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ghost-writer-sync

简介

将已发布的博客文章从 Substack 和 Ghost 提取到 Obsidian 或 Logseq 库中,以供 AI 辅助重新调整用途。

SKILL.md

name
ghost-writer-sync
description
Pulls published blog posts from Substack and Ghost into an Obsidian or Logseq vault for AI-assisted repurposing.
tools
description
Synchronizes all configured blog sources into the local vault. Fetches new posts from Substack and/or Ghost, converts HTML to Markdown, and writes files with proper frontmatter.
arguments
description
Path to the JSON config file (default: ghost-writer-sync.json).
type
string
required
false
description
Override vault directory from config.
type
string
required
false
description
Output format — "obsidian" (YAML frontmatter) or "logseq" (property list).
type
string
required
false
execution
command
python3 {{SKILL_DIR}}/sync.py sync --config "{{config}}" --vault "{{vault}}" --format "{{format}}
output_format
markdown
description
Adds a Substack publication as a sync source. The RSS feed is public so no API key is needed.
arguments
description
Publication URL (e.g. https://example.substack.com).
type
string
required
true
description
Path to the JSON config file.
type
string
required
false
execution
command
python3 {{SKILL_DIR}}/sync.py add-substack --url "{{url}}" --config "{{config}}
output_format
markdown
description
Adds a Ghost blog as a sync source. Requires a Ghost Content API key in id:secret format.
arguments
description
Ghost site URL (e.g. https://myblog.ghost.io).
type
string
required
true
description
Ghost Content API key (id:secret format).
type
string
required
true
description
Path to the JSON config file.
type
string
required
false
execution
command
python3 {{SKILL_DIR}}/sync.py add-ghost --url "{{url}}" --api-key "{{api_key}}" --config "{{config}}
output_format
markdown
description
Lists all configured blog sources and the current vault path.
arguments
[]
execution
command
python3 {{SKILL_DIR}}/sync.py list --config "{{config}}
output_format
markdown
description
Displays the current sync configuration.
arguments
[]
execution
command
python3 {{SKILL_DIR}}/sync.py config --config "{{config}}
output_format
markdown

Ghost-Writer Sync

Automatically pulls your published blog posts (Substack / Ghost) into your local Obsidian or Logseq vault for AI-assisted repurposing.

How It Works

Blog Source  →  Fetch Posts  →  HTML → Markdown  →  Write to Vault
(Substack RSS / Ghost API)       (stdlib)         (frontmatter + body)
  1. Fetch — Pulls published posts from each configured source
  2. Convert — Transforms HTML content to clean Markdown using a stdlib-only converter
  3. Write — Saves each post as a Markdown file with rich frontmatter in your vault

Supported Sources

SourceAuthNotes
SubstackNone (public RSS)Reads the /feed endpoint
GhostContent API key (id:secret)Uses Admin API JWT auth

Output Formats

FormatFrontmatterFilename
ObsidianYAML block (--- delimited){slug}.md
LogseqProperty list (key:: value){date} {slug}.md

Frontmatter Fields

Every synced post includes:

FieldDescription
titlePost title
sourcesubstack or ghost
urlOriginal post URL
publishedPublication date
syncedTimestamp of last sync
post_idStable hash-based ID for dedup
tags(Ghost only) Tag names
excerpt(Ghost only) Post excerpt
feature_image(Ghost only) Hero image URL

Usage

Add a source

# Substack — just the URL
python3 sync.py add-substack --url https://example.substack.com

# Ghost — URL + API key
python3 sync.py add-ghost --url https://myblog.ghost.io --api-key abc123:def456...

Run a sync

python3 sync.py sync --vault /path/to/obsidian-vault

Check config

python3 sync.py list
python3 sync.py config

Repurposing Workflow

Once posts are in your vault, use your AI assistant to:

  • Rewrite posts as Twitter/X threads
  • Generate LinkedIn summaries
  • Create newsletter compilations
  • Extract key quotes and talking points
  • Draft follow-up posts based on themes

Posts land as standard Markdown files, so they work with any Obsidian plugin, Logseq graph, or AI tool that reads .md files.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.61%
按下载量换算477

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills