龙虾技能商店 中文 SEO 预渲染页
技能详情

Multi Search Engine

gpyAngyoujun/multi-search-engine

v2.0.1MIT-0g_pyAng

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.

作者 g_pyAng 更新于 2026年3月12日 版本 v2.0.1
下载量 38,200
收藏 218
当前安装 445
累计安装 453

安全扫描

Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawBenignhigh confidenceThe skill's files and runtime instructions are internally consistent with a multi-search integration: it only documents URL templates and web_fetch examples and does not request extra credentials or install anything.Details ▾✓Purpose & CapabilityName/description match the delivered artifacts: SKILL.md, config.json, and reference docs all describe URL templates for 17 search engines and advanced operators. The skill does not request unrelated binaries, env vars, or APIs.ℹInstruction ScopeRuntime instructions are limited to calling web_fetch with constructed search URLs (consistent with a search helper). However the documentation explicitly lists advanced operators (e.g., intext:password, cache:, inurl:login, filetype:txt) that can be used to locate sensitive content — the instructions include examples that could facilitate scraping of exposed credentials or private data if misused. The skill itself doesn't exfiltrate data, but it provides the means to formulate sensitive queries.✓Install MechanismNo install spec and no code files — this is instruction-only and does not write binaries or fetch archives. Low installation risk.✓CredentialsNo environment variables, credentials, or config paths are requested. The declared requirements align with the documented functionality (public web searches require no API keys).✓Persistence & Privilegealways is false and the skill does not request any persistent system-level configuration. It is user-invocable and can be autonomously invoked by the agent per platform defaults (normal for skills).AssessmentThis skill is coherent and functions as a set of search-URL templates and examples. Before installing, consider: (1) The agent will perform web fetches to third-party search engines — do not send secrets, private tokens, or internal-only URLs as keywords because those queries may be transmitted to external sites. (2) The documentation includes operators that can locate exposed credentials or cached pages; avoid using the skill to search for or harvest sensitive data. (3) The skill has no homepage and an unknown publisher ID — if provenance m…