Loading...
Loading...
Sports news via RSS/Atom feeds and Google News. Fetch headlines, search by query, filter by date. Covers football news, transfer rumors, match reports, and any sport via Google News. Use when: user asks for recent news, headlines, transfer rumors, or articles about any sport. Good for "what's the latest on [team/player]" questions. Supports any Google News query and curated RSS feeds (BBC Sport, ESPN, The Athletic, Sky Sports). Don't use when: user asks for structured data like standings, scores, statistics, or xG — use football-data instead. Don't use for prediction market odds — use polymarket or kalshi. Don't use for F1 timing data — use fastf1. News results are text articles, not structured data.
npx skill4agent add machina-sports/sports-skills sports-newswhich sports-skills || pip install sports-skillspip installpython3 --version # check version
# If < 3.10, try: python3.12 -m pip install sports-skills
# On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-skillssports-skills news fetch_items --google_news --query="Arsenal transfer" --limit=5
sports-skills news fetch_feed --url="https://feeds.bbci.co.uk/sport/football/rss.xml"from sports_skills import news
articles = news.fetch_items(google_news=True, query="Arsenal transfer news", limit=10)
feed = news.fetch_feed(url="https://feeds.bbci.co.uk/sport/football/rss.xml")google_newsqueryurllanguagecountryafterbeforesort_by_datefetch_feedlimit| Source | URL |
|---|---|
| BBC Sport Football | |
| ESPN FC | |
| The Athletic | |
| Sky Sports Football | |
google_news=Truequery"Arsenal transfer news""Premier League results""Champions League draw""World Cup 2026"fetch_items(google_news=True, query="Arsenal transfer news", limit=10)fetch_feed(url="https://feeds.bbci.co.uk/sport/football/rss.xml")fetch_items(google_news=True, query="Champions League", after="2026-02-09", sort_by_date=True, limit=10)sports-skillspip install sports-skillsModuleNotFoundError: No module named 'sports_skills'google_news=Truequeryqueryaftersort_by_date=Truelanguagecountry