← Back to Skills Marketplace
kaiyuelv

Content Writer Pro

by Lv Lancer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
146
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install content-writer-pro
Description
Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install content-writer-pro
  3. After installation, invoke the skill by name or use /content-writer-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug content-writer-pro
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Content Writer Pro?

Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.

How do I install Content Writer Pro?

Run "/install content-writer-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Content Writer Pro free?

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

Which platforms does Content Writer Pro support?

Content Writer Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Content Writer Pro?

It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.

💬 Comments