research-on-zhihu — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited research-on-zhihu (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
根据用户提供的关键词或话题,在知乎上进行系统性研究,输出结构化报告。
用户输入关键词/话题
│
├─ Step 1: 搜索知乎内容
│
├─ Step 2: 筛选高质量问题
│
├─ Step 3: 逐个获取问题详情和高赞回答
│
├─ Step 4: 读取关键回答的评论(可选)
│
└─ Step 5: 综合分析,输出研究报告使用 search_content 搜索关键词,获取相关内容列表。
search_content(keyword="用户关键词", sort="relevance", count=10)sort="newest"sort="most_upvoted"检查搜索结果,如果结果太少或不相关,尝试:
从搜索结果中筛选出最相关的 2-3 个问题(type 为 "question" 或 "answer")。
筛选标准:
对筛选出的每个问题,使用 get_question_detail 获取详情:
get_question_detail(question_id="问题ID")返回内容包含:
对于高赞回答(点赞数较高的前 2-3 个),使用 get_answer_detail 获取完整内容:
get_answer_detail(question_id="问题ID", answer_id="回答ID")如果需要更深入的分析,或用户明确要求,对关键回答获取评论:
get_comments(url="回答的完整URL", count=10)评论可以揭示:
仅在以下情况读取评论:
综合所有收集的信息,输出结构化报告:
## 知乎研究报告:{话题}
### 概览
- 搜索关键词:XXX
- 相关问题数:X 个
- 分析回答数:X 个
- 总浏览量:约 X 万
### 主流观点
1. **观点一**(来源:问题标题 / 作者名,X 赞)
- 核心论点摘要
2. **观点二** ...
### 争议与分歧
- 争议点 A:正方观点 vs 反方观点
- 争议点 B ...
### 关键洞察
- 洞察 1
- 洞察 2
### 数据来源
- [问题标题1](URL) — X 个回答,X 关注
- [问题标题2](URL) — X 个回答,X 关注~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.