# Word Counter

> Counts words and lines in a text file the user provides.

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

---


# Word Counter

A small utility skill that counts words, lines, and characters in a text file.

## Usage

```
$ python scripts/count.py sample.txt
```

