원클릭으로
deal-flow
Funding round tracker across configurable verticals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Funding round tracker across configurable verticals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Summary of the [REPLACE: CHANNEL_PLATFORM] channel [REPLACE: CHANNEL_NAME] — top [REPLACE: TOP_N_THREADS] threads + open questions
Price and volume tracker for [REPLACE: TOKEN_SYMBOL] with anomaly alerts above [REPLACE: ALERT_THRESHOLD_PCT]% movement
Watch Vercel deploys for [REPLACE: VERCEL_PROJECT] — alert on [REPLACE: ALERT_ON] in the last [REPLACE: LOOKBACK_HOURS] hours
Digest of the most interesting new posts on [REPLACE: TOPIC] from RSS feeds and the open web
Mention/keyword sweep on social platforms for [REPLACE: KEYWORDS] — trends, sentiment, top posts
5 concrete real-life actions, leverage-scored against open loops with specificity and anti-fluff gates
| name | Deal Flow |
| description | Funding round tracker across configurable verticals |
| tags | ["research"] |
Read memory/MEMORY.md for context (tracked verticals, active theses).
Read the last 14 days of memory/logs/ and extract company names from prior ### deal-flow entries to build the dedup set.
Produce a weekly funding-round digest that tells the reader what the capital reveals, not just what closed. A flat list of rounds is noise; a ranked, contextualized read is signal.
Run searches in parallel. Use the current month + year in queries. Aim for ≥25 candidate deals before filtering. If a source fails, record source=fail for the footer; do not abort.
Source fetch rule (applies to every WebFetch below): if the fetch returns 404, 403, is rate-limited, or times out, log DEAL_FLOW_SOURCE_MISS: <url> (<reason>) and continue with remaining sources. Never abort the run on a single source miss — the tiered design is specifically so that any one source can fail.
Tier 1 — broad aggregators (always run):
"biggest funding rounds" week ${month} ${year} site:news.crunchbase.comfunding round ${month} ${year} site:techcrunch.com"Series A" OR "Series B" OR "seed" raised ${month} ${year} startuphttps://news.crunchbase.com/sections/venture/ — extract this week's roundup if present (apply source-miss rule above)Tier 2 — vertical-specific (run for verticals in MEMORY.md; defaults: AI, crypto, infra/devtools):
https://aifundingtracker.com/; WebSearch "AI startup" "raised" Series ${month} ${year}https://crypto-fundraising.info/ and https://cryptorank.io/funding-rounds (apply source-miss rule); WebSearch crypto funding round ${month} ${year}developer tools OR infrastructure OR compute startup raised ${month} ${year}Tier 3 — signal flags (always include if found, regardless of size):
prediction market OR agentic payment OR x402 funding ${month} ${year}X/Twitter fallback signal path (always run, especially when Tier 1/2 sources miss):
fetch-tweets outputs or direct X search for the following queries — these surface deals that aggregators miss or haven't indexed yet:
funding-announcement (literal hashtag and phrase)"announcing our Series" OR "we raised" ${month} ${year}"led by @<tier1_fund>" raised (substitute a16z, paradigm, sequoia, etc.)"thrilled to announce" funding ${month} ${year}If valuation or prior is unknown, write n/d. Never hallucinate numbers.
| Dimension | 5 (high) | 3 (mid) | 1 (low) |
|---|---|---|---|
| Magnitude | Round size unusual for stage (Series A >$50M; seed >$15M) | Standard for stage | Below median |
| Investor signal | Lead is a16z, Paradigm, Founders Fund, Sequoia, Benchmark, Pantera, USV, Lightspeed | Reputable but not top-tier | Unknown / pure syndicate |
| Thesis fit | Validates a tracked vertical/thesis directly | Adjacent | Off-thesis |
| Narrative weight | First-of-kind, contrarian, or category-defining | Confirmation of existing trend | Me-too |
| Valuation signal | UP >2× prior, OR DOWN (down rounds are signal) | FLAT or UP <2× | n/d |
Sum the five. Keep the top 8 deals by total. Ties broken by recency.
*Deal Flow — ${today}*
**Read:** [1 sentence: what this week's capital signals — where smart money clustered, what's overfunded/underfunded, which thesis got validated or broken]
1. **Company** — what they do (≤12 words)
$XXM ${round} @ $YYM post (${UP|FLAT|DOWN|n/d} vs prior) | Lead: ${investor}
*Why it matters:* [≤20 words; must name the specific signal]
2. ...
*Sources:* crunchbase=ok|fail, techcrunch=ok|fail, cryptorank=ok|fail, aift=ok|fail | candidates=${N} → kept=${K}
Hard rules for "Why it matters":
Cap total at 4000 chars. If everything gets dropped, send:
*Deal Flow — ${today}* — No deals cleared signal threshold this week. Sources: ...
memory/logs/${today}.md### deal-flow
- Candidates: ${N} → Kept: ${K}
- Top deal: ${company} ($${amount} ${round}, lead ${investor}) — score ${score}/25
- Themes: [1–2 sentence cluster summary]
- Source health: [any source=fail with reason]
- Dedup: ${count} candidates dropped as already-covered
- Deals (for next-week dedup):
- ${company1}, ${company2}, ...
./notifyRun ./notify "<digest>". The fan-out handles channels.
The sandbox may block outbound curl. Use WebFetch (built-in Claude tool) for any URL fetch — it bypasses the sandbox. WebSearch is always available.
n/d is acceptable; fabrication is not.