domino-jobs

Create, schedule, and monitor batch jobs on the Lab platform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, execution, scheduling, and monitoring of batch jobs within the Domino Data Lab platform, automating data processing and model training workflows.

Core Features & Use Cases

  • Job Creation & Execution: Run scripts, notebooks, or direct commands as batch jobs.
  • Scheduling: Set up recurring jobs using cron expressions for automated tasks.
  • Monitoring & Logging: Track job status, view logs, and access output artifacts.
  • Use Case: Automate the daily retraining of a machine learning model by scheduling a Python script to run every night, with results automatically saved as artifacts.

Quick Start

Use the domino-jobs skill to run the python script 'train.py' with the argument '--epochs 100'.

Frequently Asked Questions about domino-jobs

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

FAQPage Schema
How do I run a Python script as a batch job in Domino?

You can run a Python script as a batch job in Domino by using this Skill to execute the file directly with configurable hardware tiers and environments. It supports passing arguments like '--epochs 100' to your training scripts.

Can I schedule recurring data pipelines on the Domino Data Lab platform?

Yes, you can schedule recurring data pipelines on the Domino Data Lab platform by configuring batch jobs with cron expressions. This automates tasks like nightly model retraining without manual intervention.

How do I monitor batch job status and retrieve logs in Domino?

You monitor batch job status and retrieve logs in Domino using the Skill's built-in tracking mechanisms. It allows you to view current execution states, access detailed logs, and retrieve output artifacts after completion.

What types of files can I execute as scheduled jobs using Domino?

You can execute scripts, notebooks, and direct commands as scheduled jobs using Domino. These files run on configurable hardware tiers within specified environments to support diverse data processing workflows.

Do I need to configure hardware tiers before running batch jobs in Domino?

Configuring hardware tiers before running batch jobs in Domino is supported but not strictly required upfront. The Skill allows you to define or select hardware tiers and environments when you create and execute each job.

Is there a way to automate model training workflows without manual execution in Domino?

Automating model training workflows without manual execution in Domino is achieved by combining batch job creation with cron scheduling. This automatically runs scripts or notebooks and saves the results as output artifacts.