Ecommerce Ad Copy Generator Free
v1.0.0Free 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...
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
copywritingecommercefreelatest
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_idproduct_nameselling_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.
Comments
Loading comments...
