Case 02508
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 and A/B variants.From its SKILL.md
npx -y skills add knownasnaffy/prompthound --skill case_02508Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 3 files
7.9 KB alongside SKILL.md, 2 of them executable
references/
- skillpay-api-contract.md1.3 KB
scripts/
- ecommerce_ad_copy_generator_free.pyruns5.1 KB
- test_ecommerce_ad_copy_generator_free.pyruns1.5 KB