Manage the full Domino Data Lab MLOps lifecycle from Claude: launch workspaces, run batch jobs, deploy web apps and model APIs, track ML experiments with MLflow, trace GenAI applications, orchestrate multi-step workflows with Domino Flows, and configure compute environments, datasets, and project settings.
Set up GenAI tracing for an agent or LLM application. Adds Domino SDK imports, @add_tracing decorators, and DominoRun context.
Debug Domino proxy and routing issues for web applications. Analyzes vite.config.js, package.json, and app.sh for misconfigurations.
Set up MLflow experiment tracking for traditional ML. Configures unique experiment names and auto-logging.
Initialize a new Domino-ready web application with Vite+React, Streamlit, Dash, or Flask. Configures proxy-compatible settings and app.sh.
Specialized agent for debugging Domino issues including app deployment problems, job failures, environment build errors, and connectivity issues. Use PROACTIVELY when troubleshooting errors or unexpected behavior in Domino.
Specialized agent for deploying applications, models, and endpoints to Domino. Use PROACTIVELY when deploying React/Streamlit/Dash apps, publishing model APIs, or configuring deployments.
Specialized agent for setting up new Domino projects, environments, and configurations. Use PROACTIVELY when starting a new project, configuring experiment tracking, setting up GenAI tracing, or initializing project structure.
Programmatically interact with Domino using python-domino SDK and REST APIs. Covers authentication, running jobs, managing projects, file operations, model deployment, and automation. Use when automating Domino workflows, integrating with CI/CD, or building custom tooling around Domino.
Work with Domino Workspaces - interactive development environments including Jupyter, JupyterLab, VS Code, and RStudio. Covers launching workspaces, configuring hardware tiers, environment selection, volume mounting, SSH access, and package installation. Use when setting up development environments, configuring workspace settings, or troubleshooting IDE issues.
Access external LLM providers through Domino AI Gateway - a secure proxy with centralized API key management, usage monitoring, and compliance. Supports OpenAI, AWS Bedrock, Azure OpenAI, Anthropic, and more. Use when calling LLMs from Domino, configuring AI Gateway endpoints, or monitoring LLM usage and costs.
Deploy web applications to Domino Data Lab with expertise in React apps (Vite) behind Domino's reverse proxy. Covers app.sh configuration, port configuration, base path handling for SPAs, CI/CD with GitHub Actions, and proxy troubleshooting. Use when deploying apps to Domino, setting up CI/CD pipelines, fixing broken routing, or configuring JavaScript frameworks for Domino's proxy.
Connect Domino workloads to external data sources including AWS S3 (via Mountpoint CSI driver), credential propagation with AWS IRSA and Azure Entra ID, and External Data Volumes. Use when configuring S3 access, setting up credential propagation, or connecting to cloud data sources from Domino.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive Claude Code plugin providing full coverage of the Domino Data Lab platform for AI-assisted development.
This plugin enables Claude Code to help you with all aspects of Domino Data Lab, including:
claude --version to check)uv package manager (install guide) — required for the bundled Domino MCP serverThis approach registers the plugin through Claude Code's native marketplace system so it persists across sessions.
Step 1: Clone the repository and create a marketplace wrapper
# Clone the plugin
git clone https://github.com/dominodatalab/domino-claude-plugin.git
# Create the marketplace directory structure
mkdir -p ~/.claude/marketplaces/domino/.claude-plugin
mkdir -p ~/.claude/marketplaces/domino/plugins
# Move the plugin into the marketplace
mv domino-claude-plugin ~/.claude/marketplaces/domino/plugins/domino-claude-plugin
Step 2: Create the marketplace manifest
cat > ~/.claude/marketplaces/domino/.claude-plugin/marketplace.json << 'EOF'
{
"name": "domino-marketplace",
"owner": {
"name": "Domino Data Lab",
"email": "[email protected]"
},
"plugins": [
{
"name": "domino-claude-plugin",
"description": "Domino Data Lab plugin for Claude Code - workspaces, jobs, environments, datasets, apps, models, and more",
"version": "1.0.0",
"source": "./plugins/domino-claude-plugin",
"category": "development"
}
]
}
EOF
Step 3: Register the marketplace and install the plugin
Launch Claude Code and run:
/plugin marketplace add /home/<your-username>/.claude/marketplaces/domino
/plugin install domino-claude-plugin@domino-marketplace
Note: Replace
<your-username>with your actual username, or use the full absolute path (e.g.,/home/ubuntu/.claude/marketplaces/domino). The~shorthand may not expand correctly.
Step 4: Restart Claude Code
/exit
claude
The plugin should appear in your loaded plugins on startup. Verify with:
/plugin
Navigate to the Installed tab to confirm domino-claude-plugin is listed.
Use the --plugin-dir flag to load the plugin directly. This is ideal for development, testing, or quick evaluation.
# Clone the plugin
git clone https://github.com/dominodatalab/domino-claude-plugin.git
# Ensure the plugin manifest exists
mkdir -p domino-claude-plugin/.claude-plugin
cat > domino-claude-plugin/.claude-plugin/plugin.json << 'EOF'
{
"name": "domino-claude-plugin",
"description": "Domino Data Lab plugin for Claude Code",
"version": "1.0.0"
}
EOF
# Run Claude Code with the plugin
claude --plugin-dir ./domino-claude-plugin
To make this persistent without the marketplace approach, add a shell alias:
echo 'alias claude="claude --plugin-dir /path/to/domino-claude-plugin"' >> ~/.bashrc
source ~/.bashrc
For teams sharing a project, add the marketplace to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"domino-marketplace": {
"source": {
"source": "directory",
"path": "/path/to/domino-marketplace"
}
}
},
"enabledPlugins": {
"domino-claude-plugin@domino-marketplace": true
}
}
When team members trust the repository folder, Claude Code will prompt them to install the marketplace and plugin automatically.
After installation, test that the plugin is working:
Check slash commands are available:
/domino-app-init
Test skill auto-invocation by asking a Domino-related question:
Help me deploy a Streamlit app to Domino
Claude should automatically invoke the domino-app-deployment skill.
Check the plugin is listed:
/plugin
Navigate to the Installed tab.
npx claudepluginhub anthropics/claude-plugins-official --plugin dominodatalabComplete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.