xiaohongshu-publisher by solar-luna/fully-automatic-article-generation-skill
npx skills add https://github.com/solar-luna/fully-automatic-article-generation-skill --skill xiaohongshu-publisher自动将内容发布到小红书平台。
当用户说以下类似话术时使用此Skill:
cd ~/.claude/skills/xiaohongshu-publisher
python3 simple_publish.py "标题" "内容内容"
示例 :
python3 simple_publish.py \
"Gemini 3 Pro炸场了" \
"🔥 Gemini 3 Pro炸场了!核心亮点:🏆推理能力第一..."
cd ~/.claude/skills/xiaohongshu-publisher
python3 publisher.py \
--title "文章标题" \
--content "文章内容或文件路径" \
--cover "封面图路径"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
curl -s -X POST http://localhost:18060/api/v1/publish \
-H "Content-Type: application/json" \
-d '{
"title": "标题",
"content": "内容",
"images": ["/app/images/cover.png"],
"tags": ["AI", "科技"]
}'
xiaohongshu-mcp 服务运行中
docker ps | grep xiaohongshu-mcp
已登录小红书账号
~/xiaohongshu-mcp/docker/data/cookies.jsonhttp://localhost:18060/api/v1/publishWeekly Installs
117
Repository
GitHub Stars
34
First Seen
Jan 28, 2026
Security Audits
Installed on
opencode105
codex104
gemini-cli102
cursor102
github-copilot97
kimi-cli95
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
44,900 周安装