Install
openclaw skills install @crawlora-org/news-briefing-researchBuilds source-aware news briefings from GDELT, BBC, CNN, The Guardian, and Yahoo News using the Crawlora API. Use for recent headlines, topic monitoring, source comparison, and coverage timelines with links, dates, and uncertainty preserved.
openclaw skills install @crawlora-org/news-briefing-researchGather recent public news from multiple publishers and GDELT, then return a dated briefing with source links and clearly separated reporting from inference.
scripts/crawlora.sh /gdelt/search query="semiconductor exports" | jq '.'
scripts/crawlora.sh /bbc/search query="semiconductor exports" | jq '.'
scripts/crawlora.sh /cnn/search query="semiconductor exports" | jq '.'
scripts/crawlora.sh /guardian/search query="semiconductor exports" | jq '.'
scripts/crawlora.sh /yahoo-news/search query="semiconductor exports" | jq '.'
See reference/endpoints.md for the complete generated endpoint list.