| Field | Value |
|---|---|
| name | content-writer-pro |
| homepage | https://clawhub.com/skills/content-writer-pro |
| description | 專業文案生成工具 - 支援營銷文案、社媒內容、廣告文案、品牌故事等多種場景 |
| category | content |
| tags | content, copywriting, marketing, generator, 文案, 營銷, 內容創作 |
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生成能力。
這個技能的最新版本可以在7w4.net小蔥技能站找到。
pip install -r requirements.txt
from content_writer import ContentWriterPro
writer = 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"
)
See content_writer.py for full API documentation.
MIT License
這個工具能幫你快速生成營銷文案、社交媒體帖子和廣告語等多種內容,質量還不錯,文件清晰易讀。不過由於本質上只是模板拼接,內容可能會有些重複。適合需要快速產出初稿的場景,但對追求高度原創和智慧化的使用者來說可能不夠滿足。