claude-skills/.claude/skills/modal-deploy/SKILL.md
Deploy execution scripts to Modal cloud. Use when user asks to deploy to Modal, push code to cloud, or update Modal functions.
npx skillsauth add aiagentwithdhruv/automation modal-deployInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)
content-media
Find viral YouTube videos in your niche for competitive intelligence. Use when user asks to find YouTube outliers, monitor competitors, or track viral videos.
tools
Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
tools
Complete video editing toolkit - silence removal, auto-captions, vertical crop, YouTube clipping, 3D transitions, and social media compression. Use when user asks to edit video, remove silences, add captions/subtitles, crop to vertical/shorts, download YouTube clips, compress video, or create video teasers.
tools
Scrape Upwork jobs and generate personalized proposals with cover letters. Use when user asks to find Upwork jobs, create Upwork proposals, or apply to Upwork listings.