Content Writer Pro
by @kaiyuelv
Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates.
clawhub install content-writer-pro📖 About This Skill
Content Writer Pro / 文案生成专家
Metadata / 元数据
| Field | Value | |-------|-------| | name | content-writer-pro | | homepage | https://clawhub.com/skills/content-writer-pro | | description | 专业文案生成工具 - 支持营销文案、社媒内容、广告文案、品牌故事等多种场景 | Professional copywriting generator for marketing, social media, ads, brand storytelling | | category | content | | tags | content, copywriting, marketing, generator, 文案, 营销, 内容创作 |
Overview / 概述
Content Writer Pro is a professional copywriting tool for marketers and content creators. It provides templates and AI-powered generation for various content types.
文案生成专家是为营销人员和内容创作者打造的专业文案工具,提供多种内容类型的模板和AI生成能力。
Features / 功能特性
Installation / 安装
pip install -r requirements.txt
Quick Start / 快速开始
from content_writer import ContentWriterProwriter = ContentWriterPro()
Generate marketing copy
copy = writer.generate_marketing_copy(
product="AI Assistant",
audience="Small business owners",
tone="professional"
)Create social media post
post = writer.create_social_post(
platform="linkedin",
topic="Productivity tips",
tone="casual"
)
API Reference / API 参考
See content_writer.py for full API documentation.
License / 许可证
MIT License