Databricks
Databricks enables seamless data engineering and analytics workflows by providing a unified platform for collaboration and innovation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add databricks npx -- -y @trustedskills/databricks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/databricks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The Databricks skill enables AI agents to interact directly with the Databricks Lakehouse Platform, allowing for data exploration, model training, and infrastructure management within a unified environment. It bridges the gap between natural language commands and complex big data operations, streamlining workflows for data engineers and analysts.
When to use it
- Querying large-scale datasets stored in Delta Lake without writing raw SQL or Python code.
- Deploying and monitoring machine learning models trained within the Databricks workspace.
- Managing cluster resources and job scheduling through conversational interfaces.
- Performing data engineering tasks like schema evolution or partition management.
Key capabilities
- Direct execution of SQL queries against Delta tables.
- Integration with Databricks MLflow for model lifecycle management.
- Access to workspace metadata including clusters, notebooks, and jobs.
- Support for complex data transformations using Spark logic.
Example prompts
- "Show me the last 10 rows of sales data from the
transactionstable where the amount is greater than $500." - "Create a new job that runs the model training notebook every day at 8 AM and email me the results."
- "List all active clusters in my workspace and their current utilization status."
Tips & gotchas
Ensure your AI agent has the correct Databricks token or service principal permissions to access specific workspaces. Complex logic may still require human review if it involves sensitive data transformations or significant infrastructure changes.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.