Human Voice Content Editor
by @geoly-geo
Audit and rewrite content to remove AI-generated feel by stripping markdown artifacts, eliminating AI vocabulary patterns, flagging hallucination risks, and...
clawhub install geo-human-editorπ About This Skill
name: geo-human-editor description: 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.
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:
| Artifact | Example | Fix |
|----------|---------|-----|
| bold | Important | Remove or use HTML |
| ### 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 |
2. AI Vocabulary
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
3. Mechanical Patterns
Break up robotic rhythms:
4. Hallucination Risks
Flag unverifiable claims:
π΄ High Risk β Always verify:
π‘ Medium Risk β Review:
5. Human Voice Restoration
Add authentic human qualities:
Human Voice Scale
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
Humanization Tool
python scripts/humanize_content.py \
--input content.md \
--output humanized.md \
--score-only
Output:
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 AuditContent: [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
π‘ Examples
python scripts/humanize_content.py --input content.md --output humanized.md