Overview
- Skill Key
- hkall/easy-search
- Author
- hkall
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hkall/easy-search
- Latest Commit SHA
- 5988d6988c60dc59467b5229708fab8a79d7150a
Simple web search using multiple search engines with no API key required. Supports Google, Bing, DuckDuckGo, Baidu and returns parsed results.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 easy-search 技能。 若已安装,则直接安装 easy-search 技能。
# 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
## Commands
```bash
# Basic search (default: 5 results)
python3 {baseDir}/scripts/search.py --query "your search terms"
# Specify engine (google, bing, duckduckgo, baidu)
python3 {baseDir}/scripts/search.py --query "your terms" --engine duckduckgo
# More results
python3 {baseDir}/scripts/search.py --query "your terms" --results 10
# JSON output
python3 {baseDir}/scripts/search.py --query "your terms" --format json
# Markdown output (more readable)
python3 {baseDir}/scripts/search.py --query "your terms" --format md
```
## Search Engines
| Engine | Notes |
|--------|-------|
| `google` | Best global search, may need proxy |
| `bing` | Good alternative, works well in many regions |
| `duckduckgo` | Privacy-focused, simpler to parse |
| `baidu` | Chinese content, easier to parse |
## Output Formats
### JSON (default)
```json
{
"query": "search terms",
"engine": "google",
"results": [
{
"title": "Result Title",
"url": "https://example.com",
"snippet": "Brief description..."
}
]
}
```
### Markdown
```
## Search Results for: your terms
1. [Result Title](https://example.com)
Brief description...
2. [Another Title](https://another.com)
More info...
```
## Examples
```bash
# Search for Python tutorials
python3 {baseDir}/scripts/search.py --query "Python programming tutorial" --engine google
# Search Chinese content
python3 {baseDir}/scripts/search.py --q...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.