← 返回 Skills 市场
chungvic

FB Ads Copywriter Pro

作者 chungvic · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fb-ads-copywriter-pro-vic
功能描述
AI 营销文案生成器 - 生成高转化率广告文案、社交媒体内容、邮件营销内容
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fb-ads-copywriter-pro-vic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fb-ads-copywriter-pro-vic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug fb-ads-copywriter-pro-vic
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

FB Ads Copywriter Pro 是什么?

AI 营销文案生成器 - 生成高转化率广告文案、社交媒体内容、邮件营销内容. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 FB Ads Copywriter Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fb-ads-copywriter-pro-vic」即可一键安装,无需额外配置。

FB Ads Copywriter Pro 是免费的吗?

是的,FB Ads Copywriter Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

FB Ads Copywriter Pro 支持哪些平台?

FB Ads Copywriter Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 FB Ads Copywriter Pro?

由 chungvic(@chungvic)开发并维护,当前版本 v1.0.1。

💬 留言讨论