Best use case
markdown-sync-pro is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Markdown 一键同步到 Notion、GitHub Wiki、Medium 等平台
Teams using markdown-sync-pro should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/markdown-sync-pro/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How markdown-sync-pro Compares
| Feature / Agent | markdown-sync-pro | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Markdown 一键同步到 Notion、GitHub Wiki、Medium 等平台
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Markdown Sync Pro — 多平台内容同步工具 一键将 Markdown 内容同步发布到多个平台。 ## 支持的平台 | 平台 | 状态 | 说明 | |------|------|------| | GitHub Wiki | ✅ | 发布到仓库 Wiki | | Notion | 📝 | 创建 Notion 页面 | | Medium | 📝 | 发布文章(需要 API Token) | | 本地 HTML | ✅ | 导出为 HTML 文件 | ## 使用方法 ### 基本用法 ```bash /publish article.md --to github --repo owner/repo ``` ### 发布到多个平台 ```bash /publish article.md --to github,notion,medium ``` ### 预览转换结果 ```bash /publish article.md --dry-run ``` ## 平台配置 ### GitHub Wiki ```bash export GITHUB_TOKEN=your_github_token /publish article.md --to github --repo username/repo ``` ### Notion ```bash export NOTION_TOKEN=secret_xxx export NOTION_PARENT_PAGE=page_id /publish article.md --to notion ``` ### Medium ```bash export MEDIUM_TOKEN=your_medium_token /publish article.md --to medium ``` ## Markdown 转换支持 - ✅ 标准 Markdown 语法 - ✅ 代码块高亮 - ✅ 表格 - ✅ 图片(自动上传图床) - ✅ Frontmatter 元数据 ## 示例 ```bash # 发布到 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/ ```
Related Skills
markdown-extract Skill
Extract clean markdown from any URL using the markdown.new API.
claw-sync
Secure sync for OpenClaw memory and workspace. Use /sync to push, /restore to pull, /sync-status to check. Supports versioned backups and disaster recovery.
eternalmemory-sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
openclaw-sync
OpenClaw 数据轻量同步技能。基于 rclone + cron,支持 70+ 云存储后端, 定时备份 workspace 数据,资源占用极低。
obsidian-sync
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin.
polymarket-simmer-fastloop-sync-pulse
Trade Polymarket BTC/ETH/SOL 5-minute fast markets using a zero-delay Triple-Trigger strategy. Combines Binance momentum, NOFX OI/Netflow (free public API), and L2 Wall detection to choose between Trend Following and Mean Reversion. Pre-Caches market IDs to bypass the Simmer API blackout at market open.
tokio-async-code-review
Reviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. Use when reviewing Rust code that uses tokio, async/await patterns, spawn, channels, or async synchronization. Also covers tokio-util, tower, and hyper integration patterns.
saved-markdown
Publish Markdown, HTML, and Slides pages, reports, and documents anonymously to https://saved.md. **TRIGGER THIS SKILL when ANY of the following are true:** 1. User asks to CREATE content that is naturally document-like (reports, summaries, guides, docs, pages, tables, analysis) 2. User mentions markdown, publishing, sharing, or making something public 3. The response you're about to generate is structured text with headers, tables, or formatted sections 4. User asks for anything that could be a "page" or "document" output 5. User asks for slides, a slide deck, a presentation, or a "deck" output **When in doubt: TRIGGER.** (User can always choose local-only) **ALWAYS offer four options:** (1) one-shot publish, (2) interactive edit-before-publish, (3) local-only, (4) enhance.
markdown-to-pdf
Convert Markdown files to beautiful PDF documents. Supports custom styling, code highlighting, and multiple output options. Use when users need to convert MD to PDF for documentation, notes, reports, or sharing.
dingtalk-feishu-sync-schedule
**功能**:将钉钉日历日程同步到飞书日历(钉钉 → 飞书,单向)
knowledge-sync
Real-time knowledge base synchronization for AI assistants. Supports inotifywait file monitoring, Git auto-push/pull, Nutstore sync, and multi-device consistency. Use for maintaining knowledge continuity across servers and local devices.
File to Markdown — Skill
## Overview