con un clic
web-search
// DuckDuckGo를 사용한 웹 검색. 텍스트, 뉴스, 이미지 검색을 지원. 빌트인 WebSearch가 제한적이거나, 뉴스/이미지 검색, 지역/기간 필터가 필요할 때 사용. "검색해줘", "찾아줘", "search", "뉴스 검색", "이미지 검색" 등의 요청 시 활성화.
// DuckDuckGo를 사용한 웹 검색. 텍스트, 뉴스, 이미지 검색을 지원. 빌트인 WebSearch가 제한적이거나, 뉴스/이미지 검색, 지역/기간 필터가 필요할 때 사용. "검색해줘", "찾아줘", "search", "뉴스 검색", "이미지 검색" 등의 요청 시 활성화.
| name | web-search |
| description | DuckDuckGo를 사용한 웹 검색. 텍스트, 뉴스, 이미지 검색을 지원. 빌트인 WebSearch가 제한적이거나, 뉴스/이미지 검색, 지역/기간 필터가 필요할 때 사용. "검색해줘", "찾아줘", "search", "뉴스 검색", "이미지 검색" 등의 요청 시 활성화. |
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 수동 실행Advanced 7-step hierarchical design prompt generator for AI web development tools (Lovable, Cursor, Bolt). Generates domain-aware, user-journey-based design prompts with emotional design considerations. Triggers on "디자인 프롬프트", "웹 디자인", "Lovable 프롬프트", "랜딩페이지 만들어줘", or any AI web builder prompt requests.
Remove Gemini logos, watermarks, or AI-generated image markers using OpenCV inpainting. Use this skill when the user asks to remove Gemini logo, AI watermark, or any logo/watermark from images.
Use this skill proactively and automatically after completing ANY development work. AI agent summarizes: what was done, what was changed/improved, and suggests future additions/improvements - all concisely in Korean.
Automatically document all development work and code modifications in a structured workthrough format. Use this skill after completing any development task, bug fix, feature implementation, or code refactoring to create comprehensive documentation.
Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements framework.
Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements framework.