domino-launchers

Create parameterized web forms for self-service job execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers non-technical users to run complex data analyses, generate reports, and trigger batch predictions through simple web forms, eliminating the need for coding.

Core Features & Use Cases

  • Parameterized Job Execution: Define input parameters for scripts and workflows.
  • Web-Based UI: Automatically generates user-friendly forms for parameter input.
  • Self-Service Data Products: Enables business users to access and run data workflows independently.
  • Use Case: A marketing team needs to generate weekly campaign performance reports. This Skill allows them to select the date range and target region via a simple form, triggering an automated report generation process without any coding.

Quick Start

Use the domino-launchers skill to create a new launcher for the 'generate_report.py' script, with parameters 'start_date', 'end_date', and 'region'.

Frequently Asked Questions about domino-launchers

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

FAQPage Schema
How do I create parameterized workflows for non-technical users to run data analyses?

You can use Domino Launchers to create parameterized web forms for self-service job execution. This abstracts script execution, allowing non-technical users to run analyses by filling out simple forms without coding.

Can I trigger batch predictions through a web-based UI without writing code?

Yes, Domino Launchers generate web-based UIs that enable business users to trigger batch predictions independently. The forms handle parameter input and automatically execute the underlying scripts.

What types of input parameters do self-service data products support for automated report generation?

Self-service data products support various parameter types for automated report generation, including date ranges and target regions. These parameters are passed into scripts to customize report outputs dynamically.

Does Domino support email notifications and result delivery for executed job workflows?

Yes, Domino Launchers support email notifications and result delivery mechanisms. After a non-technical user submits the parameterized web form, the system triggers the job and delivers the generated results automatically.

How do I set up a launcher for a Python script with date and region parameters?

Create a new launcher targeting your Python script, then define input parameters such as start_date, end_date, and region. The system automatically generates a web form for users to input these values and execute the job.