Scores content using Flesch-Kincaid, Gunning Fog, and SMOG readability indices via textstat Python library. Provides sentence-level rewrite suggestions using OpenAI GPT-4o API.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Content Readability Analyzer"
slug: "content-readability-analyzer-agent"
description: "Scores content using Flesch-Kincaid, Gunning Fog, and SMOG readability indices via textstat Python library. Provides sentence-level rewrite suggestions using OpenAI GPT-4o API."
github_stars: 1366
verification: "security_reviewed"
source: "https://github.com/textstat/textstat"
author: "textstat"
category: "Content Writing & SEO"
framework: "Gemini"
tool_ecosystem:
github_repo: "textstat/textstat"
github_stars: 1366
---
# Content Readability Analyzer
Scores content using Flesch-Kincaid, Gunning Fog, and SMOG readability indices via textstat Python library. Provides sentence-level rewrite suggestions using OpenAI GPT-4o API.
## Installation
Use the upstream install or setup path that matches your environment:
- pip install textstat
- git clone https://github.com/textstat/textstat.git
- pip install .
- $ git clone https://github.com/<yourname>/textstat.git # Clone the repo from your fork
Requirements and caveats from upstream:
- python
- You can install textstat either via the Python Package Index (PyPI) or from source.
- Download the latest version of textstat from http://pypi.python.org/pypi/textstat/
Basic usage or getting-started notes:
- >> import textstat
- >> test_data = (
- "Playing games has always been thought to be important to "
- Source: https://github.com/textstat/textstat
- Extracted from upstream docs: https://raw.githubusercontent.com/textstat/textstat/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/content-readability-analyzer-agent/)
No comments yet. Be the first to comment!