← Back to Skills Marketplace
hosthobbit

Ai Writing Humanizer

by Host Hobbit · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
978
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install ai-writing-humanizer
Description
Automatically strip AI writing patterns and stock phrases from user-facing prose before sending. Use when preparing longer texts to ensure a natural, human t...
README (SKILL.md)

AI Writing Humanizer

Provide a cleaned, human-sounding version of input text by removing or rewriting common AI-generated writing patterns. Load this skill automatically for any user-facing prose longer than ~150 words.

Patterns Covered

  • Overuse of hedging phrases: "At the end of the day", "It's worth noting", "It is important to remember"
  • Stock transitions and signposts: "First", "Secondly", "Finally"
  • Structural markers: em dashes (—), parentheses for side notes, bullet-like serial lists
  • Predictable rule-of-three constructs: "X, Y, and Z" used as checklist language
  • Passive voice sections flagged by "was", "were", "has been"
  • Performed authenticity cues: "I hope this helps", "Let me know if you have any questions"

Usage

  1. Pass input text to scripts/humanize.py --input text.txt --output cleaned.txt.
  2. For integrations, import humanize_text() from the script and apply before sending.

Bundled Resources

  • scripts/humanize.py — Python script implementing regex-based pattern removal and light rewriting
  • references/signs-of-ai-writing.md — List of AI writing signs based on Wikipedia
  • tests/test_humanizer.py — Regression tests to detect patterns
Usage Guidance
This skill appears to do what it says and runs locally with no network or secret access. Before installing, review whether you want it to be auto-invoked on longer user-facing text (it may process content you didn't intend it to). Also inspect and test the regex behavior on representative texts — the script removes simple tokens like 'was' and 'were' which can change meaning or break grammar. If you handle sensitive or legal text, require explicit invocation and run tests to ensure the transformations are acceptable.
Capability Analysis
Type: OpenClaw Skill Name: ai-writing-humanizer Version: 0.1.0 The OpenClaw skill bundle 'ai-writing-humanizer' is benign. The `SKILL.md` provides clear, non-malicious instructions for the AI agent to apply text processing. The `scripts/humanize.py` script uses standard Python libraries (`re`, `argparse`) to perform regex-based text cleaning, reading from an input file and writing to an output file, without any network calls, access to sensitive system resources, or use of dangerous functions like `eval` or `os.system`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. A minor functional discrepancy exists between the `SKILL.md` description and the `humanize.py` implementation regarding em dash replacement, but this is not a security concern.
Capability Assessment
Purpose & Capability
Name/description match the delivered artifacts: a small Python script plus reference and tests implement regex-based humanization. No unrelated binaries, env vars, or install steps are requested, so the capability is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs local use (CLI or import) and to 'load automatically for any user-facing prose longer than ~150 words.' The runtime instructions do not read external files or env vars beyond the explicit input file, nor do they send data outside. However, the automatic-loading instruction and the script's aggressive pattern removals (e.g., removing all occurrences of 'was', 'were', 'has been') could unintentionally change meaning or act on sensitive content without explicit consent — consider limiting auto-invoke or requiring explicit confirmation for sensitive texts.
Install Mechanism
No install spec (instruction-only plus bundled scripts). No downloads or external installers — code is provided in the bundle and runs locally, which is low risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not attempt to access unrelated secrets or system configuration.
Persistence & Privilege
always is false and the skill doesn't modify other skills or system-wide settings. It can be invoked autonomously by the agent (platform default), but no elevated persistence or cross-skill config changes are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-writing-humanizer
  3. After installation, invoke the skill by name or use /ai-writing-humanizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
ai-writing-humanizer 0.1.0 - Initial release. - Automatically rewrites or removes common AI-generated phrases and patterns from user-facing prose. - Handles hedging, stock transitions, overused list structures, passive voice, and authenticity cues. - Provides a Python script (humanize.py) for text cleaning and integration. - Includes documentation and tests for coverage of typical AI "tells."
Metadata
Slug ai-writing-humanizer
Version 0.1.0
License
All-time Installs 7
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Ai Writing Humanizer?

Automatically strip AI writing patterns and stock phrases from user-facing prose before sending. Use when preparing longer texts to ensure a natural, human t... It is an AI Agent Skill for Claude Code / OpenClaw, with 978 downloads so far.

How do I install Ai Writing Humanizer?

Run "/install ai-writing-humanizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Writing Humanizer free?

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

Which platforms does Ai Writing Humanizer support?

Ai Writing Humanizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Writing Humanizer?

It is built and maintained by Host Hobbit (@hosthobbit); the current version is v0.1.0.

💬 Comments