Install
openclaw skills install @luckychay/xhs-auto-publishopenclaw skills install @luckychay/xhs-auto-publish小红书笔记自动生成与发布技能,支持两种模式:外部主题模式和自动选题模式。
本技能封装了 xhs-auto-publish-v2.sh 脚本的功能,提供以下能力:
当用户提到以下关键词时激活此技能:
当技能被激活时,你应该:
你也可以直接在工作空间中使用脚本:
# 进入工作空间目录
cd ~/.openclaw/workspace
# 外部主题模式
./scripts/xhs-auto-publish-v2.sh "新加坡Kaplan学院"
# 自动选题模式
./scripts/xhs-auto-publish-v2.sh --auto
主脚本位于:scripts/xhs-auto-publish-v2.sh
xhs)无特殊配置要求,但建议:
# 外部主题模式
./scripts/xhs-auto-publish-v2.sh "新加坡Kaplan学院"
./scripts/xhs-auto-publish-v2.sh "新加坡留学申请攻略"
# 自动选题模式
./scripts/xhs-auto-publish-v2.sh --auto
./scripts/xhs-auto-publish-v2.sh -a
#留学新加坡 和 #新加坡私立大学xhs-auto-publish/
├── SKILL.md # 技能说明文档
├── references/ # 参考文件目录
│ ├── xhs-auto-publish-v2.sh # 主脚本副本
│ └── README.md # 详细使用指南
└── scripts/ # 辅助脚本目录
└── setup.sh # 安装配置脚本