From bear2u-my-skills
DuckDuckGo-powered web search supporting text, news, and image queries. Useful when built-in WebSearch is unavailable or when region/date filtering is needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bear2u-my-skills:web-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
DuckDuckGo 검색 엔진을 활용한 텍스트, 뉴스, 이미지 검색 스킬.
DuckDuckGo 검색 엔진을 활용한 텍스트, 뉴스, 이미지 검색 스킬.
다음 상황에서 사용:
빌트인 WebSearch를 우선 사용하는 경우:
사용자 요청에서 검색 유형 파악:
python3 ~/.claude/skills/web-search/scripts/search.py -q "검색어" -t text -n 5
JSON 출력을 사용자에게 읽기 좋은 형태로 정리하여 전달.
| 파라미터 | 필수 | 기본값 | 설명 |
|---|---|---|---|
-q | Yes | - | 검색 키워드 |
-t | No | text | text, news, images |
-n | No | 5 | 최대 결과 수 |
-r | No | wt-wt | 지역 코드 |
-s | No | moderate | SafeSearch: on, moderate, off |
-p | No | None | 기간: d(일), w(주), m(월), y(년) |
wt-wt | 한국: kr-kr | 미국: us-en | 일본: jp-jp | 영국: uk-enpython3 ~/.claude/skills/web-search/scripts/search.py -q "Claude Code Anthropic" -t text -n 5
python3 ~/.claude/skills/web-search/scripts/search.py -q "AI 인공지능" -t news -n 10 -r kr-kr -p w
python3 ~/.claude/skills/web-search/scripts/search.py -q "modern web design" -t images -n 5
python3 ~/.claude/skills/web-search/scripts/search.py -q "React 19" -t text -n 20 > results.json
query에 포함하여 사용:
site:example.com - 특정 사이트 내 검색filetype:pdf - 특정 파일 유형"exact phrase" - 정확한 구문-exclude - 특정 단어 제외pip install -U ddgs 수동 실행npx claudepluginhub bear2u/my-skillsSearches the web using DuckDuckGo's API for web pages, news, images, and videos. Supports time range filtering, result limiting, and multiple output formats. Useful for research, fact-checking, and finding current information.
Searches the web using Brave Search API with localization, freshness filtering, and extra snippets. Requires BRAVE_API_KEY. Preferred over built-in search for country/language targeting or time-based filtering.
Searches the web via DuckDuckGo to retrieve current information, web pages, or results on any topic. Use when the built-in WebSearch tool is unavailable.