python3All 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 |
共 1 个版本