← 返回
未分类 中文

Opportunity Scout

Hunt for real, expressed user pain points and unmet demand across Reddit, HN, and configurable sources. Finds demand signals like frustration posts, feature...
在Reddit、HN及可配置来源中寻找用户真实痛点和未满足需求,识别挫败帖子、功能需求等需求信号。
newageinvestments25-byte newageinvestments25-byte 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 286
下载
💾 0
安装
1
版本
#latest

概述

Opportunity Scout

Hunt for real demand signals — not news, not trends, but people expressing pain,

frustration, and unmet needs that represent building opportunities.

Skill Directory

All paths below are relative to this skill's directory.

  • scripts/configure.py — manage niches, keywords, sources, schedule
  • scripts/scan_sources.py — generate search queries and process results
  • scripts/score_signals.py — score and rank findings
  • scripts/digest.py — generate prioritized markdown digest
  • scripts/history.py — track signals over time, detect trends
  • references/signal-types.md — what counts as a demand signal (read when scoring)
  • references/source-guide.md — how to configure sources effectively
  • assets/config.example.json — example niche configurations

Data Files

All state lives in the skill directory:

  • config.json — active configuration (created by configure.py)
  • history.json — signal history log (created by history.py)
  • findings/ — raw and scored finding files per scan

Workflow

First-Time Setup

  1. Run configure.py --init to create config.json from the example, or:
    • configure.py --add-niche "AI tools for small business" --keywords "wish,need,looking for,alternative to,frustrated"
    • configure.py --add-source reddit:r/SaaS,reddit:r/smallbusiness,hackernews
    • configure.py --set-schedule daily

Running a Scan

Execute these steps in order:

  1. Generate queries: Run scan_sources.py --generate-queries to get optimized

search queries. It prints JSON with query strings.

  1. Execute searches: For each query, call the web_search tool. Collect all

results into a JSON array and save to a temp file.

  1. Ingest results: Run scan_sources.py --ingest to parse raw

search results into standardized findings. Outputs findings JSON.

  1. Score findings: Run score_signals.py to score each finding

on signal strength, engagement, freshness, competition, and recurrence. Outputs

scored JSON.

  1. Update history: Run history.py --update to log findings and

detect trend patterns (persistent, emerging, fading).

  1. Generate digest: Run digest.py to produce the markdown report.

Use --output to save to a specific location (e.g., Obsidian vault).

Use --max-results 20 to limit output.

Quick Scan (Single Command Summary)

For a rapid scan of a single niche without full config:

  1. Run scan_sources.py --quick "developer tools for AI agents" to get queries
  2. Execute web_search for each query
  3. Pipe results through score and digest

Reading References

  • Before scoring or evaluating signals manually, read references/signal-types.md

for the taxonomy of demand signals and how to distinguish real demand from noise.

  • When helping users configure sources, read references/source-guide.md.

Cron Integration

Set schedule in config.json via configure.py --set-schedule daily|weekly.

When triggered by cron, run the full scan workflow above. Save digest to the

user's preferred output location (default: skill directory findings/).

Key Design Principles

  • Demand, not news: Every finding should express unmet need, frustration, or a gap.

Filter aggressively — 10 strong signals beat 100 weak ones.

  • Batch queries: Combine niche + keywords into fewer, broader queries rather than

one query per keyword. Respect rate limits.

  • Track over time: Signals that persist across scans are more valuable than one-offs.

Use history.py to surface persistent demand and fading trends.

  • Score honestly: High engagement + low competition + recurring = strong opportunity.

Don't inflate scores — the user needs signal, not noise.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 14:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Homelab Runbook

newageinvestments25-byte
扫描并记录本机所有运行中的服务 — Docker 容器、系统服务(launchd/systemd)以及开放的监听端口,生成可读的文档。
★ 0 📥 563
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 299 📥 143,730
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 279 📥 102,089