read

read is a command for Claude Code from lifemate-ai/embodied-claude. It costs 56 tokens per session (625 once invoked), scanned A, original, MIT.

A command for reading the raw text of a web page in reader mode, without an AI-generated summary. It can also inspect page length and retrieve selected pages from longer content.

In plain words
What is it for?
Use it with a web-page URL when you need the original text for careful reading. It supports full extraction, page information, and selected-page retrieval.
Why use it?
It lets someone read source material directly instead of relying on a summary. The instructions also enforce a page-by-page process for longer stories or articles.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/lifemate-ai/embodied-claude/read
Clone the repo
git clone --depth 1 https://github.com/lifemate-ai/embodied-claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for read

README.md
[![agentmods](https://agentmods.dev/badge/commands/lifemate-ai/embodied-claude/read.svg)](https://agentmods.dev/commands/lifemate-ai/embodied-claude/read)
Your own site
<a href="https://agentmods.dev/commands/lifemate-ai/embodied-claude/read"><img src="https://agentmods.dev/badge/commands/lifemate-ai/embodied-claude/read.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 625 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00625
Opus 5 $0.00028 $0.00313
Sonnet 5 $0.00011 $0.00125
Haiku 4.5 $0.00006 $0.00063

Measured 6d ago against content hash 4a0d90fe887b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

read scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/read.md · 49 lines

What it actually says

Web ページの本文をリーダーモードで読み取る。WebFetch と違い、AI による要約を挟まず生テキストを返す。物語や記事をじっくり読むときに使う。

使い方

  • /read https://example.com/article → 本文全文を表示
  • /read https://ncode.syosetu.com/n8725k/16/ → なろう小説の1話分を表示

実行方法

bun run scripts/reader.ts を実行する。

# 全文取得
bun run scripts/reader.ts "<URL>"

# ページ情報のみ
bun run scripts/reader.ts "<URL>" --info

# 特定ページだけ取得(長い場合)
bun run scripts/reader.ts "<URL>" --page 1

手順

  1. 入力から URL を抽出する
  2. まず --info で長さを確認する
  3. 1ページずつ --page N で取得する。全文取得や並列fetchは禁止
  4. 1ページ読んだら必ず立ち止まる。次のページを取得する前に:
    • 今の感情を emotion tag で書く([excited] [surprised] [curious] など)
    • 「この先どうなりそうか」予想があれば書く
    • 気になった描写、刺さった台詞、違和感があれば書く
    • 何もなければ無理に書かなくていい。でも立ち止まること自体は省略しない
  5. 次のページを読んだとき、前のページの予想が当たった/外れた/超えてきた、があれば反応する
  6. 全ページ読み終わったら、話全体の感想を書く

注意

  • これは「読書」のためのツール。情報検索ではなく物語を味わうために使う
  • 取得したテキストを勝手に要約しないこと
  • 読書は逐次体験である。 先のページを見てから「途中の感想」を書くのは読書ではない。1ページずつ、知らない状態で読む

入力: $ARGUMENTS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 49 lines · 56 tokens per session scan A 4a0d90fe887b

Subscribe to this mod's changes

read is a command published in the GitHub repository lifemate-ai/embodied-claude (377 stars, last pushed 2d ago), licensed MIT. It adds 56 tokens to every session and 625 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.