Install
openclaw skills install readerLocal-first reading and distillation engine for documents and pasted text. Use whenever the user wants to read, summarize, extract key points, compare docume...
openclaw skills install readerpython3All data is stored locally only under:
~/.openclaw/workspace/memory/reader/history.jsonNo external sync. No cloud storage. No third-party APIs.
read_text.py --file path/to/filesummarize.py --file path/to/file --style executiveextract_brief.py --file path/to/filecompare_texts.py --file_a old.txt --file_b new.txt| Script | Purpose |
|---|---|
init_storage.py | Initialize local storage |
read_text.py | Normalize and read local text-like files |
summarize.py | Generate concise summaries |
extract_brief.py | Extract summary, key points, actions, and questions |
compare_texts.py | Compare two documents |