Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

super-search-engine

v1.0.0

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...

0· 83·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for subaru0573/super-search-engine.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "super-search-engine" (subaru0573/super-search-engine) from ClawHub.
Skill page: https://clawhub.ai/subaru0573/super-search-engine
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install super-search-engine

ClawHub CLI

Package manager switcher

npx clawhub@latest install super-search-engine
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (multi-search integration) match the contents: SKILL.md and config.json list 17 search engines and example web_fetch calls. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are confined to constructing search URLs and calling web_fetch. However, several example operators (e.g., intext:password, cache:, inurl:login, filetype:txt) can be used to discover sensitive content on the web — this is functionality of search, not hidden exfiltration, but worth noting. The SKILL.md contains a small chunk of stray gibberish text in the header which appears to be a quality/typo issue rather than malicious behavior.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk and no external packages or downloads are executed.
Credentials
The skill requires no environment variables, credentials, or config paths, which is proportionate to a search-URL helper. There are no requests for unrelated secrets.
Persistence & Privilege
always is false and there is no installation step to persist or modify other skills. The default autonomous invocation remains possible (platform default) but the skill itself does not request elevated persistence.
Assessment
This skill appears coherent and low-risk: it only builds search URLs and shows web_fetch examples and asks for no keys or installs. Things to consider before enabling: (1) the agent will perform network requests to third-party search engines — review your organization's network/egress policy and privacy requirements; (2) the documented advanced operators can be used to find sensitive information on the web (e.g., filetype:txt, intext:password) — avoid running broad discovery queries against private domains; (3) the publisher/source is unknown and there is no homepage — exercise normal caution (sandbox or limit autonomous use) if you plan to let the agent run queries without supervision. The stray text in the SKILL.md looks like a harmless typo but indicates limited editorial review.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cftsejwk9tv32xx3jyecbj984jh02
83downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Multi Search Engine v2.0.1

Integration of 17 search engines for web crawling without API keys.

Search Engines

Domestic (8)

  • Baidu: https://www.baidu.com/s?wd={keyword}
  • Bing CN: https://cn.bing.com/search?q={keyword}&ensearch=0
  • Bing INT: https://cn.bing.com/search?q={keyword}&ensearch=1
  • 360: https://www.so.com/s?q={keyword}
  • Sogou: https://sogou.com/web?query={keyword}
  • WeChat: https://wx.sogou.com/weixin?type=2&query={keyword}
  • Toutiao: https://so.toutiao.com/search?keyword={keyword}
  • Jisilu: https://www.jisilu.cn/explore/?keyword={keyword}

International (9)

  • Google: https://www.google.com/search?q={keyword}
  • Google HK: https://www.google.com.hk/search?q={keyword}
  • DuckDuckGo: https://duckduckgo.com/html/?q={keyword}
  • Yahoo: https://search.yahoo.com/search?p={keyword}
  • Startpage: https://www.startpage.com/sp/search?query={keyword}
  • Brave: https://search.brave.com/search?q={keyword}
  • Ecosia: https://www.ecosia.org/search?q={keyword}
  • Qwant: https://www.qwant.com/?q={keyword}
  • WolframAlpha: https://www.wolframalpha.com/input?i={keyword}

Quick Examples

// Basic search
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})

// Site-specific
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})

// File type
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})

// Time filter (past week)
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})

// Privacy search
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})

// DuckDuckGo Bangs
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})

// Knowledge calculation
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})

Advanced Operators

OperatorExampleDescription
site:site:github.com pythonSearch within site
filetype:filetype:pdf reportSpecific file type
"""machine learning"Exact match
-python -snakeExclude term
ORcat OR dogEither term

Time Filters

ParameterDescription
tbs=qdr:hPast hour
tbs=qdr:dPast day
tbs=qdr:wPast week
tbs=qdr:mPast month
tbs=qdr:yPast year

Privacy Engines

  • DuckDuckGo: No tracking
  • Startpage: Google results + privacy
  • Brave: Independent index
  • Qwant: EU GDPR compliant

Bangs Shortcuts (DuckDuckGo)

BangDestination
!gGoogle
!ghGitHub
!soStack Overflow
!wWikipedia
!ytYouTube

WolframAlpha Queries

  • Math: integrate x^2 dx
  • Conversion: 100 USD to CNY
  • Stocks: AAPL stock
  • Weather: weather in Beijing

Documentation

  • references/advanced-search.md - Domestic search guide
  • references/international-search.md - International search guide
  • CHANGELOG.md - Version history

License

MIT

Comments

Loading comments...