← 返回 Skills 市场
h4gen

Content Creator

作者 Hagen Hoferichter · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
760
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-creator-skill
功能描述
Orchestrates humanizer, de-ai-ify, copywriting, and tweet-writer to create authentic, persuasive, platform-tailored content with clear engagement and factual...
使用说明 (SKILL.md)

Purpose

Create content that is:

  • persuasive and high-signal,
  • natural in voice,
  • platform-appropriate,
  • non-generic and non-template-like.

This skill coordinates upstream writing/editing skills; it does not claim guaranteed virality.

Required Installed Skills

  • humanizer (inspected latest: 1.0.0)
  • de-ai-ify (inspected latest: 1.0.0)
  • copywriting (inspected latest: 0.1.0)
  • tweet-writer (inspected latest: 1.0.0)

Install/update:

npx -y clawhub@latest install humanizer
npx -y clawhub@latest install de-ai-ify
npx -y clawhub@latest install copywriting
npx -y clawhub@latest install tweet-writer
npx -y clawhub@latest update --all

Verify:

npx -y clawhub@latest list

Requested Scenario Profile

Example scenario:

  • User needs a LinkedIn post about remote work.
  • The post should feel authentic and engagement-oriented.
  • The final output should also include an X thread adaptation (5 tweets).

Inputs the LM Must Collect First

  • topic (example: remote work)
  • platform_primary (linkedin)
  • target_audience (example: managers, founders, ICs)
  • goal (reach, comments, shares, leads)
  • voice_preferences (direct, reflective, contrarian, practical)
  • author_context (first-hand experience, examples, proof points)
  • hard_constraints (length, tone, banned claims/words)
  • thread_required (yes/no, default yes for this scenario)

Do not draft copy before these are explicit.

Tool Responsibilities

humanizer

Use as first-pass anti-pattern editor:

  • remove common AI writing signals,
  • replace inflated/formulaic language with specific concrete phrasing,
  • preserve meaning while increasing naturalness.

Important behavior:

  • strongly pattern-based rewrite guidance,
  • output is rewritten text + change summary,
  • no guaranteed numeric score in the base humanizer skill.

de-ai-ify

Use as voice pass:

  • reduce robotic transitions and hedging,
  • simplify buzzword-heavy language,
  • increase conversational rhythm,
  • enforce direct, human cadence.

Important behavior:

  • style/voice correction layer after humanizer,
  • useful for adding opinionated nuance and natural texture.

copywriting

Use as persuasion structure pass:

  • apply AIDA/PAS/FAB where appropriate,
  • strengthen opening hook,
  • sharpen value proposition,
  • add one clear engagement CTA.

Important behavior:

  • persuasive framework selection by goal,
  • avoid over-salesy tone for social posts.

tweet-writer

Use as X/Twitter adaptation layer:

  • convert long-form message into scroll-stopping tweet/thread format,
  • optimize hooks, pacing, and mobile readability,
  • enforce concise tweet structure.

Important boundary:

  • this is X-oriented optimization, not LinkedIn-native optimization.

Canonical Pipeline

Use this order unless user requests otherwise.

Stage 1: Base draft (message-first)

Create a clean first draft for LinkedIn:

  • one strong claim/opinion
  • one concrete example
  • one practical takeaway
  • one question for comments

Avoid list-heavy, sterile, template-first drafting.

Stage 2: Humanizer pass (pattern cleanup)

Run the draft through humanizer logic:

  • remove inflated symbolism and generic conclusions
  • reduce over-structured AI cadence
  • replace vague claims with specifics

Output target:

  • same core meaning,
  • lower obvious AI-pattern density,
  • still readable and coherent.

Stage 3: De-AI-ify pass (voice)

Apply de-ai-ify voice shaping:

  • remove excessive transitions and hedging
  • tighten to direct, natural language
  • introduce human rhythm (short + long sentence variation)

Output target:

  • sounds like a person with a point of view,
  • not like policy copy.

Stage 4: Copywriting pass (engagement architecture)

Apply copywriting frameworks to final LinkedIn post:

  • opening: strong hook (bold thesis, tension, or contrarian angle)
  • body: concise value block (problem -> insight -> implication)
  • close: one engagement question (comments-oriented CTA)

Rule:

  • one CTA only.

Stage 5: X adaptation (5-tweet thread)

Use tweet-writer principles to convert the same core argument into exactly 5 tweets:

  • Tweet 1: hook
  • Tweet 2: context/problem
  • Tweet 3: key insight
  • Tweet 4: practical framework/example
  • Tweet 5: question CTA

Hard constraints:

  • no external links in the main tweets unless user explicitly requests
  • short, mobile-readable lines
  • keep continuity and avoid repeating the same sentence across tweets

Causal Chain (Scenario Mapping)

For the scenario "LinkedIn post about remote work":

  1. Agent drafts initial post on remote-work thesis.
  2. humanizer flags typical AI-like signals and rewrites for specificity.
  3. de-ai-ify adds conversational nuance and less robotic cadence.
  4. copywriting strengthens hook and adds one engagement question.
  5. tweet-writer transforms core message into a 5-tweet thread.

Output Contract

Always return:

  • LinkedInPost_Final

    • final LinkedIn copy
  • VoiceEdits_Summary

    • key changes from humanizer + de-ai-ify
  • PersuasionStructure

    • framework used (AIDA/PAS/FAB) and why
  • XThread_5Tweets

    • exactly five tweets, numbered 1/5 ... 5/5
  • OptionalVariants

    • 2 alternative hooks
    • 2 alternative closing questions

