← 返回 Skills 市场
zhihu-search-api-skill
作者
browser-act
· GitHub ↗
· v1.0.0
· MIT-0
187
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zhihu-search-api-skill
功能描述
This skill helps users automatically extract structured article details and full content from Zhihu via the BrowserAct API. Agent should proactively apply th...
安全使用建议
This skill looks coherent and calls BrowserAct's API to extract Zhihu content. Before installing: (1) Only provide the BrowserAct API key via secure means—prefer setting BROWSERACT_API_KEY as an environment variable in your agent/runtime rather than pasting the key into chat. (2) Verify you trust BrowserAct (https://www.browseract.com) and the TEMPLATE_ID used, since API responses will contain the scraped article data. (3) Ensure the runtime has Python and the 'requests' package (pip install requests) so the script can run. (4) Expect the script to print full API responses (which may include large content); review any sensitive content before sharing. If you need stronger guarantees, ask the developer for dependency notes, tests, or a minimal reproducible example.
功能分析
Type: OpenClaw Skill
Name: zhihu-search-api-skill
Version: 1.0.0
The skill is a legitimate integration with the BrowserAct API to scrape and structure Zhihu search results. The Python script (scripts/zhihu_search_api.py) correctly handles API authentication via environment variables and follows a standard task-polling workflow without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description (Zhihu extraction via BrowserAct) matches the code and declared requirements. The script calls api.browseract.com, uses a BrowserAct template ID, and requires BROWSERACT_API_KEY and the python binary—these are appropriate for the described function.
Instruction Scope
SKILL.md instructs the agent to run the shipped Python script, monitor its terminal output, and prompt the user to provide the BrowserAct API key if missing. This is within scope, but the documentation explicitly asks the agent to request or accept the API key from the user—users should avoid pasting secrets into open chat and instead set the BROWSERACT_API_KEY in the runtime environment.
Install Mechanism
No install spec is provided (instruction-only skill plus a small script). No downloads or third-party install actions are performed by the skill itself, which is the lowest-risk install model.
Credentials
Only BROWSERACT_API_KEY is required, which is proportional to a service that calls BrowserAct. Minor operational omission: the script uses the 'requests' Python package but the SKILL.md does not document dependency installation (user may need to pip install requests).
Persistence & Privilege
The skill does not request persistent 'always' inclusion and does not modify other skills or system-wide config. It runs on-demand and requires only standard runtime access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhihu-search-api-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhihu-search-api-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of zhihu-search-api-skill.
- Automatically extracts structured article details and full content from Zhihu using BrowserAct API.
- Supports keyword search, publication date filtering, and configurable extraction limits.
- Handles CAPTCHA, IP, and geo-fencing issues transparently—no extra user action required.
- Provides robust error handling and user guidance for API key configuration and failures.
- Suitable for industry tracking, PR monitoring, market research, and news summarization from Zhihu.
元数据
常见问题
zhihu-search-api-skill 是什么?
This skill helps users automatically extract structured article details and full content from Zhihu via the BrowserAct API. Agent should proactively apply th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。
如何安装 zhihu-search-api-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhihu-search-api-skill」即可一键安装,无需额外配置。
zhihu-search-api-skill 是免费的吗?
是的,zhihu-search-api-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
zhihu-search-api-skill 支持哪些平台?
zhihu-search-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zhihu-search-api-skill?
由 browser-act(@browseract-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills