Install
openclaw skills install @welove111/search-intelligence-skillAdvanced AI-powered search skill using SearXNG as the universal search backend. Multi-engine dork generation, 90+ search engines, intelligent search strategi...
openclaw skills install @welove111/search-intelligence-skillAdvanced AI-powered search skill using SearXNG as the universal search backend. Provides multi-engine dork generation, 90+ search engines, and intelligent search strategies for OpenClaw agents.
⚠️ Privacy notice — queries sent through this skill are relayed to the configured SearXNG instance and may be further forwarded to downstream third-party search engines. Do not send sensitive, confidential, or personally identifiable data (internal targets, investigative terms, credentials) through this skill without informed consent from the end user.
⚠️ Responsible & authorized use only — intended strictly for authorized security research, OSINT on public data, and systems you own or have explicit written permission to assess. It must NOT be used for unauthorized reconnaissance, intrusive collection, surveillance, or anything that violates applicable laws, platform terms, or a target's reasonable expectation of privacy. The operator is solely responsible for authorization and legal compliance.
Automatically generates search operator combinations:
site: — restrict to specific domainsfiletype: — target document types (pdf, csv, json, xml)intitle: / inurl: — precision title/URL matchingbefore: / after: — time-bounded searchesAND, OR, NOT, " "| Strategy | Use Case |
|---|---|
| Broad Sweep | Initial exploration, topic discovery |
| Precision Drill | Exact fact lookup, citation finding |
| Lateral Search | Finding alternatives, synonyms, related concepts |
| Temporal Search | Recent news, historical events |
| Deep Web Search | Academic papers, government data, archives |
```yaml backend: SearXNG engines:
max_results_per_engine: 10 timeout_seconds: 15 safe_search: moderate language: auto-detect ```
| Version | Changes |
|---|---|
| v0.2.0 | Current — 5 intelligent search strategies, adaptive engine selection, result caching, credibility scoring, multilingual support |
| v0.1.2 | Multi-engine support, dork generation |
| v0.1.1 | SearXNG backend integration |
| v0.1.0 | Initial release |