← Back to Skills Marketplace
h4gen

Content Creator

by Hagen Hoferichter · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
760
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install content-creator-skill
Description
Orchestrates humanizer, de-ai-ify, copywriting, and tweet-writer to create authentic, persuasive, platform-tailored content with clear engagement and factual...
README (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.

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

What is Content Creator?

Orchestrates humanizer, de-ai-ify, copywriting, and tweet-writer to create authentic, persuasive, platform-tailored content with clear engagement and factual... It is an AI Agent Skill for Claude Code / OpenClaw, with 760 downloads so far.

How do I install Content Creator?

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

Is Content Creator free?

Yes, Content Creator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Content Creator support?

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

Who created Content Creator?

It is built and maintained by Hagen Hoferichter (@h4gen); the current version is v1.0.0.

💬 Comments