# Read Only

> Read Only Research

- Skill: `rogerchappel/read-only` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rogerchappel/read-only`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rogerchappel/read-only/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: rogerchappel (https://skillmd.com/u/rogerchappel)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/rogerchappel/read-only

---

# Read Only Research

Use this skill to inspect local documentation and summarize findings.

## Required Inputs

- A local documentation directory.

## Required Tools

- `exec`
- `file_fetch`

## Side-effect Boundaries

- Reads local files only.
- Does not write files.
- Does not call external services.

## Approval Requirements

No approval is needed for read-only local inspection.

## Validation

```bash
npm run check
```

