← 返回 Skills 市场
146
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install content-writer-pro
功能描述
Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates.
使用说明 (SKILL.md)
Content Writer Pro / 文案生成专家
Metadata / 元数据
| Field | Value |
|---|---|
| name | content-writer-pro |
| homepage | https://clawhub.com/skills/content-writer-pro |
| description | 专业文案生成工具 - 支持营销文案、社媒内容、广告文案、品牌故事等多种场景 |
| 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 / 功能特性
- Marketing Copy / 营销文案: Product descriptions, value propositions
- Social Media / 社媒内容: Posts for various platforms
- Ad Copy / 广告文案: Headlines, body copy, CTAs
- Brand Story / 品牌故事: Origin stories, mission statements
- Email Templates / 邮件模板: Newsletters, promotional emails
- Tone Adaptation / 语调适配: Professional, casual, playful, etc.
Installation / 安装
pip install -r requirements.txt
Quick Start / 快速开始
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"
)
API Reference / API 参考
See content_writer.py for full API documentation.
License / 许可证
MIT License
安全使用建议
This package appears to be what it says — a local copywriting helper — but before installing or giving it runtime access: 1) verify the full content_writer.py file (the provided snippet is truncated and contains a likely bug line 'content = templat...' which will cause runtime errors), 2) confirm the source/repository and check for any network calls, subprocess.exec, or code that reads environment variables or files (search for requests, urllib, socket, os.environ, subprocess, eval/exec, base64), 3) run tests in an isolated environment or sandbox (python -m pytest tests/) and review requirements usage (jinja2/pyyaml) to ensure they are actually needed, and 4) prefer installing from a known repository or fork you trust. If you need higher assurance, ask the author for the canonical source URL or request a signed release.
功能分析
Type: OpenClaw Skill
Name: content-writer-pro
Version: 1.0.0
The skill bundle is a template-based copywriting tool that uses standard Python string formatting to generate marketing and social media content. Analysis of content_writer.py, SKILL.md, and associated tests reveals no network activity, file system access, or use of dangerous execution functions like eval() or exec(); the code logic is entirely local and aligns with its stated purpose.
能力评估
Purpose & Capability
Name/description (marketing copy, social posts, emails) matches the provided code, templates, examples, and tests. Declared dependencies (jinja2, pyyaml) are plausible for templating/configuration even if not obviously required in the visible snippet.
Instruction Scope
SKILL.md simply instructs installing requirements and importing the ContentWriterPro API — it does not direct the agent to read unrelated system files, access environment variables, or send data to external endpoints. Runtime instructions stay within the stated purpose.
Install Mechanism
There is no registry install spec (instruction-only in registry), but SKILL.md recommends pip install -r requirements.txt which is normal. requirements.txt points to standard PyPI packages; no downloads from unknown URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. No evidence the code needs secrets or unrelated credentials.
Persistence & Privilege
Skill flags are default (always:false, agent invocation allowed). It does not request permanent presence or elevated agent/system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-writer-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-writer-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
- Launches Content Writer Pro, a professional tool for generating copywriting across multiple scenarios.
- Supports marketing copy, social media content, ad copy, brand storytelling, and email templates.
- Offers tone adaptation (e.g., professional, casual, playful).
- Includes quick start instructions and API documentation reference.
元数据
常见问题
Content Writer Pro 是什么?
Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Content Writer Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-writer-pro」即可一键安装,无需额外配置。
Content Writer Pro 是免费的吗?
是的,Content Writer Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Writer Pro 支持哪些平台?
Content Writer Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Writer Pro?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills