技能 gemini-search
🔍

gemini-search

低风险 ⚙️ 外部命令

使用 gemini 命令搜尋網路

預設的網路搜尋工具在進行複雜研究時可能缺乏深度。此技能使用 gemini 命令執行進階搜尋,能針對複雜問題提供詳細、有根據的答案。

支持: Code(CC)
⚠️ 68
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“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

安全审计

低风险
v5 • 1/16/2026

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.

4
已扫描文件
392
分析行数
1
发现项
5
审计总数

风险因素

⚙️ 外部命令 (1)
审计者: claude 查看审计历史 →

质量评分

45
架构
100
可维护性
85
内容
21
社区
90
安全
83
规范符合性

你能构建什么

研究技術主題

尋找程式設計問題的官方文件、發布說明和解決方案

收集準確資訊

收集有根據的詳細資訊,用於建立準確的文件和指南

進行深度研究

透過全面的搜尋和綜合分析來研究複雜主題

试试这些提示

基本搜尋
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"

最佳实践

  • 使用具體、詳細的查詢以獲得更好的結果
  • 在查詢中包含資訊來源的偏好設定
  • 需要時可以要求特定的輸出格式

避免

  • 使用沒有上下文的模糊查詢
  • 需要即時資料卻未指定時間範圍
  • 跳過對返回網址的驗證

常见问题

此技能與哪些工具整合?
此技能需要 gemini CLI 工具。它可與 Claude Code 及相關的 AI 助手配合使用。
會返回多少搜尋結果?
gemini 命令決定結果數量。複雜的查詢會返回包含多個來源的全面結果。
我可以同時使用其他搜尋工具嗎?
可以。當你需要詳細研究時使用此技能。預設搜尋適用於快速查詢。
我的搜尋資料會傳送給第三方嗎?
查詢會傳送到 gemini 服務。如需隱私詳細資訊,請參閱 gemini CLI 文件。
為什麼結果有時會延遲?
回應時間取決於 gemini 服務。複雜的查詢需要更多的處理時間。
這與預設的網路搜尋有何不同?
此技能使用 gemini 進行綜合和格式化。預設搜尋返回原始結果,速度更快。

开发者详情

文件结构