← 返回 Skills 市场
hexian2001

soushen

作者 hexian2001 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
390
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install soushen
功能描述
高性能 Bing 搜索引擎 Skill - "搜神猎手" 使用 Playwright 底层 API 进行深度网页搜索和元素提取 功能: 1. Bing 搜索执行 - 返回结构化搜索结果(标题、链接、摘要、来源) 2. 深度页面分析 - 提取页面的所有关键元素(链接、表单、按钮、脚本、元数据) 触发条件: - 用户...
安全使用建议
This skill implements exactly the kind of browser automation you would expect for a scraper, but be cautious: the code collects page cookies and session state and uses anti-detection flags that can make scraping stealthier. Before installing or running it, consider the following: - Do not run this on a machine where you are logged into sensitive accounts (Google, Microsoft, banking, etc.). The script collects cookies which could include authentication tokens. - Review the rest of scripts/bing_search.py (the file listing was truncated) to confirm there is no code that transmits extracted cookies or other data to any external server. If the code prints JSON to stdout, be careful where you direct that output. - Run the skill in an isolated environment (container or VM) and limit network access if you want to prevent accidental exfiltration. - If you only need link/form/script metadata, consider editing the code to remove cookies from the PageElements output (delete or sanitize cookies before returning/printing). - The anti-detection flags (e.g. --disable-web-security, AutomationControlled evasion) are legitimate for scraping but increase privacy/ethical concerns; ensure usage complies with target site terms of service. If you can provide the remainder of bing_search.py (the truncated portion), I can re-evaluate for any explicit exfiltration or remote endpoints and raise the confidence of this assessment.
功能分析
Type: OpenClaw Skill Name: soushen Version: 1.0.0 The skill provides Bing search and deep web scraping capabilities using Playwright, but it exhibits high-risk behaviors including the extraction of browser cookies and the disabling of critical browser security features like '--disable-web-security' and '--no-sandbox' in `scripts/bing_search.py`. While these are common in advanced scraping tools, returning session cookies to the AI agent and bypassing security sandboxes creates a significant risk for session hijacking or data leakage if the agent is directed to sensitive or authenticated URLs.
能力评估
Purpose & Capability
Name/description promise Bing search + deep page analysis which matches the included code. However, the implementation collects browser cookies and uses aggressive browser launch flags (e.g. --disable-web-security, --no-sandbox) and anti-detection measures; cookies are not mentioned in the public SKILL.md/README even though the code returns them, creating a mismatch between stated purpose and actual data collected.
Instruction Scope
SKILL.md instructs running the scripts for search and deep analysis and claims it extracts links/forms/buttons/meta/scripts. The runtime code additionally captures cookies (self.page.context.cookies()) and applies anti-detection behavior. The instructions do not warn that cookies or other session state will be extracted and output as JSON; extracting cookies expands the scope to potentially sensitive authentication data.
Install Mechanism
No install spec provided (instruction-only) and dependencies are standard for a Playwright-based scraper (pip install playwright + Chrome). No downloads from untrusted URLs or archive extraction are present in the package metadata.
Credentials
The skill declares no required environment variables; the code does read CHROME_PATH / CHROME_BIN to locate Chrome which is expected. No other environment or credential access is requested. The main concern is not env vars but the collection of cookies/session state which is sensitive despite no explicit credential variables.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It does not attempt to modify other skills or agent settings in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install soushen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /soushen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SouShen-Hunter 1.0.0 – Initial Release - Introduces a high-performance Bing search tool using Playwright for deep web extraction. - Provides structured search results (title, link, abstract, source), with automatic ad filtering. - Enables comprehensive page element extraction: links, forms, buttons, scripts, and metadata. - Offers both CLI and Python API usage, with support for both Chinese and English searches. - Built-in anti-detection features: disables automation flags, mimics real user agents, and applies behavioral randomization. - Easy configuration for Chrome/Chromium browser paths.
元数据
Slug soushen
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

soushen 是什么?

高性能 Bing 搜索引擎 Skill - "搜神猎手" 使用 Playwright 底层 API 进行深度网页搜索和元素提取 功能: 1. Bing 搜索执行 - 返回结构化搜索结果(标题、链接、摘要、来源) 2. 深度页面分析 - 提取页面的所有关键元素(链接、表单、按钮、脚本、元数据) 触发条件: - 用户... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 390 次。

如何安装 soushen?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install soushen」即可一键安装,无需额外配置。

soushen 是免费的吗?

是的,soushen 完全免费(开源免费),可自由下载、安装和使用。

soushen 支持哪些平台?

soushen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 soushen?

由 hexian2001(@hexian2001)开发并维护,当前版本 v1.0.0。

💬 留言讨论