# More

> more — file perusal filter for viewing text one screen at a time

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

---


# more Plugin

View text files one screen at a time.

## Commands

- `more self version` — Print more version
- `more _ _ ` — Passthrough to more

## Usage Examples

- View a file: `more file.txt`
- View with line numbers: `more -n file.txt`
- View from stdin: `cat file.txt | more`

## Installation

Standard util-linux utility, pre-installed on most Unix systems.

