Ad Copywriter
广告文案生成器。信息流广告、朋友圈广告、搜索广告、直通车标题、巨量引擎创意、Google Ads文案、A/B测试文案、ROI计算器、平台适配文案。Ad copywriter for feeds, search ads, social ads, A/B testing, ROI calculator, platfo...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 311 · 1 current installs · 1 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (ad copy generation, platform adaptation, ROI/A-B testing) match the included scripts and README: ad.sh produces ad text templates locally and script.sh provides small content utilities/logging. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs running the provided local scripts (bash + embedded Python) and the scripts' behavior matches: template generation, tips, and a simple ROI calculator. The instructions do not direct the agent to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec or remote downloads are present — the skill is instruction-plus-local-scripts only. No archives/URLs or package installs are used.
Credentials
The skill does not require credentials or sensitive env vars. It does read optional environment vars for data path selection (AD_COPYWRITER_DIR, XDG_DATA_HOME, HOME) to determine where to store logs; this is reasonable for a local tool but worth noting.
Persistence & Privilege
script.sh creates a data directory under ${AD_COPYWRITER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/ad-copywriter} and appends user inputs to history.log (and defines a DB path). This is modest local persistence (no system-wide changes, not always:true), but the skill will store copies of commands/inputs on disk.
Assessment
This skill appears to do what it says: local ad-copy generation and tips. Before installing/using it, consider: (1) the scripts write a history/log under ~/.local/share/ad-copywriter by default — if you will provide sensitive product or customer data, set AD_COPYWRITER_DIR to a safe location or inspect/remove the log files; (2) review the full ad.sh/script.sh contents yourself (they are short and readable) if you have concerns; (3) there are no network calls or credential requests in the provided files, but if you see any updated versions that add curl/git/remote downloads, treat that as a red flag. Finally, note a minor metadata inconsistency: registry metadata shows no homepage/source while SKILL.md references bytesagain.com and a GitHub repo — you may want to verify the origin if provenance matters.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
ad-copywriter
广告文案生成器。信息流广告、朋友圈广告、搜索广告、品牌文案、A/B测试、ROI计算、平台适配。
Usage
This skill provides a script ad.sh for generating advertising copy.
Commands
| Command | Description |
|---|---|
ad.sh feed "产品" "目标人群" | 信息流广告文案(抖音/头条) |
ad.sh search "产品" "关键词" | 搜索广告文案(百度/360) |
ad.sh brand "品牌名" "品牌调性" | 品牌slogan和文案 |
ad.sh moments "产品" | 朋友圈广告文案 |
ad.sh ab-test "产品" | A/B测试文案对(5对对照文案+测试建议) |
ad.sh roi "预算" "单价" "转化率" | ROI计算器(投入产出比+盈亏平衡点) |
ad.sh platform "产品" "平台" | 平台适配文案(抖音/微信/百度/Google) |
ad.sh help | 显示帮助信息 |
How to run
bash scripts/ad.sh <command> [args...]
Examples
# 基础功能
bash scripts/ad.sh feed "美白面膜" "25-35岁女性"
bash scripts/ad.sh search "英语培训" "成人英语,零基础"
bash scripts/ad.sh brand "花西子" "国风,高端,东方美学"
bash scripts/ad.sh moments "智能手表"
# 新增功能
bash scripts/ad.sh ab-test "蓝牙耳机"
bash scripts/ad.sh roi "10000" "99" "3"
bash scripts/ad.sh platform "面膜" "抖音"
bash scripts/ad.sh platform "英语课" "百度"
bash scripts/ad.sh platform "手表" "Google"
查看 tips.md 获取广告投放实战技巧(ROI优化、A/B测试、平台策略等)。
Notes
- 纯本地生成,不依赖外部API
- Python 3.6+ 兼容
- 多种广告平台风格适配
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
