markdown-sync-pro
Markdown 一键同步到 Notion、GitHub Wiki、Medium 等平台
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antonia-sz/markdown-sync-proWhat This Skill Does
Markdown Sync Pro is a powerful productivity utility designed to streamline the publishing workflow for developers, technical writers, and content creators. It eliminates the friction of manual cross-posting by allowing you to take a single Markdown source file and synchronize its content across multiple platforms simultaneously. Whether you are maintaining documentation on a GitHub Wiki, drafting team notes in Notion, or publishing articles on Medium, this skill handles the heavy lifting of formatting conversion and API integration.
Installation
To integrate Markdown Sync Pro into your environment, use the OpenClaw command-line interface. Ensure you have the necessary environment variables set for your chosen platforms (such as GITHUB_TOKEN or NOTION_TOKEN) before executing the command:
clawhub install openclaw/skills/skills/antonia-sz/markdown-sync-pro
Once installed, you can trigger the synchronization process directly from your chat interface.
Use Cases
- Technical Documentation: Maintain a single source of truth in a local Markdown file while automatically pushing updates to your project's GitHub Wiki whenever the documentation changes.
- Content Marketing: Draft your blog posts in a preferred local editor and push them simultaneously to Medium for reach and Notion for internal team review.
- Quick Exporting: Use the built-in HTML exporter to generate static web-ready documentation locally without leaving the OpenClaw workspace.
- Batch Updates: Update multiple team wikis or project pages at once, ensuring consistent messaging across different repositories or workspace pages.
Example Prompts
- "/publish project-docs.md --to github --repo my-org/my-project"
- "/publish research-notes.md --to notion --title 'Q3 Research Findings'"
- "/publish technical-article.md --to github,medium --dry-run"
Tips & Limitations
- Authentication: Always ensure your API tokens (Notion, GitHub, Medium) are stored securely in your environment variables. Do not hardcode these into your Markdown files.
- Dry-Run Mode: Use the
--dry-runflag before pushing to production to preview how your Markdown content translates to the target platform's specific styling constraints. - Image Handling: The skill includes automatic image uploading to a configured图床 (image host), which is essential for Medium and GitHub rendering; ensure your local network or proxy settings allow outbound connectivity to these services.
- Frontmatter: The tool relies on standard YAML frontmatter; ensure your files are properly formatted to prevent parsing errors during the conversion process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antonia-sz-markdown-sync-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
content-automation
内容创作自动化工具 Skill。支持社交媒体内容生成、视频脚本创作、定时发布任务管理。当用户需要批量生成内容、自动化社交媒体运营或创建视频脚本时触发。
style-cloner
提供1-5篇参考文章 + 原始素材,AI 分析参考文章的风格特征, 将素材改写成同风格的成品文章,输出3个版本供选择,支持强度调节和迭代优化。
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
maybe-finance
Personal finance management skill using Maybe Finance OS. Use when users need to track expenses, analyze budgets, monitor net worth, or manage personal finances through the Maybe Finance self-hosted platform. Supports transaction tracking, account management, budget analysis, and financial reporting.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。