Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

promify-creative-generator承诺创意生成器

Agent Skill

promify-creative-generator 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,796

周安装

374

GitHub Stars

1

下载量

3,082
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:promify-creative-generator(承诺创意生成器)
来源仓库:https://github.com/promify/promify-creative-generator
安装命令:
openclaw skills install promify-creative-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install promify-creative-generator

简介

使用Promify API生成广告创意与营销视觉效果。

  • 适用于横幅广告、品牌图像与视觉素材制作。
  • 支持多种尺寸与风格定制,适配不同投放渠道。
  • 安装命令为 openclaw skills install promify-creative-generator。
  • 需确认图片版权合规性,避免侵权风险。promify-creative-generator 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
promify-creative-generator
description
>
metadata
{ "openclaw": { "emoji": "🎨", "primaryEnv": "PROMIFY_API_KEY" } }

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.67%
按下载量换算2,332

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills