skills/clawhub.ai/readworthy

readworthy

Installation
SKILL.md

Readworthy

Help the user decide where to spend reading time. Judge the content relative to the user's current knowledge while preserving source evidence, uncertainty, and revision history. Do not reduce the task to a generic summary or keyword filter.

Local state

Read references/state-schema-v2.md before reading or writing state.

State is private and stored outside the installed skill. Resolve it in this order:

  1. READWORTHY_STATE_DIR, when set.
  2. $CODEX_HOME/readworthy/state, when CODEX_HOME is set.
  3. ~/.codex/readworthy/state.

Run node scripts/init_state_v2.mjs before first use. It creates only missing files and prints the resolved path. Never bundle one user's profile, articles, feedback, insights, or backups into a distributed skill.

For every state write:

Installs
1
First Seen
Aug 20, 2026
readworthy from clawhub.ai