·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