Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
CLI tool to fetch trending news and hot topics from 66 sources across 44 platforms. Returns structured news items with titles, URLs, and metadata. USE FOR: -...
CLI tool to fetch trending news and hot topics from 66 sources across 44 platforms. Returns structured news items with titles, URLs, and metadata. USE FOR: -...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetch trending news and hot topics from 66 sources across 44 platforms. Returns news items with title, URL, and optional metadata. Run newsnow --help for usage details.
Follow this pattern: List - Don't know what sources are available? List them first. Fetch - Know the source? Fetch news directly. JSON - Need structured data? Add --json for machine-readable output. NeedCommandWhenSee all sourcesnewsnow listDon't know source namesSee sources as JSONnewsnow list --jsonNeed source list programmaticallyGet newsnewsnow <source>Know the source, want readable outputGet news as JSONnewsnow <source> --jsonNeed structured data for processing
List all available sources. newsnow list newsnow list --json
newsnow hackernews newsnow hackernews --json Output fields (JSON mode): id - Unique item identifier title - News headline url - Link to the article (optional) pubDate - Publication date (optional) extra - Additional metadata like view counts, comments (optional)
66 source endpoints across 44 platforms: PlatformSources36kr36kr, 36kr-quick, 36kr-renqiBaidubaiduBilibilibilibili, bilibili-hot-search, bilibili-hot-video, bilibili-rankingCankaoxiaoxicankaoxiaoxiChongbuluochongbuluo, chongbuluo-hot, chongbuluo-latestCLScls, cls-telegraph, cls-depth, cls-hotCoolapkcoolapkDoubandoubanDouyindouyinFastbullfastbull, fastbull-express, fastbull-newsFreeBuffreebufGelonghuigelonghuiGhxighxiGitHubgithub, github-trending-todayHacker NewshackernewsHupuhupuiFengifengiQIYIiqiyi-hot-ranklistITHomeithomeJin10jin10JuejinjuejinKaopukaopuKuaishoukuaishouLinuxDolinuxdo, linuxdo-latest, linuxdo-hotMktNewsmktnews, mktnews-flashNowcodernowcoderPCBetapcbeta-windows, pcbeta-windows11Product HuntproducthuntQQ Videoqqvideo-tv-hotsearchSMZDMsmzdmSolidotsolidotSputnik News CNsputniknewscnSSPaisspaiSteamsteamTencenttencent-hotThe PaperthepaperTiebatiebaToutiaotoutiaoV2EXv2ex, v2ex-shareWall Street CNwallstreetcn, wallstreetcn-quick, wallstreetcn-news, wallstreetcn-hotWeiboweiboXueqiuxueqiu, xueqiu-hotstockZaobaozaobaoZhihuzhihu
CategoryRecommended SourcesTechhackernews, github, v2ex, juejin, ithome, linuxdoFinancexueqiu, wallstreetcn, cls, jin10, gelonghui, fastbullGeneral Newstoutiao, baidu, thepaper, ifeng, zaobao, cankaoxiaoxiSocial/Trendingweibo, douyin, bilibili, zhihu, tieba, doubanSecurityfreebufProduct/Designproducthunt, sspai
PRODUCTHUNT_API_TOKEN - Required for producthunt source
linuxdo, linuxdo-latest, linuxdo-hot may return 403 Forbidden (Cloudflare) Some Chinese sources may be inaccessible from outside mainland China
newsnow hackernews --json | jq '.[].title' newsnow hackernews --json | jq '.[:5]' newsnow weibo --json | jq '.[] | "\(.title) \(.url)"'
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.