Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Add new Modal webhooks for event-driven execution. Use when user asks to create a webhook, add an endpoint, or set up event triggers.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 714% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -41% | 0% |
Create new Modal webhooks for event-driven Claude orchestration.
Create directives/your_directive.md with:
Add entry to execution/webhooks.json: json { "your-webhook-slug": { "directive": "your_directive", "description": "What this webhook does", "tools": ["send_email", "read_sheet", "update_sheet"] } }
bash modal deploy execution/modal_webhook.py
bash curl "https://your-modal-username--claude-orchestrator-directive.modal.run?slug=your-webhook-slug"
send_emailread_sheetupdate_sheethttps://your-modal-username--claude-orchestrator-list-webhooks.modal.runhttps://your-modal-username--claude-orchestrator-directive.modal.run?slug={slug}| Name | Type | Required | Description | |------|------|----------|-------------| | slug | string | Yes | Webhook slug identifier | | directive | string | Yes | Directive file name (without .md) | | description | string | Yes | What this webhook does | | tools | array | Yes | List of tools the webhook can use |
| Name | Type | Description | |------|------|-------------| | webhook_url | string | Modal webhook URL for execution |
| Name | Source | |------|--------| | MODAL_TOKEN_ID | Modal dashboard | | MODAL_TOKEN_SECRET | Modal dashboard |
Skills that chain well with this one: modal-deploy
Modal compute (pay-per-use)
Other measured skills in the registry, with their headline benchmark lift.