agenttimes
Installation
SKILL.md
Agent Times — Live Context Layer for AI Agents
TL;DR
# News search:
curl -s "https://agenttimes.live/ask?q=why+is+NVDA+down+today"
# Weather:
curl -s "https://agenttimes.live/ask?q=weather+tokyo"
# Crypto price:
curl -s "https://agenttimes.live/ask?q=bitcoin+price"
# Trending stories:
curl -s "https://agenttimes.live/trending"
Response is JSON. /ask auto-detects intent: news queries return articles with title, url, summary, sentiment, entities; $TICKER queries search by entity; weather queries return forecasts; crypto queries return prices. Check the source field. No API key needed.