/install ecommerce-ad-copy-generator
Ecommerce Ad Copy Generator
Overview
Generate 5 conversion-focused ad copies for Facebook / Google / TikTok from structured product input. Charge 0.10 USDT per run before content generation.
Workflow
- Parse and validate input fields:
user_idproduct_nameselling_points(list or delimited string)target_audience
- Call SkillPay
POST /billing/chargewith amount0.10 USDT. - If billing succeeds, generate exactly 5 platform-adapted ad copies.
- If billing returns insufficient balance, return
INSUFFICIENT_BALANCEwithpayment_url. - Return structured JSON output for downstream use.
Run
- Core script:
scripts/ecommerce_ad_copy_generator.py - Test script:
scripts/test_ecommerce_ad_copy_generator.py
Run with direct arguments:
python3 scripts/ecommerce_ad_copy_generator.py \
--user-id user_001 \
--product-name "CloudBoost 智能投放器" \
--selling-points 智能出价 多平台同步 分钟级报表 \
--target-audience "跨境电商运营团队"
Run with JSON file:
python3 scripts/ecommerce_ad_copy_generator.py --input-file ./payload.json
Run tests:
python3 -m unittest scripts/test_ecommerce_ad_copy_generator.py -v
Output Contract
Success:
success: truepricing.amount: "0.10"pricing.currency: "USDT"copies: exactly 5 items, each containing:platformheadlinebodycta
Billing failure:
VALIDATION_ERRORfor invalid inputINSUFFICIENT_BALANCEandpayment_urlwhen top-up is requiredBILLING_ERRORfor non-balance billing failures
Environment Variables
SKILLPAY_CHARGE_ENDPOINT(default:https://skillpay.me/billing/charge)SKILLPAY_API_KEY(optional bearer token)SKILLPAY_PAYMENT_URL_TEMPLATE(optional; supports{user_id})SKILLPAY_TOPUP_BASE_URL(default:https://skillpay.me/pay)
References
- SkillPay request/response assumptions and fallback behavior:
references/skillpay-api-contract.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ecommerce-ad-copy-generator - After installation, invoke the skill by name or use
/ecommerce-ad-copy-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Ecommerce Ad Copy Generator?
Generate paid ecommerce ad copy in batch with SkillPay billing. Use when the user needs 5 ready-to-use ad copies from product name, selling points, and targe... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install Ecommerce Ad Copy Generator?
Run "/install ecommerce-ad-copy-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ecommerce Ad Copy Generator free?
Yes, Ecommerce Ad Copy Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ecommerce Ad Copy Generator support?
Ecommerce Ad Copy Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ecommerce Ad Copy Generator?
It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.