# Word Counter

> Counts words, characters, and sentences in a block of text the user provides.

- Skill: `vadrisai/word-counter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vadrisai/word-counter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vadrisai/word-counter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: VadrisAI (https://skillmd.com/u/vadrisai)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vadrisai/word-counter

---


# Word Counter

Count the words, characters, and sentences in the text the user gives you, and report the three numbers back to them in a short summary.

## Usage

- Take the text exactly as provided.
- Count words by splitting on whitespace.
- Count characters including spaces.
- Count sentences by counting `.`, `!`, and `?` terminators.
- Report the three counts in one short paragraph.

