add-webhook

Create Modal webhook definitions with directive files and JSON configuration.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ezjonline/ezj-automations --skill add-webhook-ezjonline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-webhook
Source: https://github.com/ezjonline/ezj-automations/tree/main/skills/add-webhook
Command: npx skills add https://github.com/ezjonline/ezj-automations --skill add-webhook-ezjonline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of wiring up new event-driven automations by standardizing how webhook triggers, directive files, and execution modes are added to the Modal orchestrator.

Core Features & Use Cases

  • Webhook Registration: Add a new webhook slug and map it to either a directive or a procedural script.
  • Directive-Driven Execution: Define a dedicated markdown directive and let Claude run it with only the tools it is allowed to use.
  • Operational Automation: Support workflows like lead classification, proposal generation, email replies, and campaign setup.

Quick Start

Tell me to add a new webhook for my workflow using the add-webhook skill.

Frequently Asked Questions about add-webhook

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

FAQPage Schema
How do I set up event-driven Modal webhooks for automation workflows?

Event-driven Modal webhooks are created by registering webhook slugs and mapping them to directive files or scripts. This enables automated execution for workflows like lead processing and email automation.

What is directive-driven execution for webhook orchestration?

Directive-driven execution defines a dedicated markdown directive so Claude runs webhook-triggered tasks with only its permitted tools. This standardizes how event-driven automations are orchestrated.

Can I use Claude orchestration to trigger Modal endpoints from webhooks?

Yes, webhook definitions support either procedural script execution or agentic Claude orchestration. This allows Modal endpoints to execute event-driven workflows using scoped tool permissions.

What do I need to create new Modal webhook definitions?

Creating Modal webhook definitions requires directive files, webhook JSON configuration, and scoped tool permissions. These components map webhook slugs to your procedural or agentic execution mode.

When should I use markdown directives for event-driven webhook automation?

Use markdown directives for webhook automation when you need scoped tool permissions for agentic execution. This standardizes event-driven workflows like lead classification, proposal generation, and email replies.