achievejia/wechat-xhs-publisher/SKILL.md
微信公众号与小红书一键发布工具。当需要将热点新闻改写成公众号文章并发布到微信公众号和小红书时使用,包括:1)根据热点新闻改写公众号文章 2)使用AI生成文章配图 3)发布前IP检测 4)发布到微信公众号 5)发布到小红书。触发场景:热点新闻发布、公众号文章发布、小红书种草、社交媒体同步发布。
npx skillsauth add openclaw/skills wechat-xhs-publisherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将热点新闻一键改写并发布到微信公众号和小红书。
[热点新闻] → [Step1:公众号文章创作] → [Step2:AI配图生成] → [Step3:IP检测] → [Step4:公众号发布] → [Step5:小红书发布]
根据热点新闻和写作风格,生成一篇新的公众号文章:
post-to-wechat/YYYY-MM-DD/ 目录根据文章内容,分析需要生成的配图和插图数量,调用图像API生成对应图片:
根据文章内容确定配图数量和风格
使用 baoyu-image-gen 或直接调用图像API
post-to-wechat/YYYY-MM-DD/img/img/在发布公众号文章前,调用 wechat-ip-checker 技能检测公网IP:
使用 wechat-ip-checker skill
{workspace}/wechat_ip_config.md# 微信公众号发布公网IP记录
公网IP地址: xxx.xxx.xxx.xxx
IP查询来源: https://www.ip38.com/
使用 baoyu-post-to-wechat
cd <baoyu-post-to-wechat路径>
npx -y bun scripts/wechat-api.ts <文章md文件> \
--theme default \
--cover <封面图绝对路径> \
--author "<作者名称>"
--theme default 必填--cover 使用绝对路径使用 xiaohongshu MCP (mcporter)
mcporter call 'xiaohongshu.publish_content(
title: "标题",
content: "正文",
images: ["图片绝对路径1", "图片绝对路径2"],
tags: ["话题1", "话题2"],
is_original: true
)'
is_original: true 必须勾选原创A: 封面图使用绝对路径;文章内配图使用相对于md文件的相对路径,并将图片复制到md文件同目录下
A: 必须在参数中添加 is_original: true
A: 确保图片在md文件同目录下,脚本会自动上传
## ✅ 发布完成
### 公众号
- 状态:草稿已保存
- media_id:xxx
### 小红书
- 状态:发布完成
- 原创:✅
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。