Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install markdown-to-social或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install markdown-to-social⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/markdown-to-social/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Convert markdown articles/text into platform-optimized social media posts. One content → multiple formats (Twitter thread, LinkedIn post, Reddit post).
python3 scripts/md2social.py convert <file.md> --platform twitter|linkedin|reddit
python3 scripts/md2social.py convert <file.md> --all
python3 scripts/md2social.py convert --text "Direct text" --platform twitter
| Flag | Description | |------|-------------| | --platform | twitter, linkedin, or reddit | | --all | Generate all 3 formats at once | | --text | Use direct text instead of a file | | --output DIR | Save to files (twitter.txt, linkedin.txt, reddit.md) | | --json | Output as JSON |
Python 3.10+ stdlib only. No external packages, no API calls.
# Twitter thread from an article
python3 scripts/md2social.py convert article.md --platform twitter
# All platforms, saved to files
python3 scripts/md2social.py convert article.md --all --output ./social-posts
# Quick text to LinkedIn
python3 scripts/md2social.py convert --text "Big news today..." --platform linkedin
# JSON output for automation
python3 scripts/md2social.py convert article.md --all --json
skills/markdown-to-social/
├── SKILL.md # This file
└── scripts/
└── md2social.py # Main CLI script安装 Markdown to Social 后,可以对 AI 说这些话来触发它
Help me get started with Markdown to Social
Explains what Markdown to Social does, walks through the setup, and runs a quick demo based on your current project
Use Markdown to Social to convert markdown text into optimized social media posts tailored fo...
Invokes Markdown to Social with the right parameters and returns the result directly in the conversation
What can I do with Markdown to Social in my marketing & growth workflow?
Lists the top use cases for Markdown to Social, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/markdown-to-social/ 目录(个人级,所有项目可用),或 .claude/skills/markdown-to-social/(项目级)。重启 AI 客户端后,用 /markdown-to-social 主动调用,或让 AI 根据上下文自动发现并使用。
Markdown to Social 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Markdown to Social 可免费安装使用。请查阅仓库了解许可证信息。
Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style.
Markdown to Social 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Markdown to Social
Identifies repetitive steps in your workflow and sets up Markdown to Social to handle them automatically