스킬 reddit-competitor-analysis-api-skill
📦

reddit-competitor-analysis-api-skill

중간 위험 🌐 네트워크 접근🔑 환경 변수⚡ 스크립트 포함

提取Reddit数据进行竞品分析

需要追踪品牌提及或在Reddit上分析竞争对手?该技能通过BrowserAct API获取结构化的帖子和评论数据,让您免于手动抓取和应对验证码挑战。

지원: Claude Codex Code(CC)
⚠️ 62 나쁨
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"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.

보안 감사

중간 위험
v2 • 5/21/2026

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
스캔된 파일
225
분석된 줄 수
7
발견 사항
2
총 감사 수
중간 위험 문제 (2)
Environment variable access for API credentials
The script reads BROWSERACT_API_KEY from environment variables for API authentication. This is expected and necessary for an API client, but credentials could be exposed if the environment is compromised.
Network requests to external API
The script makes HTTP POST and GET requests to api.browseract.com for task submission and status polling. This is the core advertised functionality but represents network access to an external service.
낮은 위험 문제 (2)
Hardcoded API URL in source code
The API base URL is hardcoded to api.browseract.com. This is the documented BrowserAct API endpoint and is expected behavior, but hardcoding URLs reduces flexibility.
Markdown backticks misidentified as shell execution
The static analyzer flagged 64 locations in SKILL.md as Ruby/shell backtick execution. All instances are markdown formatting for inline code and fenced code blocks. No actual shell command execution occurs in SKILL.md.
감사자: claude 감사 이력 보기 →

품질 점수

45
아키텍처
100
유지보수성
87
콘텐츠
21
커뮤니티
51
보안
83
사양 준수

만들 수 있는 것

监控竞争对手品牌提及

追踪竞争对手在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密钥

자주 묻는 질문

什么是BrowserAct?为什么需要它?
BrowserAct是一项浏览器自动化服务,可处理Reddit抓取,包括验证码解决和IP管理。该技能通过其API提取干净的数据,无需构建自定义抓取工具。
如何获取BrowserAct API密钥?
在browseract.com注册,进入集成页面,复制您的API密钥。将其设置为BROWSERACT_API_KEY环境变量,或在提示时直接提供。
为什么提取需要这么长时间?
Reddit数据提取涉及自动化浏览器操作。根据请求的帖子和评论数量,任务通常需要5-20分钟。脚本会输出状态日志以确认进度。
我可以提取私有subreddit的数据吗?
不能。该技能只能访问公开的Reddit内容。私有subreddit和受限社区需要直接访问权限。
如果我的API密钥无效会发生什么?
脚本会在输出中检测到'Invalid authorization'并报告错误。不要使用无效密钥重试——请提供新的API密钥。
每次请求可以提取多少数据?
您可以通过data_limit参数配置每个帖子最多提取1000条评论。但是,更大的提取会消耗更多API额度并需要更长时间完成。

개발자 세부 정보