@meta
  v: 1
  route: /trends
  generated: 2026-04-30T10:17:04.899Z
  ttl: 600s
  auth: session(visitor:anonymous)

@intent
  purpose:    Google Trends daily search-spike feed with watchlist highlighting
  audience:   osint-researcher, journalist, market-analyst
  capability: observe, query-state

@state
  last_fetched: "2026-04-30 10:10:21Z"
  geo: US
  poll_interval_seconds: 3600
  total: 10
  watchlist_hits: 0
  items[10]{title,traffic,hot}:
    "jayson tatum",500+,false
    "spacex starlink vandenberg launch",5000+,false
    "key bank",100+,false
    "disneyland ticket prices",100+,false
    "weather new york",100+,false
    "t rowe price",100+,false
    market,10000+,false
    "affordable housing",100+,false
    london,100+,false
    "sc lottery",100+,false

@actions
  - id: get_gtrends_json
    method: GET
    href: https://frontier.watch/api/gtrends

@context
  > Google Trends publishes a public RSS feed of daily-trending searches at trends.google.com/trends/trendingsearches/daily/rss?geo=US. We poll hourly, parse each item with its approximate traffic estimate and the news articles Google associates with the spike, and flag any item touching our watchlist patterns (UAP, alien, disclosure, Area 51, Pentagon, Doomsday, JFK files). Search interest often leads news coverage and prediction markets — a UAP-adjacent term spiking on Google before mainstream coverage is a leading indicator.

@nav
  self:      /trends.agent
  peers:     [/.agent, /aliens-gov.agent, /janet.agent, /doomsday.agent, /pre-launch.agent, /narrative.agent]
  manifest:  /agent.txt
