domino-launchers

Create parameterized web launchers for Domino jobs with user inputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-launchers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: domino-launchers
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/launchers
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-launchers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable business users to initiate analyses and generate reports without writing code by providing parameterized web forms that trigger Domino jobs.

Core Features & Use Cases

  • Web form UI for entering parameters and configuring launches
  • Job triggering with user inputs and automated results delivery
  • Use cases include report generation, batch predictions, data exports, and ad-hoc analytics

Quick Start

Create a new Launcher in Domino UI, configure its name, description, and parameters, and deploy to enable self-service job execution.

Frequently Asked Questions about domino-launchers

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

FAQPage Schema
How do I create self-service web forms for non-technical users to run parameterized jobs?▼

You can create self-service web forms by configuring a parameterized web launcher in the Domino UI, defining the executable script, parameters, and notifications to let business users trigger jobs without writing code.

How do I automate report generation for business users without coding?▼

Automate report generation by deploying a web launcher that collects user inputs via a Domino UI form, triggers the underlying executable script with those parameters, and delivers the generated results automatically.

What is a parameterized web launcher for self-service analytics?▼

A parameterized web launcher is a Domino UI form that empowers non-technical users to input variables and trigger executable scripts for self-service analytics, batch predictions, and ad-hoc analysis workflows.

Can I set up access control and notifications for automated batch predictions?▼

Yes, the web launcher satisfies functional requirements for both access control and automated notifications, ensuring secure job triggering and results delivery for batch prediction workflows.

Does the Domino launcher support ad-hoc analysis and data exports?▼

Yes, the Domino launcher supports ad-hoc analysis and data exports by allowing users to configure parameters in a web form UI that triggers executable scripts to generate and deliver the requested outputs.

What do I need to configure before deploying a parameterized job launcher?▼

You need to configure the launcher's name, description, and input parameters in the Domino UI, alongside specifying the executable script, parameter handling logic, and notification settings before deployment.