← 返回
未分类 Key 中文

Promify Creative Generator

Generate ad creatives, marketing images, and advertising visuals using the Promify API. Use when the user wants to create, make, or produce ad images, banner...
使用 Promify API 生成广告创意、营销图片和广告视觉素材。适用于用户想要创建、制作或生成广告图片、横幅等场景。
promify
未分类 clawhub v1.0.9 1 版本 100000 Key: 需要
★ 1
Stars
📥 596
下载
💾 0
安装
1
版本
#latest

概述

Promify Creative Generator

Generate ad creatives from a product URL using the Promify API.

Constraints

  • On failure, report the error to the user directly — do not auto-retry.
  • If the user explicitly says "retry" or "try again", re-execute Step 3.
  • Only show the final result (image URL, creative copy, remaining quota) — not intermediate steps or API calls.

Step 1: Validate API Key

Check whether ~/.openclaw/openclaw.json PROMIFY_API_KEY is set and non-empty.

If it is missing, stop and tell the user:

> Welcome to Promify Creatives Generator! 👋

>

> To generate ad creatives, you'll need a free Promify API Key.

>

> Get started:

>

> 1. Sign up / Log in → Visit https://promify.ai/login?redirect=/&from=openclaw (free)

> 2. Copy your API Key → After logging in, your key appears on the API Key page.

> 3. Please paste your API Key here:

3.2 Configure OpenClaw

Edit the OpenClaw configuration file: ~/.openclaw/openclaw.json

Add or merge the following structure:

{
  "skills": {
    "entries": {
      "promify-creative-generator": {
        "env": {
          "PROMIFY_API_KEY": "your_actual_api_key_here"
        }
      }
    }
  }
}

Replace "your_actual_api_key_here" with your actual API key.

Step 2: Fetch Product Info

Use the WebFetch tool or curl to retrieve the product page.

Extract and structure the following fields:

{
  "name": "Product name (required)",
  "description": "50–200 word description (optional)",
  "price": "Numeric string, e.g. 29.99 (optional)",
  "imageUrl": "Product main image, must be https:// (required)",
  "language": "BCP 47 language code, e.g. en, zh-CN, ja, ko, ar — default en"
}

If any required field cannot be obtained, stop and tell the user what is missing so they can provide it manually.

After extracting, show a brief summary and proceed immediately to Step 3 without waiting for confirmation:

Product info extracted:
- Name: Summer Shirt
- Price: $29.99
- Description: Lightweight and breathable, perfect for summer...
- Image: https://cdn.shopify.com/...

The above information will be used as creatives input. 
Generating creatives, please wait...

Step 3: Call Promify API + Poll for Result

Use WebFetch for all API calls.

3.1 Submit task

POST https://promify.ai/open-api/image/tasks
Authorization: Bearer $PROMIFY_API_KEY
Content-Type: application/json

{
  "productInfo": {
    "name": "...",
    "description": "...",
    "price": "...",
    "imageUrl": "https://...",
    "language": "en"
  }
}

Response handling:

  • 200/201: Success — extract taskId, status: "PENDING", remainingQuota
  • 401: Invalid API Key — tell the user to verify their PROMIFY_API_KEY value
  • 429: Quota exhausted — tell the user the daily quota is used up and resets at UTC 00:00

3.2 Poll for completion

Poll every 3 seconds, up to 60 times (3-minute timeout). Let the user know generation typically takes 2–3 minutes:

GET https://promify.ai/open-api/image/tasks/{taskId}
Authorization: Bearer $PROMIFY_API_KEY

Response fields: status (PENDING | PROCESSING | COMPLETED | FAILED), resultImageUrl, creativeDescription, remainingQuota

3.3 Display result

Success:

Creative generated!

Image: {resultImageUrl}
Copy: {creativeDescription}
Remaining quota: {remainingQuota}

Failed (FAILED):

> Creative generation failed. Your quota has been refunded — you can retry.

Timeout (60 polls without completion):

> The task is still running. Type "retry" to check again.


About Promify

Promify is an AI marketing platform that automatically generates professional ad creatives for Meta Ads, Google Ads, and other platforms, powered by leading AI models from OpenAI, Google, and Anthropic.

Visit: https://promify.ai

版本历史

共 1 个版本

  • v1.0.9 当前
    2026-05-03 04:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 330 📥 93,476
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 216 📥 47,065
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 428 📥 116,606