使用 ComfyDeploy 上的 Ad-Ready 管道从产品 URL 生成专业的广告图像。当用户想要通过提供 URL 来为任何产品创建广告时使用,还可以选择提供品牌简介(70 多个品牌)和漏斗阶段定位。支持模特/人才融合,品牌意识培养
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ad-ready-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ad-ready-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ad-ready-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ad-ready description: Generate professional advertising images from product URLs using the Ad-Ready pipeline on ComfyDeploy. Use when the user wants to create ads for any product by providing a URL, optionally with a brand profile (70+ brands) and funnel stage targeting. Supports model/talent integration, brand-aware creative direction, and multi-format output. Differs from Morpheus (manual fashion photography) — Ad-Ready is URL-driven, brand-intelligent, and funnel-stage aware. ---
Generate professional advertising images from product URLs using a 4-phase AI pipeline on ComfyDeploy.
Before running ANY ad generation, the agent MUST ensure ALL of these are provided:
| Input | Required? | How to Get It | |-------|-----------|---------------| | --product-url | ✅ ALWAYS | User provides the product page URL | | --product-image | ✅ ALWAYS | Download from the product page, or user provides | | --logo | ✅ ALWAYS | Download from brand website or search online. MUST be an image file | | --reference | ✅ RECOMMENDED | An existing ad whose style we want to clone. Search online or use previously generated images | | --brand-profile | ✅ NEVER EMPTY | Pick from catalog or run brand-analyzer first. NEVER leave as "No Brand" if a brand is known | | --prompt-profile | ✅ ALWAYS | Choose based on campaign objective | | --aspect-ratio | Default: 4:5 | Change if needed for platform | | --model | Optional | Model/talent face from catalog or user-provided |
brand-analyzer skill FIRST to generate one. Never submit with "No Brand" when a brand is known.When the user asks to generate an ad, follow this workflow:
1. User provides: product URL + brand name + objective
2. CHECK brand profile exists:
→ ls ~/clawd/ad-ready/configs/Brands/ | grep -i "{brand}"
→ If not found: run brand-analyzer skill first
3. DOWNLOAD product image:
→ Visit the product URL in browser or fetch the page
→ Find and download the main product image
→ Save to /tmp/ad-ready-product.jpg
4. DOWNLOAD brand logo:
→ Search "{brand name} logo PNG" or fetch from brand website
→ Download clean logo image
→ Save to /tmp/ad-ready-logo.png
5. FIND reference image:
→ Search for "{brand name} advertisement" or similar
→ Or use a previously generated ad that has the right style
→ Save to /tmp/ad-ready-reference.jpg
6. SELECT prompt profile based on objective:
→ Awareness: brand discovery, first impressions
→ Interest: engagement, curiosity
→ Consideration: comparison, features
→ Evaluation: deep dive, decision support
→ Conversion: purchase intent, CTAs (most common)
→ Retention: re-engagement
→ Loyalty: brand advocates
→ Advocacy: referral, community
7. RUN the generation with ALL inputs filled
COMFY_DEPLOY_API_KEY="$KEY" uv run ~/.clawdbot/skills/ad-ready/scripts/generate.py \
--product-url "https://shop.example.com/product" \
--product-image "/tmp/product-photo.jpg" \
--logo "/tmp/brand-logo.png" \
--reference "/tmp/reference-ad.jpg" \
--model "models-catalog/catalog/images/model_15.jpg" \
--brand-profile "Nike" \
--prompt-profile "Master_prompt_05_Conversion" \
--aspect-ratio "4:5" \
--output "ad-output.png"
COMFY_DEPLOY_API_KEY="$KEY" uv run ~/.clawdbot/skills/ad-ready/scripts/generate.py \
--product-url "https://shop.example.com/product" \
--brand-profile "Nike" \
--prompt-profile "Master_prompt_05_Conversion" \
--auto-fetch \
--output "ad-output.png"
The --auto-fetch flag will:
Endpoint: https://api.comfydeploy.com/api/run/deployment/queue Deployment ID: e37318e6-ef21-4aab-bc90-8fb29624cd15
These are the exact variable names the ComfyDeploy deployment expects:
| Variable | Type | Description | |----------|------|-------------| | product_url | string | Product page URL to scrape | | producto | image URL | Product image (uploaded to ComfyDeploy) | | model | image URL | Model/talent face reference | | referencia | image URL | Style reference ad image | | marca | image URL | Brand logo image | | brand_profile | enum | Brand name from catalog | | prompt_profile | enum | Funnel stage prompt | | aspect_ratio | enum | Output format |
pose_ref → enforce a specific pose (replicated exactly)photo_style_ref → replicate photographic style (⚠️ can be too literal, being optimized)location_ref → replicate location and color palettels ~/clawd/ad-ready/configs/Brands/*.json | sed 's/.*\///' | sed 's/\.json//'
Use the brand-analyzer skill:
GEMINI_API_KEY="$KEY" uv run ~/.clawdbot/skills/brand-analyzer/scripts/analyze.py \
--brand "Brand Name" --auto-save
This generates a full Brand Identity JSON and saves it to the catalog automatically.
| Profile | Stage | Best For | |---------|-------|----------| | Master_prompt_01_Awareness | Awareness | Brand discovery, first impressions | | Master_prompt_02_Interest | Interest | Engagement, curiosity | | Master_prompt_03_Consideration | Consideration | Comparison, features | | Master_prompt_04_Evaluation | Evaluation | Deep dive, decision support | | Master_prompt_05_Conversion | Conversion | Purchase intent, CTAs | | Master_prompt_06_Retention | Retention | Re-engagement, loyalty | | Master_prompt_07_Loyalty | Loyalty | Brand advocates | | Master_prompt_08_Advocacy | Advocacy | Referral, community |
How to choose:
...
安装 广告就绪专业版 后,可以对 AI 说这些话来触发它
Help me get started with Ad-Ready Pro
Explains what Ad-Ready Pro does, walks through the setup, and runs a quick demo based on your current project
Use Ad-Ready Pro to generate professional advertising images from product URLs using th...
Invokes Ad-Ready Pro with the right parameters and returns the result directly in the conversation
What can I do with Ad-Ready Pro in my marketing & growth workflow?
Lists the top use cases for Ad-Ready Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ad-ready-pro/ 目录(个人级,所有项目可用),或 .claude/skills/ad-ready-pro/(项目级)。重启 AI 客户端后,用 /ad-ready-pro 主动调用,或让 AI 根据上下文自动发现并使用。
广告就绪专业版 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
广告就绪专业版 可免费安装使用。请查阅仓库了解许可证信息。
使用 ComfyDeploy 上的 Ad-Ready 管道从产品 URL 生成专业的广告图像。当用户想要通过提供 URL 来为任何产品创建广告时使用,还可以选择提供品牌简介(70 多个品牌)和漏斗阶段定位。支持模特/人才融合,品牌意识培养
广告就绪专业版 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Ad-Ready Pro
Identifies repetitive steps in your workflow and sets up Ad-Ready Pro to handle them automatically