·discover-tools
</>

discover-tools

發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。

14安裝·0熱度·@databricks

安裝

$npx skills add https://github.com/databricks/app-templates --skill discover-tools

如何安裝 discover-tools

透過命令列快速安裝 discover-tools AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/databricks/app-templates --skill discover-tools
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:databricks/app-templates。

SKILL.md

查看原文

Run tool discovery BEFORE writing agent code to understand what resources are available in the workspace.

| Resource Type | Description | MCP URL Pattern |

| UC Functions | SQL UDFs as agent tools | {host}/api/2.0/mcp/functions/{catalog}/{schema} | | UC Tables | Structured data for querying | (via UC functions) | | Vector Search Indexes | RAG applications | {host}/api/2.0/mcp/vector-search/{catalog}/{schema} | | Genie Spaces | Natural language data interface | {host}/api/2.0/mcp/genie/{spaceid} |

發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。 來源:databricks/app-templates。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/databricks/app-templates --skill discover-tools
分類
</>開發工具
認證
收錄時間
2026-02-22
更新時間
2026-03-10

Browse more skills from databricks/app-templates

快速解答

什麼是 discover-tools?

發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。 來源:databricks/app-templates。

如何安裝 discover-tools?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/databricks/app-templates --skill discover-tools 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/databricks/app-templates