Install
openclaw skills install no-newsFetch and display international tech news from 8 curated RSS feeds with summaries, titles, links, and timestamps in a markdown table format.
openclaw skills install no-newsFetch tech news from 8 curated RSS sources and display as a markdown table.
Run the bundled script:
python scripts/tech_news.py --summary
This fetches all sources (with 30-min cache) and outputs a markdown table with title, source link, publish time, and summary.
| Flag | Purpose |
|---|---|
--summary | Include 摘要 column (recommended default) |
-s <source> | Single source (techcrunch, theverge, wired, arstechnica, engadget, hackernews, mittech, gizmodo) |
-l <N> | Items per source (default 10) |
--no-cache | Skip cache, force fresh fetch |
--sources | List available sources |
scripts/tech_news.py --summary (add -s or -l if user specified).Requires feedparser, requests, rich — install if missing:
pip install feedparser requests rich