soushen-hunter
高性能 Bing 搜索引擎 Skill - "搜神猎手" 使用 Playwright 底层 API 进行深度网页搜索和元素提取 功能: 1. Bing 搜索执行 - 返回结构化搜索结果(标题、链接、摘要、来源) 2. 深度页面分析 - 提取页面的所有关键元素(链接、表单、按钮、脚本、元数据) 触发条件: - 用户需要进行 Bing 网络搜索时 - 需要提取网页结构信息(链接、表单等)时 - 需要无 API 成本的搜索解决方案时 使用方法: - 基础搜索:python scripts/bing_search.py "搜索关键词" - 深度分析:python scripts/bing_search.py "关键词" --deep <目标URL>
Why use this skill?
利用 Playwright 实现的搜神猎手,是一款高性能 Bing 搜索及深度网页元素提取工具。支持自动化网页结构分析、数据挖掘及零成本搜索引擎集成。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hexian2001/soushenWhat This Skill Does
搜神猎手 (SouShen Hunter) is a high-performance Bing search and web scraping agent skill built for OpenClaw. It leverages the robust Playwright browser automation framework to perform real-time, headless web searches and deep element extraction. Unlike basic API-based search tools, this skill mimics a real user interaction, allowing it to bypass basic anti-scraping barriers and extract complex DOM structures. It returns structured data including search titles, URLs, and snippets, while also providing deep-dive capabilities into target pages, such as identifying forms, buttons, scripts, and meta tags.
Installation
To integrate this skill into your OpenClaw environment, ensure you have Python 3.8+ installed, followed by the Playwright engine. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/hexian2001/soushen
After installation, verify that your environment has access to Chromium. The script is pre-configured to look for standard Chrome paths; if your browser is in a non-standard location, update the CHROME_PATHS list within the bing_search.py file to ensure the agent functions correctly.
Use Cases
This skill is ideal for AI-driven research and automation workflows. Use it when you need to gather competitive intelligence from the web, perform market research, or monitor specific websites for updates. Developers can utilize the deep analysis feature to audit website security, extract metadata for SEO analysis, or map out form fields to automate task completion. It serves as an excellent 'zero-cost' alternative to paid search APIs, making it perfect for rapid prototyping and personal data collection projects.
Example Prompts
- "搜神猎手,请帮我搜索最新的AI编程框架趋势,并给我前5个结果的链接和摘要。"
- "使用深度模式分析 https://www.example.com,帮我提取出该页面所有的交互式按钮和表单操作路径。"
- "利用搜神猎手检索关于'OpenClaw'的文档资源,并列出搜索结果中的所有meta元数据信息。"
Tips & Limitations
To maintain stealth, the skill uses automated user-agent rotation and hides automation flags. However, excessively high-frequency requests may trigger site-specific rate limits or CAPTCHAs. Always use sensible intervals between searches. Note that this skill requires rendering full pages for deep analysis, which is more resource-intensive than simple metadata fetching. Ensure your system has sufficient RAM for multiple browser instances. For production use, verify that your local environment's Chrome binary is updated regularly to maintain compatibility with modern web standards.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hexian2001-soushen": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution