domino-launchers

Create parameterized web launchers for Domino jobs with typed inputs and result storage.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ToXMon/tolu --skill domino-launchers-toxmon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: domino-launchers
Source: https://github.com/ToXMon/tolu/tree/main/agent-zero-backup/workdir/memory-palace/skills/domino/domino-launchers
Command: npx skills add https://github.com/ToXMon/tolu --skill domino-launchers-toxmon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many business users need to run analyses, generate reports, or score data without writing code or accessing developer tools; this Skill provides a reproducible, parameterized interface so non-technical users can trigger jobs safely and consistently.

Core Features & Use Cases

  • Web-form launchers that collect parameters and trigger project scripts as jobs.
  • Support for common parameter types (text, select, date, number, file) and positional or named argument substitution.
  • Result delivery via files placed in /mnt/results, HTML email bodies, or attachments, plus visibility through the Jobs dashboard.
  • Use cases include on-demand report generation, batch predictions, custom data exports, and ad-hoc analyses.

Quick Start

Use the domino-launchers skill to create a launcher that runs your reporting script with user-supplied parameters, saves outputs to /mnt/results, and notifies recipients by email.

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 job forms for non-technical users to run analyses?▼

Self-service job forms are created as parameterized web launchers that enable non-technical users to execute reproducible jobs by selecting parameters like text, date, or files, triggering project scripts safely without writing code.

Can I trigger batch predictions and report generation through a UI or API?▼

Yes, batch predictions and report generation can be triggered through both a web UI for non-technical users and programmatic run endpoints via API, ensuring reproducible job execution with typed parameters.

How does result delivery work for parameterized jobs?▼

Result delivery for parameterized jobs works by saving output files to the /mnt/results directory, sending HTML email notifications with attachments, and providing run visibility through the Jobs dashboard.

What parameter types are supported in Domino project launchers?▼

Domino project launchers support typed parameters including text, select, date, number, and file inputs, which are substituted into project scripts as positional or named arguments to execute reproducible jobs.

Do I need developer tools to run ad-hoc data exports with parameterized launchers?▼

No, parameterized launchers provide a web-form interface that enables business users to run ad-hoc data exports and custom analyses safely without accessing developer tools or writing code.

Can I apply role-based access controls to web-form launchers?▼

Yes, role-based access controls can be applied to web-form launchers, ensuring only authorized users can trigger parameterized jobs, view results in the Jobs dashboard, or receive HTML email notifications.