Install
openclaw skills install @tonywangcn/news-media-researchResearches public BBC, CNN, and Guardian news through the Crawlora API — headlines, article text, live-story updates, search, and topic archives — returning clean JSON. Use when the user wants current coverage or article content from these outlets without scraping pages directly.
openclaw skills install @tonywangcn/news-media-researchSearch and read public news coverage from BBC, CNN, and The Guardian as normalized JSON, with outlet-native article, headline, live-story, and topic surfaces.
export CRAWLORA_API_KEY=sk_your_key_herex-api-key: $CRAWLORA_API_KEY against https://api.crawlora.net/api/v1./bbc/headlines, /bbc/search, and /bbc/article; use
/bbc/live for a canonical live page./cnn/headlines and /cnn/article; use /cnn/live-story for
chronological live updates./guardian/headlines, /guardian/article, and
/guardian/topic for archives.Use reference/endpoints.md for exact parameters.
scripts/crawlora.sh /bbc/headlines section=world | jq '.'
scripts/crawlora.sh /cnn/article url="https://www.cnn.com/example" | jq '.'
scripts/crawlora.sh /guardian/topic topic=technology page=1 | jq '.'