add-webhook

Add new Modal webhooks for event-driven execution. Use when user asks to create a webhook, add an endpoint, or set up event triggers.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "add-webhook" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-add-webhook

Add Webhook

Goal

Create new Modal webhooks for event-driven Claude orchestration.

Process

  1. Create Directive File Create directives/your_directive.md with:

    • Goal
    • Inputs
    • Process steps
    • Outputs
    • Edge cases
  2. Add to webhooks.json Add entry to execution/webhooks.json:

    {
      "your-webhook-slug": {
        "directive": "your_directive",
        "description": "What this webhook does",
        "tools": ["send_email", "read_sheet", "update_sheet"]
      }
    }
    
  3. Deploy

    modal deploy execution/modal_webhook.py
    
  4. Test

    curl "https://your-modal-username--claude-orchestrator-directive.modal.run?slug=your-webhook-slug"
    

Available Tools for Webhooks

  • send_email
  • read_sheet
  • update_sheet

Endpoints

  • List: https://your-modal-username--claude-orchestrator-list-webhooks.modal.run
  • Execute: https://your-modal-username--claude-orchestrator-directive.modal.run?slug={slug}

Schema

Inputs

NameTypeRequiredDescription
slugstringYesWebhook slug identifier
directivestringYesDirective file name (without .md)
descriptionstringYesWhat this webhook does
toolsarrayYesList of tools the webhook can use

Outputs

NameTypeDescription
webhook_urlstringModal webhook URL for execution

Credentials

NameSource
MODAL_TOKEN_IDModal dashboard
MODAL_TOKEN_SECRETModal dashboard

Composable With

Skills that chain well with this one: modal-deploy

Cost

Modal compute (pay-per-use)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

whisper-voice

No summary provided by upstream source.

Repository SourceNeeds Review