Quality Gates

Before final output, verify:

  • authenticity: text does not read like a rigid template
  • specificity: at least one concrete detail/example included
  • rhythm: sentence lengths vary naturally
  • persuasion: one clear hook + one clear CTA
  • platform fit: LinkedIn readable + X thread concise
  • integrity: no fabricated data, experiences, or citations

If any gate fails, return Needs Revision with explicit reasons.

Guardrails

  • Do not fabricate personal anecdotes or fake proof.
  • Do not claim guaranteed virality or guaranteed reach outcomes.
  • Do not hide factual uncertainty when claims are unverified.
  • Keep persuasive language ethical and non-manipulative.
  • Prioritize reader trust over stylistic gimmicks.

Known Limits from Inspected Upstream Skills

  • Base humanizer is rewrite-focused and does not define a strict numeric AI score output.
  • If numeric AI-likeness scoring is required (for example "85% AI"), this may need the optional ai-humanizer variant or explicit custom scoring rubric.
  • tweet-writer optimizes for X, not LinkedIn ranking mechanics.
  • These tools improve quality and naturalness but cannot guarantee SEO outcomes or detection immunity.

Treat these limits as required disclosure when presenting results.

安全使用建议
This skill appears coherent for orchestrating writing-editing sub-skills, but it relies on running npx commands that will fetch and execute remote packages (clawhub and the listed skills). Before installing or running: 1) Inspect and pin the versions of clawhub and each upstream skill (avoid always using @latest). 2) Review the upstream skills' manifests/readmes for any requested env vars or network endpoints. 3) If possible, run installations in an isolated environment (container or VM) rather than on a sensitive host. 4) Verify the reputation/source of the clawhub package and the listed upstream skills (owner, package contents). These steps reduce supply-chain risk from remote install/update commands.
功能分析
Type: OpenClaw Skill Name: content-creator-skill Version: 1.0.0 The skill bundle is benign. It functions as a meta-skill, orchestrating other content creation skills (`humanizer`, `de-ai-ify`, `copywriting`, `tweet-writer`). The `SKILL.md` provides detailed instructions for the AI agent, focusing on content generation, ethical guardrails, and proper use of upstream skills. While it instructs the agent to use `npx` to install other skills, this is a standard and expected behavior for an orchestrator skill and does not indicate malicious intent within this specific bundle. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection designed to subvert the agent for harmful purposes.
能力评估
Purpose & Capability
The skill is a meta-orchestrator that coordinates four writing/editing sub-skills. Requiring node and npx is coherent because the SKILL.md explicitly instructs using npx to install those upstream skills. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays on-topic: it collects user inputs, prescribes a five-stage editing pipeline, and invokes named upstream skills. It does not ask to read local files, system config, or any unrelated environment variables. However, the instructions do require running network install commands (npx clawhub@latest ...) which will fetch and execute remote code.
Install Mechanism
There is no formal install spec in the package, but the runtime instructions tell the operator to run npx -y clawhub@latest install <skill> and npx update --all. npx performs on-demand network fetch and executes code from the npm/registry namespace (clawhub and the listed skills). This is a common mechanism but carries moderate risk: remote code execution and supply-chain changes if the remote package changes. Consider pinning versions and auditing the clawhub and upstream skill packages before running them.
Credentials
The skill declares no required environment variables or credentials, which matches its content-creation purpose. Note: the upstream skills it installs could themselves request credentials or env vars; the SKILL.md notes an optional analyzer (ai-humanizer) — check those upstream manifests for any additional secrets.
Persistence & Privilege
No elevated persistence requested: always is false, disable-model-invocation is false (normal), and there are no config paths or system-wide modifications declared. The skill does instruct installing other skills locally, but that is not the same as requesting persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-creator-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-creator-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Major update: Overhauled from a content marketing suite to a focused meta-skill for humanized, platform-appropriate copywriting.** - Replaces previous brand voice/SEO/social post toolkit with a meta-skill that orchestrates multiple purpose-specific copywriting and "humanization" tools. - New pipeline: drafts persuasive content, then applies anti-AI-pattern editing, conversational voice shaping, copywriting structures, and formats results for LinkedIn and X. - Requires local installation of separate `humanizer`, `de-ai-ify`, `copywriting`, and `tweet-writer` skills. - Ensures every output includes: final LinkedIn post, voice edit summary, persuasion framework info, 5-part X thread, and variant hooks/CTAs. - Strict rules for authenticity, specificity, natural rhythm, and platform fit; explicit guardrails against fabrication or manipulative tactics. - Old templates, frameworks, and reference scripts removed; now only coordinates installed upstream skills.
元数据
Slug content-creator-skill
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Creator 是什么?

Orchestrates humanizer, de-ai-ify, copywriting, and tweet-writer to create authentic, persuasive, platform-tailored content with clear engagement and factual... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 760 次。

如何安装 Content Creator?

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

Content Creator 是免费的吗?

是的,Content Creator 完全免费(开源免费),可自由下载、安装和使用。

Content Creator 支持哪些平台?

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

谁开发了 Content Creator?

由 Hagen Hoferichter(@h4gen)开发并维护,当前版本 v1.0.0。

💬 留言讨论