← Back to Skills Marketplace
chungvic

FB Ads Copywriter Pro

by chungvic · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fb-ads-copywriter-pro-vic
Description
AI 营销文案生成器 - 生成高转化率广告文案、社交媒体内容、邮件营销内容
README (SKILL.md)

Copywriter - AI 营销文案生成器

生成高转化率的营销文案,适用于广告、社交媒体、邮件营销等场景。

功能特性

  • 📝 广告文案生成 - Google Ads、Facebook Ads、抖音广告等
  • 📱 社交媒体内容 - 微博、小红书、Twitter、LinkedIn
  • 📧 邮件营销 - 开发信、促销邮件、新闻通讯
  • 🛒 电商产品描述 - 亚马逊、淘宝、Shopify 产品页面
  • 🎯 落地页文案 - 销售页面、着陆页优化

使用方法

基础用法

# 生成广告文案
uv run scripts/copywriter.py generate --type ad --product "智能手表" --platform facebook

# 生成社交媒体内容
uv run scripts/copywriter.py generate --type social --topic "健身打卡" --platform xiaohongshu

# 生成邮件营销
uv run scripts/copywriter.py generate --type email --purpose "促销" --product "冬季大促"

高级选项

# 指定语气风格
uv run scripts/copywriter.py generate --type ad --tone "professional" --product "企业软件"

# 生成多个变体
uv run scripts/copywriter.py generate --type ad --variations 5 --product "咖啡机"

# 指定目标受众
uv run scripts/copywriter.py generate --type ad --audience "25-35 岁女性" --product "护肤品"

文案类型

类型 描述 适用场景
ad 广告文案 Google/Facebook/抖音广告
social 社交媒体 微博/小红书/Twitter/LinkedIn
email 邮件营销 开发信/促销邮件/新闻通讯
product 产品描述 电商产品页面
landing 落地页 销售页面/着陆页
blog 博客文章 内容营销/SEO
video 视频脚本 抖音/B 站/YouTube

语气风格

风格 描述
professional 专业正式
casual 轻松随意
persuasive 说服力强
humorous 幽默风趣
urgent 紧迫感
friendly 友好亲切
luxury 高端奢华

输出格式

{
  "type": "ad",
  "platform": "facebook",
  "variations": [
    {
      "headline": " headline text",
      "body": "body text",
      "cta": "call to action"
    }
  ],
  "metadata": {
    "tone": "persuasive",
    "audience": "target audience",
    "generatedAt": "2026-02-28T01:04:00Z"
  }
}

定价建议

版本 功能 价格
基础版 单次生成,3 个变体 $29
专业版 无限生成,10 个变体,A/B 测试建议 $99
企业版 定制语气,批量生成,API 访问 $299

示例

Facebook 广告文案

输入:

uv run scripts/copywriter.py generate --type ad --product "无线耳机" --platform facebook --tone "casual"

输出:

🎧 终于找到完美的无线耳机了!

✅ 40 小时超长续航
✅ 主动降噪,静享音乐
✅ 舒适佩戴,整天不累

限时优惠:买一送一!
👉 立即抢购:[链接]

#无线耳机 #音乐爱好者 #限时优惠

小红书种草文案

输入:

uv run scripts/copywriter.py generate --type social --topic "早 C 晚 A 护肤" --platform xiaohongshu

输出:

✨ 早 C 晚 A 护肤法|28 天焕肤实录📝

姐妹们!坚持了一个月的早 C 晚 A
皮肤真的亮了一个度!!💡

☀️ 早上:VC 精华 + 防晒
🌙 晚上:A 醇 + 修复霜

⚠️ 注意事项:
1. 新手从低浓度开始
2. 一定要做好防晒
3. 敏感肌先做皮试

产品清单在评论区👇

#早 C 晚 A #护肤分享 #焕肤秘籍

技术实现

  • 使用 Qwen3.5-Plus 模型生成文案
  • 支持批量生成和 A/B 测试
  • 可集成到 OpenClaw 工作流

更新日志

v0.1.0 (2026-02-28)

  • 初始版本发布
  • 支持 7 种文案类型
  • 支持 7 种语气风格
  • 多平台适配

待开发功能

  • 多语言支持
  • SEO 优化建议
  • 竞品分析集成
  • 转化率追踪
  • A/B 测试结果分析

开发者: VIC ai-company
许可: MIT
支持: 联系 main agent

Usage Guidance
This skill appears to be a local, stubbed copywriter that generates prompt templates and example outputs; it does not contact external APIs or request secrets in its current form. Things to consider before installing: 1) Origin/authenticity — registry metadata shows an owner ID and a GitHub URL in _meta.json but the package registry lists no homepage; verify the source if you need production use. 2) If you plan to enable real model calls (Qwen/OpenAI), you'll need to modify the script and supply API keys — only provide keys after auditing the code and storing keys in secure env vars, not inline. 3) Test in an isolated environment first (no sensitive data) and monitor network traffic to confirm no unexpected exfiltration. 4) If you require remote inference, inspect any code changes that add network calls or third-party dependencies (openai client) for unexpected behavior.
Capability Analysis
Type: OpenClaw Skill Name: fb-ads-copywriter-pro-vic Version: 1.0.1 The skill bundle is a legitimate marketing copy generator that uses templates to construct prompts for various platforms (Facebook, TikTok, etc.). The Python script (scripts/copywriter.py) is a straightforward CLI tool for generating these prompts and lacks any network, file system, or execution-based risks. No evidence of malicious intent or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the provided code and SKILL.md: the script builds prompt templates and returns example outputs for ad/social/email copy. _meta.json and README mention an OpenAI-compatible client / Qwen integration, but the included script currently only simulates generation (no network calls). This is a minor mismatch but explainable (stubbed implementation).
Instruction Scope
SKILL.md instructs running the included script with arguments; instructions do not ask the agent to read unrelated files, access system config, or send data to external endpoints. The runtime instructions are narrowly scoped to copy generation.
Install Mechanism
No install spec is present (instruction-only). A requirements.txt is included for optional pip install of openai client; there are no downloads or extracts. Risk from installation is low.
Credentials
The skill declares no required environment variables or credentials. The README/_meta mention OpenAI/Qwen usage which would normally require API keys, but the shipped script does not use them. If you later enable real API calls, providing credentials would become necessary—currently absence of env var requests is consistent with the stubbed implementation.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is user-invocable. It has no elevated persistence or privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fb-ads-copywriter-pro-vic
  3. After installation, invoke the skill by name or use /fb-ads-copywriter-pro-vic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release of the copywriter skill. - Generate high-conversion marketing copy for ads, social media, email, product descriptions, landing pages, blogs, and videos. - Supports 7 copy types and 7 tone styles. - Compatible with multiple platforms (e.g., Facebook, Google Ads, XiaoHongShu). - Includes usage examples, pricing tiers, and advanced options such as tone, variations, and audience targeting.
Metadata
Slug fb-ads-copywriter-pro-vic
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is FB Ads Copywriter Pro?

AI 营销文案生成器 - 生成高转化率广告文案、社交媒体内容、邮件营销内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install FB Ads Copywriter Pro?

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

Is FB Ads Copywriter Pro free?

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

Which platforms does FB Ads Copywriter Pro support?

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

Who created FB Ads Copywriter Pro?

It is built and maintained by chungvic (@chungvic); the current version is v1.0.1.

💬 Comments