Install
openclaw skills install geo-human-editorAudit 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.
openclaw skills install geo-human-editorEditorial 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.
python scripts/humanize_content.py --input content.md --output humanized.md
Remove AI formatting patterns:
| Artifact | Example | Fix |
|---|---|---|
**bold** | **Important** | Remove or use HTML <strong> |
### headers | ### Title | Convert to proper structure |
--- dividers | Horizontal rules | Replace with paragraph break |
| Excessive bullets | 8+ item lists | Condense to flowing text |
| Code fences | ``` in non-code | Reformat as prose |
Replace AI-overused words:
| AI Word | Replace With |
|---|---|
| Delve into | Explore / Look at |
| Leverage | Use |
| In today's digital landscape | [Delete] |
| It is important to note | [State directly] |
| Furthermore | Also / And |
| Consequently | So |
Full blacklist: See references/ai-vocabulary.md
Break up robotic rhythms:
Flag unverifiable claims:
🔴 High Risk — Always verify:
🟡 Medium Risk — Review:
Add authentic human qualities:
Rate content 1-10 on each axis:
| Axis | 1 (Robot) | 10 (Human) |
|---|---|---|
| Format | Full of **, bullets | Clean prose |
| Vocabulary | "leverage", "delve" | Natural words |
| Rhythm | Same sentence length | Varied |
| Verifiability | Unverifiable stats | Sourced facts |
| Voice | Generic, passive | Direct, active |
Overall Score: Average of 5 axes
python scripts/humanize_content.py \
--input content.md \
--output humanized.md \
--score-only
Output:
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
## 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]
Typical workflow:
AI-Generated Content
↓
geo-human-editor (remove AI feel)
↓
geo-content-optimizer (GEO structure)
↓
geo-schema-gen (structured data)
↓
Publish