@optima-chat/optima-agent 0.8.51 → 0.8.52
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.
- package/.claude/skills/reddit/SKILL.md +11 -22
- package/package.json +1 -1
|
@@ -67,8 +67,7 @@ scout reddit subreddit Entrepreneur
|
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
69
|
scout reddit trends "wireless earbuds"
|
|
70
|
-
scout reddit trends "portable blender" --
|
|
71
|
-
scout reddit trends "home office" --subreddits "BuyItForLife,Entrepreneur,smallbusiness" -t month
|
|
70
|
+
scout reddit trends "portable blender"scout reddit trends "home office" --subreddits "BuyItForLife,Entrepreneur,smallbusiness" -t month
|
|
72
71
|
```
|
|
73
72
|
|
|
74
73
|
**参数**:
|
|
@@ -92,8 +91,7 @@ scout reddit trends "home office" --subreddits "BuyItForLife,Entrepreneur,smallb
|
|
|
92
91
|
按关键词搜索全 Reddit。
|
|
93
92
|
|
|
94
93
|
```bash
|
|
95
|
-
scout reddit search "coffee maker"
|
|
96
|
-
scout reddit search "standing desk" -s top -t month
|
|
94
|
+
scout reddit search "coffee maker"scout reddit search "standing desk" -s top -t month
|
|
97
95
|
scout reddit search "protein powder" -s comment_count -t week
|
|
98
96
|
```
|
|
99
97
|
|
|
@@ -113,8 +111,7 @@ scout reddit search "protein powder" -s comment_count -t week
|
|
|
113
111
|
获取特定版块的帖子列表。
|
|
114
112
|
|
|
115
113
|
```bash
|
|
116
|
-
scout reddit subreddit
|
|
117
|
-
scout reddit subreddit Entrepreneur --sort top --timeframe week
|
|
114
|
+
scout reddit subreddit BuyItForLifescout reddit subreddit Entrepreneur --sort top --timeframe week
|
|
118
115
|
scout reddit subreddit smallbusiness --sort rising
|
|
119
116
|
```
|
|
120
117
|
|
|
@@ -141,8 +138,7 @@ scout reddit subreddit smallbusiness --sort rising
|
|
|
141
138
|
查看版块的订阅者数、分类、描述等。
|
|
142
139
|
|
|
143
140
|
```bash
|
|
144
|
-
scout reddit subreddit-info
|
|
145
|
-
scout reddit subreddit-info Entrepreneur
|
|
141
|
+
scout reddit subreddit-info BuyItForLifescout reddit subreddit-info Entrepreneur
|
|
146
142
|
```
|
|
147
143
|
|
|
148
144
|
**返回数据**:`name`、`subscribers`、`advertiserCategory`、`description`、`createdAt`
|
|
@@ -158,8 +154,7 @@ scout reddit subreddit-info Entrepreneur
|
|
|
158
154
|
获取帖子的评论列表,用于分析用户真实反馈。
|
|
159
155
|
|
|
160
156
|
```bash
|
|
161
|
-
scout reddit comments "https://www.reddit.com/r/BuyItForLife/comments/1s6eg5r/..."
|
|
162
|
-
```
|
|
157
|
+
scout reddit comments "https://www.reddit.com/r/BuyItForLife/comments/1s6eg5r/..."```
|
|
163
158
|
|
|
164
159
|
**返回数据**:`post`(帖子详情)+ `comments`(评论列表,含 author、body、score)+ `hasMore`
|
|
165
160
|
|
|
@@ -178,8 +173,7 @@ scout reddit comments "https://www.reddit.com/r/BuyItForLife/comments/1s6eg5r/..
|
|
|
178
173
|
搜索 Reddit 上的广告投放,了解竞品营销策略。
|
|
179
174
|
|
|
180
175
|
```bash
|
|
181
|
-
scout reddit ads "earbuds"
|
|
182
|
-
scout reddit ads "coffee" -i RETAIL_AND_ECOMMERCE
|
|
176
|
+
scout reddit ads "earbuds"scout reddit ads "coffee" -i RETAIL_AND_ECOMMERCE
|
|
183
177
|
```
|
|
184
178
|
|
|
185
179
|
**参数**:
|
|
@@ -205,8 +199,7 @@ scout reddit ads "coffee" -i RETAIL_AND_ECOMMERCE
|
|
|
205
199
|
|
|
206
200
|
```bash
|
|
207
201
|
# 1. 一键发现趋势(全站 + 多版块聚合)
|
|
208
|
-
scout reddit trends "portable blender"
|
|
209
|
-
|
|
202
|
+
scout reddit trends "portable blender"
|
|
210
203
|
# 2. 看到感兴趣的帖子,深入分析评论
|
|
211
204
|
scout reddit comments "https://www.reddit.com/r/..."
|
|
212
205
|
|
|
@@ -222,14 +215,11 @@ scout supplier-search "便携式榨汁机" --limit 10 # 1688 供应商
|
|
|
222
215
|
|
|
223
216
|
```bash
|
|
224
217
|
# 1. 了解版块基本情况
|
|
225
|
-
scout reddit subreddit-info BuyItForLife
|
|
226
|
-
|
|
218
|
+
scout reddit subreddit-info BuyItForLife
|
|
227
219
|
# 2. 看当前热帖
|
|
228
|
-
scout reddit subreddit BuyItForLife --sort hot
|
|
229
|
-
|
|
220
|
+
scout reddit subreddit BuyItForLife --sort hot
|
|
230
221
|
# 3. 搜索特定品类讨论
|
|
231
|
-
scout reddit search "backpack" -s top -t month
|
|
232
|
-
|
|
222
|
+
scout reddit search "backpack" -s top -t month
|
|
233
223
|
# 4. 分析高互动帖子评论
|
|
234
224
|
scout reddit comments "<帖子URL>"
|
|
235
225
|
```
|
|
@@ -238,8 +228,7 @@ scout reddit comments "<帖子URL>"
|
|
|
238
228
|
|
|
239
229
|
```bash
|
|
240
230
|
# 1. 搜索品类广告
|
|
241
|
-
scout reddit ads "wireless earbuds" -i RETAIL_AND_ECOMMERCE
|
|
242
|
-
|
|
231
|
+
scout reddit ads "wireless earbuds" -i RETAIL_AND_ECOMMERCE
|
|
243
232
|
# 2. 分析广告文案卖点 → 提炼差异化方向
|
|
244
233
|
# 3. 结合 Reddit 用户讨论发现未满足需求
|
|
245
234
|
scout reddit search "wireless earbuds problem" -s top -t month
|