@optima-chat/optima-agent 0.8.71 → 0.8.72
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.
|
@@ -79,10 +79,12 @@ growth comments stats
|
|
|
79
79
|
|
|
80
80
|
当用户首次使用增长功能时:
|
|
81
81
|
1. 了解用户的产品/业务和目标受众
|
|
82
|
-
2.
|
|
83
|
-
3.
|
|
84
|
-
4.
|
|
85
|
-
5.
|
|
82
|
+
2. 设置产品配置:`growth config set --product-name "..." --product-url "..." --product-pitch "..."`
|
|
83
|
+
3. 建议 2-4 个人设方案,创建账号:`growth accounts create --name "..." --persona "..." --style "..." --channels xiaohongshu --platform-username "平台昵称" --max-daily-posts 3`
|
|
84
|
+
4. 为每个账号绑定浏览器 profile:`growth accounts update <id> --browser-profile-id <账号的UUID>`
|
|
85
|
+
5. 引导用户登录平台:加载 browser skill,打开对应平台让用户完成登录(扫码或验证码),登录后浏览器 profile 会保持登录态
|
|
86
|
+
6. 基于产品功能和目标受众生成初始选题库(`growth topics create`)
|
|
87
|
+
7. 生成第一周的内容日历(`growth calendar create`)
|
|
86
88
|
|
|
87
89
|
### 发帖流程
|
|
88
90
|
|