Agent Skills: Windmill Triggers

MUST use when configuring triggers.

UncategorizedID: windmill-labs/windmill/triggers

Repository

windmill-labsLicense: NOASSERTION
16,266927

Install this agent skill to your local

pnpm dlx add-skill https://github.com/windmill-labs/windmill/tree/HEAD/system_prompts/auto-generated/skills/triggers

Skill Files

Browse the full folder contents for triggers.

Download Skill

Loading file tree…

system_prompts/auto-generated/skills/triggers/SKILL.md

Skill Metadata

Name
triggers
Description
MUST use when configuring triggers.

Windmill Triggers

Triggers allow external events to invoke your scripts and flows.

File Naming

Trigger configuration files use the pattern: {path}.{trigger_type}_trigger.yaml

Examples:

  • u/user/webhook.http_trigger.yaml
  • f/data/kafka_consumer.kafka_trigger.yaml
  • f/sync/postgres_cdc.postgres_trigger.yaml

CLI Commands

After writing, tell the user they can run these commands (do NOT run them yourself):

# Push trigger configuration
wmill sync push

# Pull triggers from Windmill
wmill sync pull