sc-research 1.0.1
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.md +67 -0
- package/README.md +111 -0
- package/dist/cli.js +671 -0
- package/dist/index.js +6530 -0
- package/dist/test/manual-fixed-links.js +186 -0
- package/dist/visualize.js +371 -0
- package/dist/web/assets/index-FB2oq23H.css +1 -0
- package/dist/web/assets/index-sZb3bzqd.js +44 -0
- package/dist/web/data.json +577 -0
- package/dist/web/index.html +14 -0
- package/dist/web/vite.svg +11 -0
- package/package.json +52 -0
- package/templates/base/commands/controversy.md +28 -0
- package/templates/base/commands/deep-research.md +25 -0
- package/templates/base/commands/discovery.md +27 -0
- package/templates/base/commands/quick.md +14 -0
- package/templates/base/commands/rank.md +27 -0
- package/templates/base/commands/research.md +10 -0
- package/templates/base/commands/sentiment.md +28 -0
- package/templates/base/commands/test-research.md +9 -0
- package/templates/base/commands/trend.md +27 -0
- package/templates/base/commands/visualize.md +14 -0
- package/templates/base/manifest.json +119 -0
- package/templates/base/skills/communities_controversy.md +65 -0
- package/templates/base/skills/communities_discovery.md +55 -0
- package/templates/base/skills/communities_fetch.md +56 -0
- package/templates/base/skills/communities_rank.md +57 -0
- package/templates/base/skills/communities_research_test.md +64 -0
- package/templates/base/skills/communities_sentiment.md +61 -0
- package/templates/base/skills/communities_trend.md +71 -0
- package/templates/base/skills/communities_visualize.md +46 -0
- package/templates/base/skills/using_communities_research.md +146 -0
- package/templates/platforms/agent.json +21 -0
- package/templates/platforms/claude.json +21 -0
- package/templates/platforms/codebuddy.json +21 -0
- package/templates/platforms/codex.json +21 -0
- package/templates/platforms/continue.json +21 -0
- package/templates/platforms/copilot.json +18 -0
- package/templates/platforms/cursor.json +18 -0
- package/templates/platforms/droid.json +21 -0
- package/templates/platforms/gemini.json +21 -0
- package/templates/platforms/kiro.json +18 -0
- package/templates/platforms/opencode.json +21 -0
- package/templates/platforms/qoder.json +21 -0
- package/templates/platforms/roocode.json +18 -0
- package/templates/platforms/trae.json +21 -0
- package/templates/platforms/windsurf.json +18 -0
|
@@ -0,0 +1,577 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topic": "best ai models",
|
|
3
|
+
"rank": {
|
|
4
|
+
"topic": "best ai models",
|
|
5
|
+
"source_file": "reddit_data.json, x_data.json",
|
|
6
|
+
"products": [
|
|
7
|
+
{
|
|
8
|
+
"rank": 1,
|
|
9
|
+
"name": "Gemini 3 Pro",
|
|
10
|
+
"sentiment": "Very Positive",
|
|
11
|
+
"mentions": 12,
|
|
12
|
+
"estimated_engagement_score": 92,
|
|
13
|
+
"consensus": "The current all-around champion, excelling in reasoning, multimodal tasks, and massive context window (1M tokens).",
|
|
14
|
+
"pros": [
|
|
15
|
+
"Massive 1M token context window",
|
|
16
|
+
"State-of-the-art multimodal understanding",
|
|
17
|
+
"Highly accurate factual recall (SimpleQA)"
|
|
18
|
+
],
|
|
19
|
+
"cons": [
|
|
20
|
+
"Deep reasoning can occasionally lag behind GPT-5.2",
|
|
21
|
+
"Occasional 'dementia' (forgetting previous context in some versions)"
|
|
22
|
+
],
|
|
23
|
+
"highlight_quotes": [
|
|
24
|
+
{
|
|
25
|
+
"text": "Gemini 3 Pro handles massive 1M-token contexts with state-of-the-art multimodal understanding.",
|
|
26
|
+
"author": "Rude-Result7362",
|
|
27
|
+
"link": "https://www.reddit.com/r/jenova_ai/comments/1q4l5ma",
|
|
28
|
+
"context": "pro"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"text": "Gemini is very accurate and tries to give quick answers. Sometimes it gets dementia and forgets that it said something.",
|
|
32
|
+
"author": "MisterSirEsq",
|
|
33
|
+
"link": "https://reddit.com/r/ChatGPT/comments/1nqcrlt/what_are_the_top_ais_right_now/ng7avzp/",
|
|
34
|
+
"context": "general"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"text": "Gemini 3 Pro – Score: 71/80 Strengths: Best reasoning model, multimodal (text, images, video, audio), massive 1M token context window.",
|
|
38
|
+
"author": "Lifestyle79",
|
|
39
|
+
"link": "https://www.reddit.com/r/NextGenAITool/comments/1r1lu52",
|
|
40
|
+
"context": "pro"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"rank": 2,
|
|
46
|
+
"name": "Claude Opus 4.5",
|
|
47
|
+
"sentiment": "Very Positive",
|
|
48
|
+
"mentions": 15,
|
|
49
|
+
"estimated_engagement_score": 88,
|
|
50
|
+
"consensus": "The undisputed leader for coding and software engineering, prized for its precision and safety.",
|
|
51
|
+
"pros": [
|
|
52
|
+
"Industry-leading coding accuracy (80.9% SWE-bench)",
|
|
53
|
+
"Highest safety and prompt injection resistance",
|
|
54
|
+
"Superior command-line proficiency"
|
|
55
|
+
],
|
|
56
|
+
"cons": [
|
|
57
|
+
"Smaller context window (200K) compared to competitors",
|
|
58
|
+
"Usage limits can be restrictive on the first tier"
|
|
59
|
+
],
|
|
60
|
+
"highlight_quotes": [
|
|
61
|
+
{
|
|
62
|
+
"text": "Claude Opus 4.5 sets the coding standard at 80.9% on SWE-bench Verified.",
|
|
63
|
+
"author": "Rude-Result7362",
|
|
64
|
+
"link": "https://www.reddit.com/r/jenova_ai/comments/1q4l5ma",
|
|
65
|
+
"context": "pro"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"text": "Claude is like talking to a pothead but it's really good with html and can write html apps and run them itself.",
|
|
69
|
+
"author": "MisterSirEsq",
|
|
70
|
+
"link": "https://reddit.com/r/ChatGPT/comments/1nqcrlt/what_are_the_top_ais_right_now/ng7avzp/",
|
|
71
|
+
"context": "pro"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"text": "the limits on the first tier of their paid version is frustrating but it generates great text responses with pretty good reasoning.",
|
|
75
|
+
"author": "lemonhello",
|
|
76
|
+
"link": "https://reddit.com/r/ChatGPTPro/comments/1pdzowh/what_is_the_best_ai_in_2025/ns8rk9p/",
|
|
77
|
+
"context": "con"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"rank": 3,
|
|
83
|
+
"name": "GPT-5.2",
|
|
84
|
+
"sentiment": "Positive",
|
|
85
|
+
"mentions": 10,
|
|
86
|
+
"estimated_engagement_score": 85,
|
|
87
|
+
"consensus": "The reasoning champion, dominating in mathematical benchmarks and abstract problem-solving.",
|
|
88
|
+
"pros": [
|
|
89
|
+
"Perfect 100% score on AIME 2025 math benchmark",
|
|
90
|
+
"Leading abstract reasoning capabilities (ARC-AGI-2)",
|
|
91
|
+
"Deepest ecosystem and integration support"
|
|
92
|
+
],
|
|
93
|
+
"cons": [
|
|
94
|
+
"Vision and multimodal capabilities evolving slower than Google",
|
|
95
|
+
"Models can feel slower when 'Thinking' mode is active"
|
|
96
|
+
],
|
|
97
|
+
"highlight_quotes": [
|
|
98
|
+
{
|
|
99
|
+
"text": "GPT-5.2 leads in abstract reasoning with 52.9% on ARC-AGI-2.",
|
|
100
|
+
"author": "Rude-Result7362",
|
|
101
|
+
"link": "https://www.reddit.com/r/jenova_ai/comments/1q4l5ma",
|
|
102
|
+
"context": "pro"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"text": "ChatGPT/OpenAI has fallen to third place behind Anthropic and Google. The models are slower and less intelligent on almost every metric.",
|
|
106
|
+
"author": "Just_Run2412",
|
|
107
|
+
"link": "https://reddit.com/r/ChatGPTPro/comments/1pdzowh/what_is_the_best_ai_in_2025/ns8ph6f/",
|
|
108
|
+
"context": "con"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"text": "GPT-5 – Score: 63/80 Strengths: Largest ecosystem, seamless integrations, strong reasoning.",
|
|
112
|
+
"author": "Lifestyle79",
|
|
113
|
+
"link": "https://www.reddit.com/r/NextGenAITool/comments/1r1lu52",
|
|
114
|
+
"context": "pro"
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"rank": 4,
|
|
120
|
+
"name": "Grok 4.1",
|
|
121
|
+
"sentiment": "Mixed",
|
|
122
|
+
"mentions": 8,
|
|
123
|
+
"estimated_engagement_score": 78,
|
|
124
|
+
"consensus": "The best for real-time information and conversational personality, integrated directly with X data.",
|
|
125
|
+
"pros": [
|
|
126
|
+
"Exclusive real-time access to X (Twitter) discussions",
|
|
127
|
+
"Human-like, personality-driven conversational style",
|
|
128
|
+
"Excellent for brainstorming and creative writing"
|
|
129
|
+
],
|
|
130
|
+
"cons": [
|
|
131
|
+
"Can be polarizing due to model 'personality'",
|
|
132
|
+
"Deep reasoning sometimes lags behind the Big Three"
|
|
133
|
+
],
|
|
134
|
+
"highlight_quotes": [
|
|
135
|
+
{
|
|
136
|
+
"text": "Grok is best for brainstorming.",
|
|
137
|
+
"author": "MisterSirEsq",
|
|
138
|
+
"link": "https://reddit.com/r/ChatGPT/comments/1nqcrlt/what_are_the_top_ais_right_now/ng7avzp/",
|
|
139
|
+
"context": "pro"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"text": "Grok 4.1 ranks highest for personality and creativity, making it ideal for conversational AI.",
|
|
143
|
+
"author": "Lifestyle79",
|
|
144
|
+
"link": "https://www.reddit.com/r/NextGenAITool/comments/1r1lu52",
|
|
145
|
+
"context": "pro"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"text": "Grok-4 for thinking real-time information.",
|
|
149
|
+
"author": "@bindureddy",
|
|
150
|
+
"link": "https://x.com/bindureddy/status/1989231911504638404",
|
|
151
|
+
"context": "general"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"rank": 5,
|
|
157
|
+
"name": "DeepSeek V3.2",
|
|
158
|
+
"sentiment": "Positive",
|
|
159
|
+
"mentions": 6,
|
|
160
|
+
"estimated_engagement_score": 70,
|
|
161
|
+
"consensus": "The efficiency king, offering high-level math and reasoning at a fraction of the cost.",
|
|
162
|
+
"pros": [
|
|
163
|
+
"Wins top math competitions (IMO, IOI)",
|
|
164
|
+
"10x cheaper than core US competitors",
|
|
165
|
+
"Highly efficient scaling for academic research"
|
|
166
|
+
],
|
|
167
|
+
"cons": [
|
|
168
|
+
"Less polished ecosystem and consumer apps",
|
|
169
|
+
"Factual accuracy can be lower on Western-centric queries"
|
|
170
|
+
],
|
|
171
|
+
"highlight_quotes": [
|
|
172
|
+
{
|
|
173
|
+
"text": "DeepSeek V3.2 – Math powerhouse, 10x cheaper than competitors.",
|
|
174
|
+
"author": "Lifestyle79",
|
|
175
|
+
"link": "https://www.reddit.com/r/NextGenAITool/comments/1r1lu52",
|
|
176
|
+
"context": "pro"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"text": "DeepSeek V3.2 offers excellent math capabilities at a fraction of the cost.",
|
|
180
|
+
"author": "Lifestyle79",
|
|
181
|
+
"link": "https://www.reddit.com/r/NextGenAITool/comments/1r1lu52",
|
|
182
|
+
"context": "general"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"text": "If I need some controversial Q I use JB + Kimi K2 / GLM / DS31.",
|
|
186
|
+
"author": "evia89",
|
|
187
|
+
"link": "https://reddit.com/r/ChatGPTPro/comments/1pdzowh/what_is_the_best_ai_in_2025/ns98np8/",
|
|
188
|
+
"context": "general"
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"key_insights": [
|
|
194
|
+
"No single model dominates everything in 2026; users are increasingly switching models based on the task (coding vs. math vs. research).",
|
|
195
|
+
"Gemini 3 Pro has emerged as the all-around leader due to its massive 1M context window and multimodal strengths.",
|
|
196
|
+
"Claude Opus 4.5 remains specialized as the gold standard for software engineering and safety.",
|
|
197
|
+
"Open-source and cost-efficient models like DeepSeek V3.2 are disrupting the market with elite math performance at 1/10th the price.",
|
|
198
|
+
"The 'Subscription Trap' is leading users toward multi-model platforms that aggregate all frontier models into one interface."
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"sentiment": {
|
|
202
|
+
"topic": "openclaw",
|
|
203
|
+
"overall_mood": "Mixed",
|
|
204
|
+
"distribution": {
|
|
205
|
+
"very_positive": 5,
|
|
206
|
+
"positive": 12,
|
|
207
|
+
"mixed": 6,
|
|
208
|
+
"negative": 15
|
|
209
|
+
},
|
|
210
|
+
"by_source": {
|
|
211
|
+
"reddit": {
|
|
212
|
+
"very_positive": 1,
|
|
213
|
+
"positive": 2,
|
|
214
|
+
"mixed": 3,
|
|
215
|
+
"negative": 17
|
|
216
|
+
},
|
|
217
|
+
"x": {
|
|
218
|
+
"very_positive": 4,
|
|
219
|
+
"positive": 10,
|
|
220
|
+
"mixed": 3,
|
|
221
|
+
"negative": 1
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"product_sentiments": [
|
|
225
|
+
{
|
|
226
|
+
"name": "OpenClaw Framework",
|
|
227
|
+
"overall": "Mixed",
|
|
228
|
+
"reddit_sentiment": "Negative",
|
|
229
|
+
"x_sentiment": "Positive",
|
|
230
|
+
"evidence_quotes": [
|
|
231
|
+
{
|
|
232
|
+
"text": "OpenClaw is already scary from a security perspective..... but watching the ecosystem around it get infected this fast is honestly insane.",
|
|
233
|
+
"author": "Advocatemack",
|
|
234
|
+
"link": "https://www.reddit.com/r/cybersecurity/comments/1qwrwsh",
|
|
235
|
+
"sentiment": "Negative"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"text": "The lobster has molted into its final form 🦞 Clawd → Moltbot → OpenClaw 100k+ GitHub stars. 2M visitors in a week.",
|
|
239
|
+
"author": "@openclaw",
|
|
240
|
+
"link": "https://x.com/openclaw/status/2017103710959075434",
|
|
241
|
+
"sentiment": "Very Positive"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"text": "OpenClaw is really powerful. It can browse the web, read messages, and actually do tasks for you... That same power makes it risky if you don’t set it up properly.",
|
|
245
|
+
"author": "absurd_height",
|
|
246
|
+
"link": "https://www.reddit.com/r/automation/comments/1qvp8b9",
|
|
247
|
+
"sentiment": "Mixed"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "ClawHub Ecosystem",
|
|
253
|
+
"overall": "Negative",
|
|
254
|
+
"reddit_sentiment": "Negative",
|
|
255
|
+
"x_sentiment": "Mixed",
|
|
256
|
+
"evidence_quotes": [
|
|
257
|
+
{
|
|
258
|
+
"text": "ClawHub ecosystem is already full of malware... hundreds of malicious skills on ClawHub.",
|
|
259
|
+
"author": "Advocatemack",
|
|
260
|
+
"link": "https://www.reddit.com/r/cybersecurity/comments/1qwrwsh",
|
|
261
|
+
"sentiment": "Negative"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"text": "Meller urges immediate caution: don’t run OpenClaw on company devices, treat prior use as a potential security incident.",
|
|
265
|
+
"author": "FPham",
|
|
266
|
+
"link": "https://www.reddit.com/r/LocalLLaMA/comments/1qxrogr",
|
|
267
|
+
"sentiment": "Negative"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"text": "GitHub 上有一份精心整理了最近爆火的 OpenClaw 技能合集,已收录了 700+ 个实用命令插件.",
|
|
271
|
+
"author": "@GitHub_Daily",
|
|
272
|
+
"link": "https://x.com/GitHub_Daily/status/2017863068064313813",
|
|
273
|
+
"sentiment": "Positive"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "Peter Steinberger (Creator)",
|
|
279
|
+
"overall": "Negative",
|
|
280
|
+
"reddit_sentiment": "Negative",
|
|
281
|
+
"x_sentiment": "Positive",
|
|
282
|
+
"evidence_quotes": [
|
|
283
|
+
{
|
|
284
|
+
"text": "Peter’s response is basically “don’t be dumb”... You don't get to leave a loaded ghost gun in a playground and walk away form all responsibility.",
|
|
285
|
+
"author": "Advocatemack",
|
|
286
|
+
"link": "https://www.reddit.com/r/cybersecurity/comments/1qwrwsh",
|
|
287
|
+
"sentiment": "Negative"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"text": "ClawCon Vienna is about to start, 500 builders who went all crustacean 🦞",
|
|
291
|
+
"author": "@steipete",
|
|
292
|
+
"link": "https://x.com/steipete/status/2021290873959399767",
|
|
293
|
+
"sentiment": "Positive"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"trend": {
|
|
300
|
+
"topic": "Sennheiser HD600 popularity trend",
|
|
301
|
+
"date_range": {
|
|
302
|
+
"from": "2025-03-01",
|
|
303
|
+
"to": "2025-04-01"
|
|
304
|
+
},
|
|
305
|
+
"granularity": "week",
|
|
306
|
+
"timeline": [
|
|
307
|
+
{
|
|
308
|
+
"period": "2025-W09",
|
|
309
|
+
"post_count": 5,
|
|
310
|
+
"total_engagement": 750,
|
|
311
|
+
"reddit_posts": 5,
|
|
312
|
+
"x_posts": 0
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"period": "2025-W10",
|
|
316
|
+
"post_count": 2,
|
|
317
|
+
"total_engagement": 10,
|
|
318
|
+
"reddit_posts": 2,
|
|
319
|
+
"x_posts": 0
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"period": "2025-W11",
|
|
323
|
+
"post_count": 0,
|
|
324
|
+
"total_engagement": 0,
|
|
325
|
+
"reddit_posts": 0,
|
|
326
|
+
"x_posts": 0
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"period": "2025-W12",
|
|
330
|
+
"post_count": 7,
|
|
331
|
+
"total_engagement": 1800,
|
|
332
|
+
"reddit_posts": 7,
|
|
333
|
+
"x_posts": 0
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"key_moments": [
|
|
337
|
+
{
|
|
338
|
+
"date": "2025-03-08",
|
|
339
|
+
"event": "Viral thread: User sells 6XX to return to HD600, fueling 'marble legend' hype.",
|
|
340
|
+
"significance": "high",
|
|
341
|
+
"url": "https://www.reddit.com/r/headphones/comments/1j6djzo"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"date": "2025-03-25",
|
|
345
|
+
"event": "HD600 voted most likely to remain relevant in 10 years in massive community poll.",
|
|
346
|
+
"significance": "high",
|
|
347
|
+
"url": "https://www.reddit.com/r/headphones/comments/1jjt6hk"
|
|
348
|
+
}
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
"controversy": {
|
|
352
|
+
"topic": "Epstein files case",
|
|
353
|
+
"overall_divisiveness": "High",
|
|
354
|
+
"controversies": [
|
|
355
|
+
{
|
|
356
|
+
"topic": "Redaction Intent: Protecting Power vs. Legal Privacy",
|
|
357
|
+
"heat_score": 92,
|
|
358
|
+
"divisiveness": "High",
|
|
359
|
+
"side_a": {
|
|
360
|
+
"position": "Deliberate concealment to protect elite figures like Donald Trump",
|
|
361
|
+
"supporter_count": 14177,
|
|
362
|
+
"sample_quote": {
|
|
363
|
+
"text": "Pretty obvious the FBI used software to automatically redact key words from the files. Now why would they redact “Don T” when the law very clearly and explicitly says that only victim names and faces are to be redacted",
|
|
364
|
+
"author": "[deleted]",
|
|
365
|
+
"link": "https://www.reddit.com/r/Epstein/comments/1qwr6dq"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"side_b": {
|
|
369
|
+
"position": "Standard keyword-based redaction software artifacts mistaken for conspiracy",
|
|
370
|
+
"supporter_count": 1014,
|
|
371
|
+
"sample_quote": {
|
|
372
|
+
"text": "This is exactly how keyword matching works in software. Looks like they are filtering out “Don” + any spacing character + “t”. (among other variations, I’m sure)",
|
|
373
|
+
"author": "mystery_hobo",
|
|
374
|
+
"link": "https://reddit.com/r/Epstein/comments/1qwr6dq/dont_redactions/o3rng6l/"
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"topic": "Donald Trump's Legacy: Implicated Participant vs. Law Enforcement Informant",
|
|
380
|
+
"heat_score": 95,
|
|
381
|
+
"divisiveness": "High",
|
|
382
|
+
"side_a": {
|
|
383
|
+
"position": "Trump is deeply implicated with thousands of mentions and suspicious timing of Epstein's death",
|
|
384
|
+
"supporter_count": 5539,
|
|
385
|
+
"sample_quote": {
|
|
386
|
+
"text": "Epstein dies in prison while Trump is President. The DOJ closes Epstein's case while Trump is President... Trump is in the Epstein files over 38,000 times.",
|
|
387
|
+
"author": "@herotimeszero",
|
|
388
|
+
"link": "https://x.com/herotimeszero/status/2021289992379629936"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"side_b": {
|
|
392
|
+
"position": "Trump was the whistleblower who assisted police and distanced himself from Epstein",
|
|
393
|
+
"supporter_count": 833,
|
|
394
|
+
"sample_quote": {
|
|
395
|
+
"text": "What we've learned from the Epstein files: Trump kicked Epstein out of Mar-a-Lago Trump was the informant who tipped off the police...",
|
|
396
|
+
"author": "@LangmanVince",
|
|
397
|
+
"link": "https://x.com/LangmanVince/status/2021363891150914010"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"topic": "Information Verification: Viral Breakthroughs vs. Misinformation Warnings",
|
|
403
|
+
"heat_score": 78,
|
|
404
|
+
"divisiveness": "Medium",
|
|
405
|
+
"side_a": {
|
|
406
|
+
"position": "The files are actively solving cold cases and revealing new celebrity connections",
|
|
407
|
+
"supporter_count": 7957,
|
|
408
|
+
"sample_quote": {
|
|
409
|
+
"text": "WHOA. Did she just solve the cold case of missing person Kristi Roger's in the Epstein Files!?!?!?!?",
|
|
410
|
+
"author": "@Marie17cf",
|
|
411
|
+
"link": "https://x.com/Marie17cf/status/2018151378338869505"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"side_b": {
|
|
415
|
+
"position": "Shocking claims (e.g. 'drowning babies') should be treated as unverified rumors",
|
|
416
|
+
"supporter_count": 181,
|
|
417
|
+
"sample_quote": {
|
|
418
|
+
"text": "Reminder that tips released should not be taken as given to be true, such as drowning babies... It's honestly saddening to me that my warning is downvoted.",
|
|
419
|
+
"author": "Impossible-Trash6983",
|
|
420
|
+
"link": "https://reddit.com/r/50501/comments/1put2r7/the_jeffrey_epstein_megathread_december_24th_2025/nvrpc37/"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
"discovery": {
|
|
427
|
+
"topic": "trending movies",
|
|
428
|
+
"period": "Last 7 Days",
|
|
429
|
+
"total_posts_analyzed": 27,
|
|
430
|
+
"trending_topics": [
|
|
431
|
+
{
|
|
432
|
+
"id": "mummy-2028-return",
|
|
433
|
+
"topic_name": "The Mummy (2028) Revival",
|
|
434
|
+
"description": "Explosive buzz surrounding the official announcement of Brendan Fraser and Rachel Weisz returning for Universal's next 'Mummy' movie, directed by Radio Silence.",
|
|
435
|
+
"category": "Breaking News",
|
|
436
|
+
"engagement_score": 22311,
|
|
437
|
+
"sentiment": "positive",
|
|
438
|
+
"key_posts": [
|
|
439
|
+
{
|
|
440
|
+
"title": "Brendan Fraser & Rachel Weisz Officially Set For Universal's Next ‘Mummy’ Movie",
|
|
441
|
+
"url": "https://reddit.com/r/movies/comments/1r19qb0/brendan_fraser_rachel_weisz_officially_set_for/",
|
|
442
|
+
"platform": "reddit",
|
|
443
|
+
"engagement": 21535
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"highlight_comments": [
|
|
447
|
+
{
|
|
448
|
+
"text": "The return of the king! Fraser and Weisz back together is exactly what the world needs right now.",
|
|
449
|
+
"author": "MovieBuff99",
|
|
450
|
+
"link": "https://reddit.com/r/movies/comments/1r19qb0/brendan_fraser_rachel_weisz_officially_set_for/",
|
|
451
|
+
"platform": "reddit"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"text": "Radio Silence directing a Mummy movie with the original duo? Sign me up immediately.",
|
|
455
|
+
"author": "HorrorFanatic",
|
|
456
|
+
"link": "https://reddit.com/r/movies/comments/1r19qb0/brendan_fraser_rachel_weisz_officially_set_for/",
|
|
457
|
+
"platform": "reddit"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"text": "Universal finally realized what we've been saying for a decade. Just give us Brendan back!",
|
|
461
|
+
"author": "NostalgiaCritic",
|
|
462
|
+
"link": "https://reddit.com/r/movies/comments/1r19qb0/brendan_fraser_rachel_weisz_officially_set_for/",
|
|
463
|
+
"platform": "reddit"
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "hunt-for-gollum-gandalf",
|
|
469
|
+
"topic_name": "Ian McKellen's Return to Middle-Earth",
|
|
470
|
+
"description": "Sir Ian McKellen has confirmed his return as Gandalf in 'The Lord of the Rings: The Hunt for Gollum', with filming set to begin this July.",
|
|
471
|
+
"category": "Casting News",
|
|
472
|
+
"engagement_score": 17367,
|
|
473
|
+
"sentiment": "very positive",
|
|
474
|
+
"key_posts": [
|
|
475
|
+
{
|
|
476
|
+
"title": "Ian McKellen Confirms Return as Gandalf in 'The Lord of the Rings: The Hunt for Gollum'",
|
|
477
|
+
"url": "https://reddit.com/r/movies/comments/1qwonvy/ian_mckellen_confirms_return_as_gandalf_in_the/",
|
|
478
|
+
"platform": "reddit",
|
|
479
|
+
"engagement": 16093
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"highlight_comments": [
|
|
483
|
+
{
|
|
484
|
+
"text": "A wizard is never late, nor is he early, he arrives precisely when he means to! So happy to see Sir Ian back.",
|
|
485
|
+
"author": "TolkienFan",
|
|
486
|
+
"link": "https://reddit.com/r/movies/comments/1qwonvy/ian_mckellen_confirms_return_as_gandalf_in_the/",
|
|
487
|
+
"platform": "reddit"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"text": "This movie went from 'unsure' to 'must watch' just with this casting confirmation.",
|
|
491
|
+
"author": "CinephileX",
|
|
492
|
+
"link": "https://reddit.com/r/movies/comments/1qwonvy/ian_mckellen_confirms_return_as_gandalf_in_the/",
|
|
493
|
+
"platform": "reddit"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"text": "Middle-earth isn't the same without him. July can't come soon enough.",
|
|
497
|
+
"author": "GandalfTheGrey",
|
|
498
|
+
"link": "https://reddit.com/r/movies/comments/1qwonvy/ian_mckellen_confirms_return_as_gandalf_in_the/",
|
|
499
|
+
"platform": "reddit"
|
|
500
|
+
}
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "china-spring-festival-boxoffice",
|
|
505
|
+
"topic_name": "China's 2026 Spring Festival Buzz",
|
|
506
|
+
"description": "Pre-sales for the 2026 Spring Festival are reaching massive numbers, led by Pegasus 3, Silent Awakenings, and Zootopia 2 holding strong dominance.",
|
|
507
|
+
"category": "Box Office",
|
|
508
|
+
"engagement_score": 12500,
|
|
509
|
+
"sentiment": "mixed",
|
|
510
|
+
"key_posts": [
|
|
511
|
+
{
|
|
512
|
+
"title": "In China the 2026 Spring Festival pre-sales start hitting a ¥82M/$11.8M total",
|
|
513
|
+
"url": "https://reddit.com/r/boxoffice/comments/1r09pc0/in_china_the_2026_spring_festival_presales_start/",
|
|
514
|
+
"platform": "reddit",
|
|
515
|
+
"engagement": 11432
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"highlight_comments": [
|
|
519
|
+
{
|
|
520
|
+
"text": "Zootopia 2 is orpington levels of massive in China. It's becoming the 8th highest grossing movie there ever.",
|
|
521
|
+
"author": "ChartWatcher",
|
|
522
|
+
"link": "https://reddit.com/r/boxoffice/comments/1r09pc0/in_china_the_2026_spring_festival_presales_start/",
|
|
523
|
+
"platform": "reddit"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"text": "Pegasus 3 has a huge lead in pre-sales. Han Han and Shen Teng are a golden duo for the holiday season.",
|
|
527
|
+
"author": "FilmAnalyst",
|
|
528
|
+
"link": "https://reddit.com/r/boxoffice/comments/1r09pc0/in_china_the_2026_spring_festival_presales_start/",
|
|
529
|
+
"platform": "reddit"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"text": "Interesting to see how many PLF screens Pegasus 3 is taking compared to Silent Awakenings.",
|
|
533
|
+
"author": "IMAXLover",
|
|
534
|
+
"link": "https://reddit.com/r/boxoffice/comments/1r09pc0/in_china_the_2026_spring_festival_presales_start/",
|
|
535
|
+
"platform": "reddit"
|
|
536
|
+
}
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "jisoo-boyfriend-on-demand",
|
|
541
|
+
"topic_name": "Jisoo's 'Boyfriend on Demand' Trailer",
|
|
542
|
+
"description": "Global excitement for the teaser of 'Boyfriend on Demand' starring BLACKPINK's Jisoo, currently trending as a top movie trailer on YouTube.",
|
|
543
|
+
"category": "Trending Trailer",
|
|
544
|
+
"engagement_score": 4000,
|
|
545
|
+
"sentiment": "positive",
|
|
546
|
+
"key_posts": [
|
|
547
|
+
{
|
|
548
|
+
"title": "The Official Teaser of #BoyfriendOnDemand is the #2 Trending Movie Trailer",
|
|
549
|
+
"url": "https://x.com/jisooschart/status/2021388723103973600",
|
|
550
|
+
"platform": "x",
|
|
551
|
+
"engagement": 1802
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"highlight_comments": [
|
|
555
|
+
{
|
|
556
|
+
"text": "Actress Jisoo is finally back! The teaser looks incredible, her screen presence is unmatched.",
|
|
557
|
+
"author": "@JisooFan1",
|
|
558
|
+
"link": "https://x.com/ForeverKimJisoo/status/2021411211129360751",
|
|
559
|
+
"platform": "x"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"text": "Trending in South Korea and worldwide. The power of Jisoo is real.",
|
|
563
|
+
"author": "@KPopNews",
|
|
564
|
+
"link": "https://x.com/AboutJisooYT/status/2021392976900128811",
|
|
565
|
+
"platform": "x"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"text": "I can't wait to see this. The chemistry in the teaser is already so good.",
|
|
569
|
+
"author": "@SooyaLovers",
|
|
570
|
+
"link": "https://x.com/chartskimjisoo/status/2021438326990098631",
|
|
571
|
+
"platform": "x"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
+
<title>web</title>
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-sZb3bzqd.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-FB2oq23H.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<div id="root"></div>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 410 404" role="img" aria-label="Vite logo placeholder">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0%" stop-color="#41d1ff"/>
|
|
5
|
+
<stop offset="50%" stop-color="#bd34fe"/>
|
|
6
|
+
<stop offset="100%" stop-color="#ffa800"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<path fill="#1e293b" d="M399.9 59.6L215.4 389.5c-5.6 10.2-20.3 10.2-25.9 0L10.1 59.6C3.9 48.7 12 35 24.9 35h360.2c13 0 21 13.7 14.8 24.6z"/>
|
|
10
|
+
<path fill="url(#grad1)" d="M284 80L205 270 126 80h50l29 88 29-88z"/>
|
|
11
|
+
</svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sc-research",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Headless Social Media Research Data Provider for AI Agents",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./dist/index.js",
|
|
9
|
+
"./package.json": "./package.json"
|
|
10
|
+
},
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=20.0.0"
|
|
13
|
+
},
|
|
14
|
+
"bin": {
|
|
15
|
+
"sc-research": "dist/cli.js"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"research": "bun src/entries/research.ts",
|
|
19
|
+
"research:deep": "bun src/entries/research.ts --depth=deep",
|
|
20
|
+
"visualize": "bun src/entries/visualize.ts",
|
|
21
|
+
"test:fixed": "bun src/test/manual-fixed-links.ts",
|
|
22
|
+
"test:x": "bun src/test/manual-xai.ts",
|
|
23
|
+
"build:index": "bun build src/entries/research.ts --outfile dist/index.js --target node",
|
|
24
|
+
"build:visualize": "bun build src/entries/visualize.ts --outdir dist --target node",
|
|
25
|
+
"build:test:fixed": "bun build src/test/manual-fixed-links.ts --outdir dist/test --target node",
|
|
26
|
+
"build:cli": "bun build src/entries/cli.ts --outdir dist --target node",
|
|
27
|
+
"build:web": "npm --prefix web run build",
|
|
28
|
+
"build:web:copy": "node scripts/copy-web-dist.mjs",
|
|
29
|
+
"build": "bun run build:index && bun run build:visualize && bun run build:test:fixed && bun run build:cli && bun run build:web && bun run build:web:copy",
|
|
30
|
+
"prepack": "bun run build",
|
|
31
|
+
"release:check": "npm pack --dry-run",
|
|
32
|
+
"prepublishOnly": "npm run release:check"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
36
|
+
"openai": "^6.18.0",
|
|
37
|
+
"zod": "^4.3.6"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@types/bun": "latest"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"dist",
|
|
44
|
+
"templates/base",
|
|
45
|
+
"templates/platforms",
|
|
46
|
+
"README.md",
|
|
47
|
+
"CLAUDE.md"
|
|
48
|
+
],
|
|
49
|
+
"publishConfig": {
|
|
50
|
+
"access": "public"
|
|
51
|
+
}
|
|
52
|
+
}
|