reddit-competitor-analysis-api-skill
提取Reddit数据进行竞品分析
需要追踪品牌提及或在Reddit上分析竞争对手?该技能通过BrowserAct API获取结构化的帖子和评论数据,让您免于手动抓取和应对验证码挑战。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"reddit-competitor-analysis-api-skill" 사용 중입니다. Search Reddit for 'Tesla competitor' posts from the past week
예상 결과:
Found 5 relevant posts. Top result: 'Tesla vs Rivian - 6 month ownership comparison' (r/electricvehicles, 847 upvotes, 156 comments). Top comment by u/evfan2024: 'I've owned both...'
"reddit-competitor-analysis-api-skill" 사용 중입니다. Extract feedback about our new product feature
예상 결과:
Found 12 mentions across r/productfeedback and r/software. Average sentiment: positive (72%). Key themes: 'easy setup', 'great integration'. Complaints: 'needs mobile app'.
"reddit-competitor-analysis-api-skill" 사용 중입니다. Build a dataset of fintech discussions
예상 결과:
Collected 50 posts from r/finance and r/investing. Export includes post titles, timestamps, upvote counts, and nested comment trees with author info and reply chains.
보안 감사
중간 위험After AI evaluation, the static findings are predominantly false positives from pattern matching on documentation markup. The 64 external_commands findings in SKILL.md flagged markdown backticks (inline code and fenced code blocks) as shell execution, which is incorrect. All weak cryptographic algorithm findings in SKILL.md are also false positives since no cryptographic code exists in the documentation. Confirmed risk factors are network access to the BrowserAct API and environment variable access for the API key, which are expected and documented behaviors for this type of API client skill. The Python script is a clean API client with no malicious patterns, data exfiltration, or command injection vectors.
중간 위험 문제 (2)
낮은 위험 문제 (2)
위험 요인
🌐 네트워크 접근 (5)
🔑 환경 변수 (6)
⚡ 스크립트 포함 (1)
품질 점수
만들 수 있는 것
监控竞争对手品牌提及
追踪竞争对手在Reddit上的讨论情况。提取提及竞争对手名称的帖子和评论,以了解市场认知并发现互动机会。
研究产品反馈和评论
收集关于特定产品或功能的Reddit讨论。提取结构化的评论数据,以识别常见痛点、功能需求和用户情感趋势。
构建Reddit分析数据集
收集特定主题的Reddit对话,用于训练数据、学术研究或趋势分析。导出结构化的JSON数据以供进一步处理。
이 프롬프트를 사용해 보세요
Use the Reddit competitor analysis skill to search for mentions of [BRAND_NAME] on Reddit from the past month.
Analyze Reddit discussions about [COMPETITOR] using the Reddit analysis skill. Search the past year, sort by Top, and extract the top 20 comments from each post.
Track sentiment about [TOPIC] on Reddit over the past 6 months. Extract posts sorted by Hot and capture comments sorted by Best.
Compare how [BRAND_A] and [BRAND_B] are discussed on Reddit. Use the Reddit analysis skill to extract posts from the past week for each keyword.
모범 사례
- 先从宽泛的关键词搜索开始,然后根据初步结果逐步缩小范围
- 对于时效性监控,使用'Past week'或'Today'以节省API额度
- 在运行大规模提取前,务必确认BrowserAct API密钥拥有足够的额度
피하기
- 不要使用过于具体的长尾关键词,否则可能返回零结果
- 避免在没有分页策略的情况下单次提取数千条评论
- 不要跳过错误处理——检查'Invalid authorization'消息并引导用户刷新API密钥