← 返回 Skills 市场
wingogx

Ecommerce Ad Copy Generator Free

作者 安东子 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
331
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ecommerce-ad-copy-generator-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ecommerce-ad-copy-generator-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ecommerce-ad-copy-generator-free
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。

如何安装 Ecommerce Ad Copy Generator Free?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecommerce-ad-copy-generator-free」即可一键安装,无需额外配置。

Ecommerce Ad Copy Generator Free 是免费的吗?

是的,Ecommerce Ad Copy Generator Free 完全免费(开源免费),可自由下载、安装和使用。

Ecommerce Ad Copy Generator Free 支持哪些平台?

Ecommerce Ad Copy Generator Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ecommerce Ad Copy Generator Free?

由 安东子(@wingogx)开发并维护,当前版本 v1.0.0。

💬 留言讨论