知乎内容搜索分析

v1.1.0

知乎内容搜索与分析工具。搜索话题热度、分析高价值问题、追踪竞品回答。 面向内容创作者和自媒体运营者,中文优先。 当用户说"搜一下知乎"、"知乎有什么"、"分析知乎问题"、"知乎选题"、"搜知乎"时触发。 Keywords: 知乎, zhihu, 搜索, 问题分析, 选题, 内容创作, 知乎热榜, 知乎搜索.

0· 106·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/zhida-content.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "知乎内容搜索分析" (freedompixels/zhida-content) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/zhida-content
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install zhida-content

ClawHub CLI

Package manager switcher

npx clawhub@latest install zhida-content
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered assets. The included script (scripts/fetch_zhida.py) implements search, hot-list, analysis, and topic-suggestion logic for Zhihu and uses Zhihu API endpoints — which is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python script with various flags. The instructions reference only the script and Zhihu as the data source; they do not direct the agent to read unrelated files, environment variables, or transmit data to third parties outside zhihu.com domains.
Install Mechanism
No install spec is declared (instruction-only). There are no downloads, brew/npm installs, or archive extraction steps. The only code shipped is a single Python script that runs locally.
Credentials
The skill requests no environment variables, no credentials, and does not reference configuration paths. Network access to zhihu.com is required and explicit in the code; no other services or secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It runs as a standalone script and does not store or request tokens.
Assessment
This skill appears to do exactly what it claims: run a local Python script that scrapes/queries Zhihu and prints recommendations. Before installing, consider: (1) network egress — the script makes HTTP requests to zhihu.com so it needs internet access; (2) ToS and blocking — scraping may violate Zhihu's terms and can lead to rate-limiting or IP blocks; (3) run it in a sandbox or isolated environment if you worry about network activity; (4) no secrets are required, so never provide credentials to this skill; (5) you may want to inspect the rest of the script (complete content) yourself to confirm no telemetry or additional endpoints are added in later versions.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔍 Clawdis
latestvk977v8xvyy9pzkewbs6ztgepzd851fr2
106downloads
0stars
1versions
Updated 1w ago
v1.1.0
MIT-0

Zhida Content — 知乎内容搜索与分析

知乎内容搜索、热度分析、选题挖掘工具。

核心功能

1. 话题搜索

按关键词搜索知乎问题,查看热度、回答数、关注者数据

2. 热榜获取

实时获取知乎热榜问题

3. 问题分析

深度分析单个问题:浏览量、回答质量、竞争程度、内容机会

4. 选题建议

基于搜索数据,推荐高价值创作选题

使用方式

# 搜索话题
python3 scripts/fetch_zhida.py --search "AI副业"

# 热榜问题
python3 scripts/fetch_zhida.py --hot --limit 10

# 问题分析
python3 scripts/fetch_zhida.py --analyze "https://www.zhihu.com/question/123456789"

# 选题推荐(关键词)
python3 scripts/fetch_zhida.py --topic "AI" --limit 20

# JSON输出
python3 scripts/fetch_zhida.py --topic "AI副业" --json

选题推荐逻辑

问题热度分级:

  • 🔥🔥🔥 极热(100万+浏览)→ 蹭流量,但竞争激烈
  • 🔥🔥 中热(10-100万浏览)→ 最佳选择,流量+竞争平衡
  • 🔥 温热(1-10万浏览)→ 垂直领域机会
  • ❄️ 冷门(1万以下)→ 竞争小但流量有限

回答机会评分:

  • 高机会:回答少 + 关注多 + 浏览高
  • 中机会:回答中等 + 浏览高
  • 低机会:回答多 + 浏览低

数据来源

知乎搜索 API(无需登录)

注意事项

  • 知乎反爬严格,脚本内置延迟和降级处理
  • 部分 API 可能因地域限制不可用

Comments

Loading comments...