← 返回
未分类 Key 中文

Ghost-Writer Sync

Pulls published blog posts from Substack and Ghost into an Obsidian or Logseq vault for AI-assisted repurposing.
将 Substack 与 Ghost 的已发布博文拉取到 Obsidian 或 Logseq 笔记库,用于 AI 辅助的再利用。
liverock liverock 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 300
下载
💾 0
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 969 📥 523,962
it-ops-security

Docker Medic

liverock
检查容器健康状态并针对常见错误提供修复建议
★ 1 📥 505
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 451 📥 106,179