โ† All skills
Tencent SkillHub ยท Developer Tools

newsnow

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: -...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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: -...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

newsnow CLI

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.

Workflow

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

List all available sources. newsnow list newsnow list --json

Fetch a source

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)

Sources

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

Source Selection Guide

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

Environment Variables

PRODUCTHUNT_API_TOKEN - Required for producthunt source

Known Limitations

linuxdo, linuxdo-latest, linuxdo-hot may return 403 Forbidden (Cloudflare) Some Chinese sources may be inaccessible from outside mainland China

Working with Results

newsnow hackernews --json | jq '.[].title' newsnow hackernews --json | jq '.[:5]' newsnow weibo --json | jq '.[] | "\(.title) \(.url)"'

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc