gemini-search
使用 gemini 命令搜尋網路
預設的網路搜尋工具在進行複雜研究時可能缺乏深度。此技能使用 gemini 命令執行進階搜尋,能針對複雜問題提供詳細、有根據的答案。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“gemini-search”。 bash scripts/web-search.sh "What are the key features of Next.js 15?"
预期结果:
- Next.js 15 introduces several major features:
- - **Server Actions stabilization** - Enhanced data mutation patterns
- - **Turbopack improvements** - Faster builds with better caching
- - **Partial Prerendering** - Hybrid static and dynamic rendering
- Source URLs: [Next.js 15 Release Notes](https://nextjs.org/blog/next-15)
正在使用“gemini-search”。 bash scripts/web-search.sh "Compare React Query and Redux for state management"
预期结果:
- React Query and Redux serve different purposes:
- - **React Query** - Server state management, caching, synchronization
- - **Redux** - Client state management, predictable state container
- Use React Query for API data. Use Redux for complex client state.
正在使用“gemini-search”。 bash scripts/web-search.sh "How to fix TypeScript type assignment error"
预期结果:
- Common causes and solutions:
- - **Type mismatch** - Ensure types are compatible
- - **Type widening** - Use const assertions or explicit types
- - **Union types** - Handle each case explicitly
- Example fix: Use `as const` or type annotations
安全审计
低风险Legitimate web search skill that executes the gemini CLI command with user queries. Static findings are false positives: the 'backtick execution' patterns are markdown code formatting, the 'weak cryptographic algorithm' alerts are metadata/report fields, and 'high entropy' detections are standard shell script and search query content. The skill behaves exactly as documented with no suspicious behavior.
风险因素
⚙️ 外部命令 (1)
质量评分
你能构建什么
研究技術主題
尋找程式設計問題的官方文件、發布說明和解決方案
收集準確資訊
收集有根據的詳細資訊,用於建立準確的文件和指南
進行深度研究
透過全面的搜尋和綜合分析來研究複雜主題
试试这些提示
bash scripts/web-search.sh "What is the latest version of React?"
bash scripts/web-search.sh "Explain Next.js 15 features with examples from official docs"
bash scripts/web-search.sh "Compare Vite and Webpack with pros and cons"
bash scripts/web-search.sh "Fix TypeScript error: type string is not assignable to type number"
最佳实践
- 使用具體、詳細的查詢以獲得更好的結果
- 在查詢中包含資訊來源的偏好設定
- 需要時可以要求特定的輸出格式
避免
- 使用沒有上下文的模糊查詢
- 需要即時資料卻未指定時間範圍
- 跳過對返回網址的驗證