← Back to Skills Marketplace
wingogx

Ecommerce Ad Copy Generator Free

by 安东子 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
331
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ecommerce-ad-copy-generator-free
Description
Free basic version of ecommerce ad copy generator. Generates 3 ad copies from product info, and reserves premium upgrade hooks for 10-copy batch generation a...
README (SKILL.md)

Ecommerce Ad Copy Generator (Free)

Value

  • Free tier: generate 3 ad copies for Facebook/Google/TikTok.
  • Premium tier (reserved): 10-copy batch, multi-language output, and A/B variants.

Input

  • user_id
  • product_name
  • selling_points (list or delimited string)
  • target_audience
  • optional tier (free/premium)

Run

python3 scripts/ecommerce_ad_copy_generator_free.py \
  --user-id user_001 \
  --product-name "CloudBoost" \
  --selling-points 智能出价 多平台同步 分钟级报表 \
  --target-audience "跨境电商运营"

Tests

python3 -m unittest scripts/test_ecommerce_ad_copy_generator_free.py -v

Freemium Strategy

  • Free tier is fully available now.
  • Premium API hook is reserved and returns upgrade guidance with payment link.
Usage Guidance
This skill appears coherent and safe for local use: it only runs the included Python script and unit tests and does not require secrets. Note the repository includes a SkillPay billing contract and the code returns a payment_url (constructed from optional env vars) for premium upgrade flow — the billing API and SKILLPAY_API_KEY are documented but not called by the current code. Before providing any real payment/API keys or hooking it to a live billing endpoint, verify the payment integration implementation and trustworthiness of the owner and payment endpoint (default URL is skillpay.me). Run the unit tests locally and review the payment-related docs if you plan to enable premium functionality.
Capability Analysis
Type: OpenClaw Skill Name: ecommerce-ad-copy-generator-free Version: 1.0.0 The skill is a standard e-commerce ad copy generator that follows its stated purpose of providing a free tier for text generation with a reserved premium upgrade path. The Python script `ecommerce_ad_copy_generator_free.py` safely processes user input to generate ad templates and constructs a payment URL using environment variables (e.g., `SKILLPAY_TOPUP_BASE_URL`). There is no evidence of data exfiltration, malicious execution, or prompt injection intended to subvert the agent's behavior.
Capability Assessment
Purpose & Capability
Name/description (free ad-copy generator) matches the provided code and SKILL.md: the script validates input and returns three ad copies with an upgrade payload. No unrelated services or credentials are required.
Instruction Scope
SKILL.md directs the agent to run the included Python script and unit tests only. The code reads optional environment variables for constructing a payment URL (SKILLPAY_PAYMENT_URL_TEMPLATE / SKILLPAY_TOPUP_BASE_URL) but does not initiate network calls or read unrelated system files. The repository also contains a docs file describing a SkillPay billing contract (mentions SKILLPAY_API_KEY) — that contract is not exercised by the current code, but signals a future premium billing hook.
Install Mechanism
No install spec; instruction-only invocation and local Python scripts only. Nothing is downloaded or written to system paths by an installer.
Credentials
The skill does not declare required env vars and works without credentials. It optionally reads SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL to build a payment link. A reference doc notes SKILLPAY_API_KEY should be kept in env vars for billing, but that key is not used by the current code.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It does not self-enable or alter global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ecommerce-ad-copy-generator-free
  3. After installation, invoke the skill by name or use /ecommerce-ad-copy-generator-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Ecommerce Ad Copy Generator (Free). - Generate 3 ad copies for ecommerce products targeting Facebook, Google, or TikTok audiences. - Accepts product name, selling points, target audience, and user ID as input. - Premium features such as 10-copy batch generation, multi-language output, and A/B variants are reserved for future upgrade options. - Upgrade prompts and payment guidance provided via reserved premium API hook.
Metadata
Slug ecommerce-ad-copy-generator-free
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ecommerce Ad Copy Generator Free?

Free basic version of ecommerce ad copy generator. Generates 3 ad copies from product info, and reserves premium upgrade hooks for 10-copy batch generation a... It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.

How do I install Ecommerce Ad Copy Generator Free?

Run "/install ecommerce-ad-copy-generator-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ecommerce Ad Copy Generator Free free?

Yes, Ecommerce Ad Copy Generator Free is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ecommerce Ad Copy Generator Free support?

Ecommerce Ad Copy Generator Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ecommerce Ad Copy Generator Free?

It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.

💬 Comments