domino-data-connectivity

Connect Domino workloads to external data sources and cloud services.

6|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-data-connectivity-dominodatalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-data-connectivity
Source: https://github.com/dominodatalab/domino-claude-plugin/tree/main/skills/data-connectivity
Command: npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-data-connectivity-dominodatalab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies connecting Domino workloads to various external data sources, including cloud storage and databases, and enables secure credential propagation to cloud services.

Core Features & Use Cases

  • S3 Mountpoint Integration: Mount S3 buckets as local file systems for seamless data access.
  • AWS IRSA: Configure secure, short-lived AWS credentials for workloads using IAM Roles for Service Accounts.
  • Azure Entra ID: Propagate user identities for OAuth-based access to Azure services.
  • Use Case: A data scientist needs to access large datasets stored in an S3 bucket and also needs to write model artifacts back to S3. They can use this Skill to mount the S3 bucket as a local drive and then use standard file operations to read and write data.

Quick Start

Use the domino-data-connectivity skill to configure AWS IRSA for your Domino workloads.

Frequently Asked Questions about domino-data-connectivity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mount AWS S3 buckets as local file systems in Domino?

To mount AWS S3 buckets as local file systems in Domino, you use the S3 Mountpoint CSI driver. This integration allows your AI/ML workloads to perform seamless data access and write model artifacts back to S3 using standard file operations.

What is the best way to configure secure AWS credentials for Domino workloads?

The best way to configure secure AWS credentials for Domino workloads is using AWS IAM Roles for Service Accounts (IRSA). This mechanism provides short-lived, secure credentials directly to your AI/ML processes without managing long-term keys.

Can I use Azure Entra ID to propagate user identities for Domino data connectivity?

Yes, you can use Azure Entra ID to propagate user identities for Domino data connectivity. This enables OAuth-based access to Azure services, ensuring external data sources securely authenticate users based on their propagated identities.

How do External Data Volumes work for accessing external data sources in Domino?

External Data Volumes (EDV) facilitate connecting Domino Data Lab workloads to various external data sources and cloud services. They provide a mechanism to securely mount and access external storage, streamlining data connectivity for AI/ML tasks.

Does Domino data connectivity support both AWS and Azure cloud services?

Yes, Domino data connectivity supports both AWS and Azure cloud services. It covers AWS S3 integration via Mountpoint CSI driver and secure credential propagation using AWS IRSA, alongside Azure Entra ID for OAuth-based access to Azure services.