Skip to content
Skillv1.0.0

de-ai-ify

Remove AI-generated jargon and restore human voice to text

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/de-ai-ify/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill de-ai-ify. Copyright stays with the author.

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."

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-de-ai-ify/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-de-ai-ify.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-de-ai-ify",
  "kind": "skill",
  "name": "de-ai-ify",
  "description": "Remove AI-generated jargon and restore human voice to text",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "writing",
      "editing",
      "voice",
      "ai-detection",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Remove AI-generated jargon and restore human voice to text"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/de-ai-ify/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/de-ai-ify/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/de-ai-ify/SKILL.md"
    }
  },
  "instructions": "# De-AI-ify Text\n\nRemove AI-generated patterns and restore natural human voice to your writing.\n\n## Usage\n\n```\n/de-ai-ify <file_path>\n```\n\n## What Gets Removed\n\n### 1. Overused Transitions\n\n- \"Moreover,\" \"Furthermore,\" \"Additionally,\" \"Nevertheless\"\n- Excessive \"However\" usage\n- \"While X, Y\" openings\n\n### 2. AI Cliches\n\n- \"In today's fast-paced world\"\n- \"Let's dive deep\"\n- \"Unlock your potential\"\n- \"Harness the power of\"\n\n### 3. Hedging Language\n\n- \"It's important to note\"\n- \"It's worth mentioning\"\n- Vague quantifiers: \"various,\" \"numerous,\" \"myriad\"\n\n### 4. Corporate Buzzwords\n\n- \"utilize\" → ",
  "cost": {
    "context_tokens": 453
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-de-ai-ify/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.