← Back to Skills Marketplace
ckchzh

Ad Copywriter

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
578
Downloads
0
Stars
3
Active Installs
13
Versions
Install in OpenClaw
/install ad-copywriter
Description
广告文案生成器。信息流广告、朋友圈广告、搜索广告、直通车标题、巨量引擎创意、Google Ads文案、A/B测试文案、ROI计算器、平台适配文案。Ad copywriter for feeds, search ads, social ads, A/B testing, ROI calculator, platfo...
README (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 \x3Ccommand> [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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: ad-copywriter Version: 2.0.0 The skill bundle is a legitimate advertising copy generator and ROI calculator. The scripts (ad.sh and script.sh) perform local text generation and logging of user commands to a local directory without any network activity, unauthorized file access, or obfuscation. The instructions in SKILL.md and tips.md are consistent with the provided code functionality.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ad-copywriter
  3. After installation, invoke the skill by name or use /ad-copywriter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.1.0
Enhanced descriptions for better AI triggering
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.1
Add runtime declaration + security compliance
v1.1.1
v1.1.0
Major upgrade: ab-test (A/B copy pairs), roi (calculator), platform (multi-platform copy). tips.md added.
v1.0.0
Initial release with Chinese SEO keywords.
Metadata
Slug ad-copywriter
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 13
Frequently Asked Questions

What is Ad Copywriter?

广告文案生成器。信息流广告、朋友圈广告、搜索广告、直通车标题、巨量引擎创意、Google Ads文案、A/B测试文案、ROI计算器、平台适配文案。Ad copywriter for feeds, search ads, social ads, A/B testing, ROI calculator, platfo... It is an AI Agent Skill for Claude Code / OpenClaw, with 578 downloads so far.

How do I install Ad Copywriter?

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

Is Ad Copywriter free?

Yes, Ad Copywriter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ad Copywriter support?

Ad Copywriter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ad Copywriter?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments