Deploy execution scripts to Modal cloud. Use when user asks to deploy to Modal, push code to cloud, or update Modal functions.
Deploy execution scripts to Modal for serverless cloud execution.
modal deploy execution/modal_webhook.py
| Endpoint | Purpose |
|----------|---------|
| directive | Execute a directive by slug |
| list_webhooks | List available webhooks |
| general_agent | Run general agent tasks |
| scrape_leads | Lead scraping endpoint |
| generate_proposal | Proposal generation |
| youtube_outliers | YouTube outlier scraping |
execution/modal_webhook.py@app.function() or @app.function(schedule=modal.Cron(...))modal deploy execution/modal_webhook.pyModal secrets are configured in the Modal dashboard, not local .env.
@app.function(schedule=modal.Cron("0 * * * *")) # Every hour
def my_scheduled_function():
pass
| Name | Type | Required | Description |
|------|------|----------|-------------|
| file | file_path | No | File to deploy (default: execution/modal_webhook.py) |
| Name | Type | Description |
|------|------|-------------|
| deployed | boolean | Whether deployment succeeded |
| endpoints | array | List of deployed endpoint URLs |
| Name | Source |
|------|--------|
| MODAL_TOKEN_ID | Modal dashboard |
| MODAL_TOKEN_SECRET | Modal dashboard |
Skills that chain well with this one: add-webhook
Modal compute (pay-per-use)
npx skills add aiagentwithdhruv/modal-deploy下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer