# Text Clipper

> Use this skill to clip and truncate text for LLM context windows.

- Skill: `javimosch/text-clipper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/text-clipper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/text-clipper/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/text-clipper

---

# text-clipper Plugin
Clip text to specified lengths.
## Commands
- `text-clipper _ _` — Passthrough to text-clipper CLI
## Installation
```bash
cargo install text-clipper
```
## Key Features
- **Text clipping** — Truncate to length
- **LLM-ready** — Context window preparation
- **Pipeline-ready** — stdin/stdout

