← All skills
Tencent SkillHub · Data Analysis

Zhihu Hot CN

知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版)

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

知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版)

⬇ 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
README.md, SKILL.md, package.json, scripts/get-hot.sh

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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 12 sections Open source page

知乎热榜监控

获取知乎热门话题、问题和趋势分析。

功能

🔥 获取知乎实时热榜 📊 分析热门话题趋势 🏷️ 按类别筛选(科技、娱乐、财经等) 💾 导出为 Markdown/JSON

获取热榜

# 获取当前热榜(前 50 条) ./scripts/get-hot.sh # 获取指定数量 ./scripts/get-hot.sh --limit 20 # 输出 JSON 格式 ./scripts/get-hot.sh --format json

按类别筛选

# 科技类话题 ./scripts/get-hot.sh --category tech # 财经类话题 ./scripts/get-hot.sh --category finance # 娱乐类话题 ./scripts/get-hot.sh --category entertainment

趋势分析

# 对比昨天和今天的热榜变化 ./scripts/compare-trends.sh # 查找持续热门的话题(连续 3 天在榜) ./scripts/find-persistent.sh --days 3

数据来源

知乎热榜数据来自公开数据源: zhihu-hot-questions - 每小时更新 SnailDev/zhihu-hot-hub - 按天归档

Markdown 格式

# 知乎热榜 - 2026-02-19 1. [如何评估 AI Agent 的商业价值?](https://zhihu.com/question/xxx) 🔥 999万热度 2. [2026 年最值得学习的编程语言?](https://zhihu.com/question/xxx) 💬 523 回答 3. ...

JSON 格式

{ "date": "2026-02-19", "items": [ { "rank": 1, "title": "如何评估 AI Agent 的商业价值?", "url": "https://zhihu.com/question/xxx", "heat": 9990000, "answers": 523 } ] }

热度指标

🔥 热度值: 综合浏览量、互动量计算 💬 回答数: 问题下的回答数量 ⏰ 在榜时间: 持续在热榜的天数

与其他平台对比

平台对应美国平台特点知乎Quora问答社区,知识分享抖音TikTok短视频小红书Instagram图文分享B站YouTube长视频

使用场景

内容创作: 发现热门话题,获取创作灵感 市场研究: 了解用户关注点 舆情监控: 追踪品牌/产品讨论 知识获取: 快速了解当日热点

注意事项

数据来自公开数据源,非官方 API 热榜每小时更新一次 如需实时数据,请访问知乎官网 版本: 1.0.0 数据源: GitHub 公开项目

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/get-hot.sh Scripts
  • package.json Config