From cook-ko
Performs web searches using the Gemini CLI to fetch the latest information. Triggers on phrases like '웹에서 검색해줘' (search the web) or '최신 정보 찾아줘' (find latest info).
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-ko:search-geminiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gemini CLI 로 웹 검색을 실행하여 최신 정보를 취득합니다.
Gemini CLI 로 웹 검색을 실행하여 최신 정보를 취득합니다.
# Gemini CLI 경유로 웹 검색 (필수)
gemini --prompt "WebSearch: <검색 쿼리>"
# Gemini CLI 사용
gemini --prompt "WebSearch: React 19 신기능"
gemini --prompt "WebSearch: TypeError Cannot read property of undefined 해결방법"
# 문서 검색과 요약
gemini --prompt "WebSearch: Next.js 14 App Router 공식 문서"
「검색 결과를 요약하여 주요 기능을 설명하세요」
# 에러 조사
cat error.log
gemini --prompt "WebSearch: [에러메시지] 해결방법"
「검색 결과에서 가장 적절한 해결방법을 제안하세요」
# 기술 비교
gemini --prompt "WebSearch: Rust vs Go performance benchmark 2026"
「검색 결과에서 성능 차이를 정리하세요」
# 복수 소스로부터 정보 수집
gemini --prompt "WebSearch: GraphQL best practices 2026 multiple sources"
「검색 결과에서 복수의 신뢰할 수 있는 소스의 정보를 정리하세요」
# 시계열 변화를 조사
gemini --prompt "WebSearch: JavaScript ES2015 ES2016 ES2017 ES2018 ES2019 ES2020 ES2021 ES2022 ES2023 ES2024 features"
「각 버전의 주요 변경사항을 시계열로 정리하세요」
# 특정 도메인으로 한정한 검색
gemini --prompt "WebSearch: site:github.com Rust WebAssembly projects stars:>1000"
「스타 수가 많은 순으로 10 개 프로젝트를 리스트업하세요」
# 최신 보안 정보
gemini --prompt "WebSearch: CVE-2024 Node.js vulnerabilities"
「발견된 취약점의 영향과 대책을 정리하세요」
gemini --prompt "WebSearch: ..."를 사용할 것gemini --prompt "WebSearch: ..."를 사용하세요npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-koUses Gemini CLI to search the web and retrieve up-to-date information. Triggered by phrases like 'Web で検索して' or 'Gemini で検索'.
Executes web searches via Gemini CLI to retrieve current information, documentation, error solutions, and technical comparisons.
Searches the web using the Gemini CLI tool. Useful for retrieving current information, news, or troubleshooting with up-to-date web results.