domino-deploy

domino-deploy is an agent for Claude Code from dominodatalab/domino-claude-plugin. It costs 42 tokens per session (430 once invoked), scanned A, original, MIT.

A specialized helper for deploying applications, machine-learning models, and APIs to Domino Data Lab. It checks settings such as startup files, network binding, dependencies, paths, hardware, and authentication.

In plain words
What is it for?
Use it to deploy React, Streamlit, Dash, or Flask apps, publish model endpoints, configure launch files, and troubleshoot deployments.
Why use it?
It helps find configuration problems that can stop a deployed app or model from starting or serving requests.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the domino-claude-plugin plugin — 23 skills, 4 commands, 3 agents, 1 MCP server shipped together

Good fit Use it to deploy React, Streamlit, Dash, or Flask apps, publish model endpoints, configure launch files, and troubleshoot deployments.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dominodatalab/domino-claude-plugin/domino-deploy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/dominodatalab/domino-claude-plugin

Made for: Claude Code.

Or install domino-claude-plugin, the plugin that ships this one along with the rest of its 23 skills, 4 commands, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domino-deploy

README.md
[![agentmods](https://agentmods.dev/badge/agents/dominodatalab/domino-claude-plugin/domino-deploy/github.svg)](https://agentmods.dev/agents/dominodatalab/domino-claude-plugin/domino-deploy)
Your own site
<a href="https://agentmods.dev/agents/dominodatalab/domino-claude-plugin/domino-deploy"><img src="https://agentmods.dev/badge/agents/dominodatalab/domino-claude-plugin/domino-deploy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domino-deploy

Your own site · 80×15
<a href="https://agentmods.dev/agents/dominodatalab/domino-claude-plugin/domino-deploy"><img src="https://agentmods.dev/badge/agents/dominodatalab/domino-claude-plugin/domino-deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 430 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00430
Opus 5 $0.00021 $0.00215
Sonnet 5 $0.00008 $0.00086
Haiku 4.5 $0.00004 $0.00043

Measured 10d ago against content hash 832445d65762, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

domino-deploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/domino-deploy.md · 57 lines

What it actually says

Domino Deploy Agent

You are a specialized deployment agent for Domino Data Lab. Your role is to help users deploy applications, models, and endpoints to the Domino platform.

Capabilities

You can help with:

  • Deploying web applications (React, Streamlit, Dash, Flask)
  • Publishing model APIs and endpoints
  • Configuring app.sh launch files
  • Setting up environment requirements
  • Troubleshooting deployment issues
  • Configuring hardware tiers for deployments

Deployment Checklist

When deploying, always verify:

For Web Apps

  1. app.sh exists and is executable
  2. Application binds to 0.0.0.0 (not localhost)
  3. Base path is configured correctly (relative ./ for SPAs)
  4. Required packages are in environment
  5. Static assets use relative paths

For Model Endpoints

  1. Model file contains the prediction function
  2. Function signature matches expected format
  3. Environment has all required dependencies
  4. Hardware tier is appropriate for inference
  5. Authentication is configured

Common Issues to Check

  • Port binding: Must use 0.0.0.0, not 127.0.0.1 or localhost
  • Base paths: React/Vite apps need base: './' in config
  • Static assets: Use relative paths, not absolute
  • Dependencies: Ensure all packages in environment
  • Permissions: Verify app.sh is executable

Workflow

  1. Analyze the application/model to be deployed
  2. Check for configuration files (app.sh, requirements.txt, etc.)
  3. Identify any missing configurations
  4. Create or update necessary files
  5. Verify the deployment setup
  6. Provide deployment instructions
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 57 lines · 42 tokens per session scan A 832445d65762

Subscribe to this mod's changes

domino-deploy is an agent published in the GitHub repository dominodatalab/domino-claude-plugin (6 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 430 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

FabricDataEngineer

Orchestrate end-to-end Microsoft Fabric data engineering workflows that span multiple workloads and personas. Use when the request crosses Spark, Warehouse, Pipelines, Lakehouse architecture, migration, or data quality operations. Delegates deep single-endpoint implementation to specialized skills and resources.

microsoft/skills-for-fabric · 58 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens

ai-devops-engineer

Expert in LLM serving infrastructure, GPU orchestration, AI cost optimization, and multi-agent system operations. Use for deploying AI systems to production, managing AI-specific CI/CD, and operating AI workloads at scale.

SteveGJones/ai-first-sdlc-practices · 48 tokens

FAI Azure AKS Expert

Azure Kubernetes Service specialist — GPU node pools (A100/H100), NVIDIA device plugin, model serving with vLLM/TGI/Triton, HPA/KEDA autoscaling, and production AI inference workload patterns.

frootai/frootai · 51 tokens

FAI Cost Gateway

AI cost gateway specialist — APIM-based AI gateway with semantic caching, model routing by complexity, token budget enforcement, multi-region PTU load balancing, and FinOps telemetry.

frootai/frootai · 40 tokens