deployment.md 1.9 KB

行业趋势情报官部署说明

本地校验

node industry-trend-intelligence\scripts\validate.js

本地 sample smoke

用于教学、演示、离线检查:

node industry-trend-intelligence\scripts\industry-trend-runner.js --profile industry-trend-intelligence\memory-templates\industry-trend-profile.json --output outputs\industry-trend-intelligence\home-design-smoke

本地 live mini smoke

用于确认真实小红书采集链路。首次只跑 1 个关键词、1 篇笔记、1 页评论:

node industry-trend-intelligence\scripts\industry-trend-runner.js --profile industry-trend-intelligence\memory-templates\industry-trend-profile.json --collection-mode live --keyword-limit 1 --search-pages 1 --notes-per-keyword 1 --max-comment-pages 1 --output outputs\industry-trend-intelligence\live-mini-smoke

安装到 OpenClaw

预览:

node industry-trend-intelligence\install.js --dry-run

安装:

node industry-trend-intelligence\install.js

安装后:

  • skills -> %USERPROFILE%\.openclaw\skills\<skill-name>
  • workspace bundle -> %USERPROFILE%\.openclaw\workspace\industry-trend-intelligence

安装完成后重启 OpenClaw。

OpenClaw 测试话术

启动行业趋势情报官。
本次行业是家装全屋定制,目标客户以女性客户和家庭装修决策者为主。
请重点关注小红书上关于装修风格、设计元素、颜色、材质、收纳、环保、预算和翻车风险的讨论。
最后直接在聊天里给我趋势情报日报,不要只给文件路径。

边界

  • 默认使用 sample 数据,方便录课和新用户第一次体验。
  • 需要真实采集时切换 collectionMode=live
  • live 采集失败或无结果时,默认回退 sample,并在 warnings 里说明,避免日报中断。
  • 对话里应优先输出 assistantMessage 正文,不要只告诉用户文件路径。