技能 zhihu-search-api-skill
📦

zhihu-search-api-skill

低风险 🌐 网络访问🔑 环境变量

通过BrowserAct提取知乎文章和趋势

此技能使AI代理能够使用BrowserAct API自动从知乎提取结构化文章数据和完整内容,消除手动浏览和验证码问题。

支持: Claude Codex Code(CC)
🥉 74 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“zhihu-search-api-skill”。 Search Zhihu for articles about Claude AI from the last 30 days

预期结果:

  • Found 10 articles on Claude AI from the past month
  • Top result: 'Claude AI Assistant Deep Dive' by @TechReviewer (2026-04-25)
  • Article URL: https://zhihu.com/p/12345678
  • Summary: Comprehensive review of Claude's capabilities and use cases

正在使用“zhihu-search-api-skill”。 Monitor our brand AcmeCorp on Zhihu for the past week

预期结果:

  • 3 articles mentioning AcmeCorp found from the past 7 days
  • Sentiment: 2 positive, 1 neutral
  • Most recent: @User123 review posted 2 days ago

安全审计

低风险
v1 • 4/28/2026

All static findings evaluated as false positives. Network access is limited to BrowserAct API (api.browseract.com) for legitimate data extraction. Environment access is restricted to required API credentials. No prompt injection, no malicious patterns, no exfiltration behavior. The CRITICAL heuristic about dangerous combination is a false alarm - script execution + network access + credential access is standard pattern for API-based extraction tools.

2
已扫描文件
200
分析行数
2
发现项
1
审计总数
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
90
安全
91
规范符合性

你能构建什么

品牌监测和公关追踪

追踪过去30天内品牌或公司在知乎上的讨论情况。获取文章标题、参与度指标和完整内容用于情感分析。

竞品情报收集

收集竞品在知乎上发布的产品动态和市场活动。从知乎提取结构化数据用于竞品分析报告。

行业趋势研究

查找并分析特定主题(如AI代理或新兴技术)的最新讨论。获取完整文章用于详细的内容分析。

试试这些提示

简单文章搜索
Search Zhihu for articles about [topic] from the last 7 days
品牌监测
Monitor [brand_name] mentions on Zhihu over the past 30 days
竞品分析
Find Zhihu articles published by [competitor_name] in the last 90 days and extract the main topics
深度内容提取
Search Zhihu for [keyword], extract up to 20 articles including full body content for a research report on [research_topic]

最佳实践

  • 运行提取任务前务必确认BrowserAct API密钥已正确配置
  • 使用适当的日期范围(7天、30天、90天)以平衡时效性和数据量
  • 优雅处理任务超时——浏览器自动化任务可能需要几分钟才能完成

避免

  • 不要在未检查BROWSERACT_API_KEY是否设置的情况下运行提取
  • 避免请求过多的文章数量限制,以免触发API速率限制
  • 不要假设提取功能可以绕过付费墙或私密内容限制

常见问题

什么是BrowserAct,为什么需要它?
BrowserAct是一个浏览器自动化API服务,可处理验证码、IP限制和会话管理。此技能使用BrowserAct来可靠地提取知乎数据,无需人工干预。
如何获取BrowserAct API密钥?
请在browseract.com注册,并从集成页面获取API密钥。在使用此技能前,将其设置为BROWSERACT_API_KEY环境变量。
此技能能否提取付费或高级知乎内容?
不能。此技能仅提取知乎搜索结果中公开可用的内容。无法访问付费墙后的付费文章。
典型的提取任务需要多长时间?
任务完成时间通常为1-5分钟,具体取决于请求的文章数量和BrowserAct服务器负载。
如果API密钥无效会怎样?
如果API返回"无效授权",此技能将通知您并停止重试。您必须提供有效的BrowserAct API密钥。
我可以在一个请求中提取多个关键词的文章吗?
请为每个关键词单独运行脚本。如有需要,您可以自动化多个顺序运行。