markdown-sync-pro

Markdown 一键同步到 Notion、GitHub Wiki、Medium 等平台

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "markdown-sync-pro" with this command: npx skills add markdown-sync-pro

Markdown Sync Pro — 多平台内容同步工具

一键将 Markdown 内容同步发布到多个平台。

支持的平台

平台状态说明
GitHub Wiki发布到仓库 Wiki
Notion📝创建 Notion 页面
Medium📝发布文章(需要 API Token)
本地 HTML导出为 HTML 文件

使用方法

基本用法

/publish article.md --to github --repo owner/repo

发布到多个平台

/publish article.md --to github,notion,medium

预览转换结果

/publish article.md --dry-run

平台配置

GitHub Wiki

export GITHUB_TOKEN=your_github_token
/publish article.md --to github --repo username/repo

Notion

export NOTION_TOKEN=secret_xxx
export NOTION_PARENT_PAGE=page_id
/publish article.md --to notion

Medium

export MEDIUM_TOKEN=your_medium_token
/publish article.md --to medium

Markdown 转换支持

  • ✅ 标准 Markdown 语法
  • ✅ 代码块高亮
  • ✅ 表格
  • ✅ 图片(自动上传图床)
  • ✅ Frontmatter 元数据

示例

# 发布到 GitHub Wiki
/publish docs/guide.md --to github --repo myorg/project

# 发布到 Notion 并设置标题
/publish blog/post.md --to notion --title "我的文章"

# 导出为 HTML
/publish article.md --to html --output ./dist/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Olares Shared (olares-cli foundation)

Shared olares-cli foundation: profile model, first-time login (profile login with password + TOTP), bootstrapping a profile from an existing refresh token (p...

Registry SourceRecently Updated
Coding

Olares Dashboard (olares-cli dashboard)

olares-cli dashboard command tree — AI-agent-oriented mirror of the dashboard SPA's Overview2 + Applications2 routes. Covers: the strict dual-shape JSON enve...

Registry SourceRecently Updated
Coding

Olares Settings (olares-cli settings)

olares-cli settings command tree: profile-based reads of every section the SPA's Settings page exposes (https://docs.olares.com/manual/olares/settings/) plus...

Registry SourceRecently Updated
Coding

Olares Market (olares-cli market)

olares-cli market command tree against the per-user Market app-store v2 API: list / get / categories for catalog browsing; install / uninstall / upgrade / cl...

Registry SourceRecently Updated