一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add new Modal webhooks for event-driven execution. Use when user asks to create a webhook, add an endpoint, or set up event triggers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manus-level AI browser agent that drives Dhruv's REAL logged-in Chrome (any profile — AIV, Onsite, etc.) via natural-language commands. Persistent, human-paced, un-blockable (real session), LLM-driven so it survives obfuscated selectors. Use when Dhruv says "control my AIV / control my <profile>", or asks to browse, search, apply, engage, or automate anything in his real browser.
Generate weekly long-form LinkedIn carousel posts with hand-drawn notebook-style slides — the proven 7-slide format optimized for the 2026 LinkedIn algorithm. Produces post copy + 7 Gemini-ready slide prompts + posting strategy + DM script + cross-platform repurposing in one go. Use when Dhruv asks for a weekly carousel, "Build-in-Public" educational post, or wants to teach a methodology / system / framework in long-form. Pairs with handdrawn-diagram skill for style consistency.
MCP server for AI-powered macOS control — apps, display, audio, files, screenshots, clipboard
Deploy any full-stack app (Next.js + FastAPI or similar) to AWS production with Docker, ECR, ECS Fargate, ALB, ElastiCache, CloudWatch, and Grafana. Use when deploying to AWS, setting up CI/CD, configuring production infrastructure, or shipping any app to production.
Convert formal names to casual versions for cold email personalization - first names, company names, and city names. Use when user asks to casualize names, make names friendly, or prepare lead data for emails.
Classify leads using LLM for complex distinctions like product SaaS vs agencies. Use when user asks to classify leads, filter leads by type, or categorize businesses.
基于 SOC 职业分类
| name | add-webhook |
| description | Add new Modal webhooks for event-driven execution. Use when user asks to create a webhook, add an endpoint, or set up event triggers. |
Create new Modal webhooks for event-driven Claude orchestration.
Create Directive File
Create directives/your_directive.md with:
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"]
}
}
Deploy
modal deploy execution/modal_webhook.py
Test
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)