# Text Analyzer

> Compute text stats via text_stats tool.

- Skill: `eanzhao/text-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eanzhao/text-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eanzhao/text-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: eanzhao (https://skillmd.com/u/eanzhao)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/eanzhao/text-analyzer

---


## When to use
- User asks for quick stats: length, words, lines.

## Procedure
1) Call `text_stats` with the user's text.
2) Report `chars/words/lines` succinctly.



