@optima-chat/optima-agent 0.8.64 → 0.8.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -74,6 +74,22 @@ growth calendar update <id> --status published
|
|
|
74
74
|
- 如果需要登录,询问用户手机号和验证码
|
|
75
75
|
5. `growth calendar update <id> --status published`
|
|
76
76
|
|
|
77
|
+
### 选题更新
|
|
78
|
+
|
|
79
|
+
通过多平台搜索热门内容,转化为选题存入选题库:
|
|
80
|
+
|
|
81
|
+
1. 根据产品配置和目标受众,确定搜索关键词
|
|
82
|
+
2. 用 scout 相关 skill 搜索多个平台的热门内容:
|
|
83
|
+
- xhs skill:小红书热门笔记(`scout xhs search-notes`)
|
|
84
|
+
- douyin skill:抖音热门视频和趋势(`scout douyin`)
|
|
85
|
+
- tiktok skill:TikTok 热销产品和达人内容(`scout tiktok`)
|
|
86
|
+
- reddit skill:Reddit 趋势和商机信号(`scout reddit`)
|
|
87
|
+
- twitter skill:Twitter/X 行业讨论和趋势(`scout twitter`)
|
|
88
|
+
3. 从高互动内容中提取选题角度,用 `growth topics create --source trending` 存入选题库
|
|
89
|
+
4. 根据原内容互动数据给选题打分(`growth topics update <id> --performance-score <分数>`)
|
|
90
|
+
|
|
91
|
+
可用 sentinel skill 创建定时规则自动执行选题更新。
|
|
92
|
+
|
|
77
93
|
### 定时自动化
|
|
78
94
|
|
|
79
95
|
用 sentinel skill 创建定时规则实现全自动发布:
|