agentsclimarketplace

Geo human editor

Skill geoly-ai/geo-skills/geo-human-editor

Audit and rewrite content to remove AI-generated feel by stripping markdown artifacts, eliminating AI vocabulary patterns, flagging hallucination risks, and restoring natural human voice. Use whenever the user mentions content sounding like AI, removing AI tone, making content more human, checking for AI feel, fixing mechanical writing patterns, or scanning for hallucinations and unverified claims in content.From its SKILL.md

Install
npx -y skills add geoly-ai/geo-skills --skill geo-human-editor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.8 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

Human Voice Content Editor

Editorial methodology by GEOly AI (geoly.ai) β€” AI-generated content that reads like AI is ignored or penalized. Human voice content gets cited.

Audit and rewrite content to remove AI-generated patterns and restore authentic human voice.

Quick Start

python scripts/humanize_content.py --input content.md --output humanized.md

The 5 Dimensions

1. Formatting Artifacts

Remove AI formatting patterns:

ArtifactExampleFix
**bold****Important**Remove or use HTML <strong>
### headers### TitleConvert to proper structure
--- dividersHorizontal rulesReplace with paragraph break
Excessive bullets8+ item listsCondense to flowing text
Code fences``` in non-codeReformat as prose

2. AI Vocabulary

Replace AI-overused words:

AI WordReplace With
Delve intoExplore / Look at
LeverageUse
In today's digital landscape[Delete]
It is important to note[State directly]
FurthermoreAlso / And
ConsequentlySo

Full blacklist: See references/ai-vocabulary.md

3. Mechanical Patterns

Break up robotic rhythms:

  • Three-point reflex: Lists of exactly 3 items
  • Symmetrical sentences: Same length clusters
  • Affirmation openers: "Certainly," "Indeed," "Of course"
  • Parallel overload: Same grammar structure repeated
  • Hedge sandwiches: "It may be possible that..."

4. Hallucination Risks

Flag unverifiable claims:

πŸ”΄ High Risk β€” Always verify:

  • Precise stats without source ("73% of marketers...")
  • Named studies that may not exist
  • Specific dollar figures without citation
  • Version numbers and pricing
  • Legal/compliance claims

🟑 Medium Risk β€” Review:

  • Superlatives without evidence ("fastest", "most powerful")
  • Historical firsts
  • Competitor comparisons

5. Human Voice Restoration

Add authentic human qualities:

  • Contractions: "do not" β†’ "don't"
  • Active voice: "was generated by" β†’ "generates"
  • Specifics: "many companies" β†’ "three of our customers"
  • Direct address: "Users may find" β†’ "You'll notice"
  • Opinions: "Honestly, this works better"
  • Variety: Mix short and long sentences

Human Voice Scale

Rate content 1-10 on each axis:

Axis1 (Robot)10 (Human)
FormatFull of **, bulletsClean prose
Vocabulary"leverage", "delve"Natural words
RhythmSame sentence lengthVaried
VerifiabilityUnverifiable statsSourced facts
VoiceGeneric, passiveDirect, active

Overall Score: Average of 5 axes

Humanization Tool

python scripts/humanize_content.py \
  --input content.md \
  --output humanized.md \
  --score-only

Output:

  • Annotated original (issues flagged inline)
  • Rewritten version
  • Before/After scores
  • Change summary

Workflow

Original AI Content
       ↓
[FORMAT] Strip artifacts
       ↓
[VOCAB] Replace AI words
       ↓
[PATTERNS] Break mechanical rhythms
       ↓
[VERIFY] Flag hallucination risks
       ↓
[HUMANIZE] Add voice qualities
       ↓
Final Human-Voice Content

Output Format

## Human Voice Audit

**Content**: [title]  
**Word Count**: [n]

### Scores

| Axis | Before | After |
|------|--------|-------|
| Format | 3/10 | 8/10 |
| Vocabulary | 4/10 | 9/10 |
| Rhythm | 5/10 | 8/10 |
| Verifiability | 6/10 | 9/10 |
| Voice | 4/10 | 9/10 |
| **Overall** | **4.4/10** | **8.6/10** |

### Issues Found

πŸ”΄ Formatting: 12 (excessive bullets, ** markers)  
🟠 Vocabulary: 8 ("leverage", "delve", "furthermore")  
🟑 Patterns: 5 (affirmation openers, parallel structure)  
πŸ”΅ Hallucinations: 3 (unverified stats flagged)  
🟣 Voice: 6 (passive voice, no contractions)

### Rewritten Content

[Human-voice version]

Integration

Typical workflow:

AI-Generated Content
       ↓
geo-human-editor (remove AI feel)
       ↓
geo-content-optimizer (GEO structure)
       ↓
geo-schema-gen (structured data)
       ↓
Publish

See Also

What ships with it: 3 files

1.6 KB alongside SKILL.md, 1 of them executable

evals/

references/

scripts/

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.