ai-daily
AI 资讯日报 Claude Code Skill - 每天自动获取、分析、归类 AI 前沿资讯 $\color{#FF0000}{想每天咖啡时间就帮你找到好的选题,自动发给你吗? 有需要定制的朋友拉到底部通过公众号联系到我。}$
AI 资讯日报 Claude Code Skill - 每天自动获取、分析、归类 AI 前沿资讯 $\color{#FF0000}{想每天咖啡时间就帮你找到好的选题,自动发给你吗? 有需要定制的朋友拉到底部通过公众号联系到我。}$
Markdown to WeChat CLI | 一键排版发布到微信公众号:支持 40+ 排版样式和专业主题 、AI 配图 、批量发布 、多账号管理
14 种格式,一套审美标准 — Claude 设计语言驱动的卡片生成技能
FAQ
md2wechat-lite is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes md2wechat-lite. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add geekjourneyx/md2wechat-lite --agent claude-code
Repo: geekjourneyx/md2wechat-lite
AI Agent 自动排版公众号 —— Markdown 转微信排版 CLI 工具
打通公众号创作的最后一公里
像发朋友圈一样简单,用 Markdown 写公众号文章
md2wx CLI · 38+ 精美主题 · 支持 Claude Code / OpenClaw
使用前请先获取 API Key:
图片参数约束(重要):
--cover-image、newspic-draft --images、batch-upload --images 仅支持公网 URL./a.jpg)或通配符(如 *.jpg)curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh
md2wx config set wechat-appid "wx123..."
md2wx config set wechat-appsecret "your_secret"
md2wx config set api-key "wme_your_api_key"
md2wx article-draft --markdown "# 欢迎\n\n这是我的第一篇文章!" --cover-image "https://cdn.example.com/cover.jpg"
Markdown 转 WeChat 排版,一键生成草稿
md2wx article-draft --file article.md --theme bytedance --cover-image "https://cdn.example.com/cover.jpg"
说明:部分后端场景会要求封面图,建议始终传入 --cover-image,避免 invalid media_id 等错误。
创建图片文章,支持多图上传
md2wx newspic-draft --title "标题" --content "内容" --images "https://cdn.example.com/img1.jpg,https://cdn.example.com/img2.png"
上传图片到微信素材库,获取永久 URL
md2wx batch-upload --images "https://cdn.example.com/a.jpg,https://cdn.example.com/b.jpg"
md2wx themes list --verbose
配合 md2wechat-skill 使用:
1. 在 Claude Code 中激活 Skill
2. "帮我写一篇关于 AI 的文章"
3. "发布到公众号草稿箱"
支持 OpenClaw 自动化工作流
配置文件:~/.md2wx/config.yaml(文件内容为 key=value 形式)
配置优先级:命令行参数 > 环境变量 > 配置文件 > 默认值
# 查看配置
md2wx config list
# 设置默认主题
md2wx config set default-theme "bytedance"
# 设置字体大小
md2wx config set font-size "large"
将二进制文件目录添加到 PATH,或打开新终端窗口
chmod +x md2wx
xattr -d com.apple.quarantine md2wx
检查 AppID/AppSecret 是否正确,确认登录了对应公众号账号
先确认封面图/配图使用的是公网可访问 URL(不是本地路径),并在 article-draft 中传入 --cover-image。
git clone https://github.com/geekjourneyx/md2wechat-lite.git
cd md2wechat-lite
go build -o md2wx ./cli
如果该项目帮助了您,请作者喝杯咖啡吧 ☕️
关注公众号,获取更多 AI 编程、AI 工具与 AI 出海建站的实战分享:
让公众号写作更简单 ⭐
Made with ❤️ by geekjourneyx
.github/
workflows/
release.yml
.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
cli/
article-draft.go
batch-upload.go
config.go
main.go
newspic-draft.go
pkg/
api/
client_test.go
client.go
config/
config_test.go
config.go
output/
formatter_test.go
formatter.go
themes/
list_test.go
list.go
scripts/
install.sh
themes.go
go.mod
go.sum
LICENSE
README.md
skills/
md2wechat-lite/
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic