skills/clawhub.ai/zhihu-search

zhihu-search

Installation
SKILL.md

zhihu-search

⚡ 30 秒上手 (给 LLM agent 用)

# 1. 定义 skill 路径 (一行 export, 全程只用 $SKILL)
export SKILL=/path/to/zhihu-search    # 你 clone 的位置

# 2. 一行拿到某主题的 top 问答摘要:
python3 $SKILL/zhihu-fetch.py quick "AI 热点" --compact --md-out /tmp/out.md

# 3. 看热榜:
python3 $SKILL/zhihu-fetch.py hotlist --compact --md-out /tmp/hot.md

# (可选) 验证登录态 + 路径:
python3 $SKILL/keepalive.py paths
Installs
1
First Seen
Aug 8, 2026
zhihu-search from clawhub.ai