skills$openclaw/de-ai-ify
itsflow1.3k

by itsflow

de-ai-ify – OpenClaw Skill

de-ai-ify is an OpenClaw Skills integration for coding workflows. Remove AI-generated jargon and restore human voice to text

1.3k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namede-ai-ify
descriptionRemove AI-generated jargon and restore human voice to text OpenClaw Skills integration.
owneritsflow
repositoryitsflow/de-ai-ify
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @itsflow/de-ai-ify
last updatedFeb 7, 2026

Maintainer

itsflow

itsflow

Maintains de-ai-ify in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
271 B
SKILL.md
2.0 KB
SKILL.md

name: de-ai-ify description: Remove AI-generated jargon and restore human voice to text version: 1.0.0 author: theflohart tags: [writing, editing, voice, ai-detection]

De-AI-ify Text

Remove AI-generated patterns and restore natural human voice to your writing.

Usage

/de-ai-ify <file_path>

What Gets Removed

1. Overused Transitions

  • "Moreover," "Furthermore," "Additionally," "Nevertheless"
  • Excessive "However" usage
  • "While X, Y" openings

2. AI Cliches

  • "In today's fast-paced world"
  • "Let's dive deep"
  • "Unlock your potential"
  • "Harness the power of"

3. Hedging Language

  • "It's important to note"
  • "It's worth mentioning"
  • Vague quantifiers: "various," "numerous," "myriad"

4. Corporate Buzzwords

  • "utilize" → "use"
  • "facilitate" → "help"
  • "optimize" → "improve"
  • "leverage" → "use"

5. Robotic Patterns

  • Rhetorical questions followed by immediate answers
  • Obsessive parallel structures
  • Always using exactly three examples
  • Announcement of emphasis

What Gets Added

Natural Voice

  • Varied sentence lengths
  • Conversational tone
  • Direct statements
  • Specific examples

Human Rhythm

  • Natural transitions
  • Confident assertions
  • Personal perspective
  • Authentic phrasing

Process

  1. Read original file
  2. Create copy with "-HUMAN" suffix
  3. Apply de-AI-ification
  4. Provide change log

Output

You'll get:

  • A new file with natural human voice
  • Change log showing what was fixed
  • List of places needing specific examples

Example Transformations

Before (AI): "In today's rapidly evolving digital landscape, it's crucial to understand that leveraging AI effectively isn't just about utilizing cutting-edge technology—it's about harnessing its transformative potential to unlock unprecedented opportunities."

After (Human): "AI works best when you use it for specific tasks. Focus on what it does well: writing code, analyzing data, and answering questions."

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install de-ai-ify?

Run openclaw add @itsflow/de-ai-ify in your terminal. This installs de-ai-ify into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/itsflow/de-ai-ify. Review commits and README documentation before installing.