easy-search
Installation
SKILL.md
Easy Search Skill
A lightweight web search skill that doesn't require API keys. It uses direct HTTP requests to popular search engines and parses results using regex patterns.
Features
- No API key required - Uses public search interfaces
- Multiple engines - Google, Bing, DuckDuckGo, Baidu
- Proxy support - Respects ALL_PROXY environment variable
- Smart parsing - Extracts titles and URLs from results
- User agent rotation - Helps avoid anti-bot detection
Requirements
- Python 3.6+
- Required packages are bundled or use standard library