Reader
v1.0.0Local-first reading and distillation engine for documents and pasted text. Use whenever the user wants to read, summarize, extract key points, compare docume...
⭐ 0· 271·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local-first reading, summarization, comparison) aligns with the provided Python scripts. All files implement text loading, splitting, summarization, extraction, comparison and local session logging — nothing unrelated is requested.
Instruction Scope
SKILL.md and scripts limit operations to reading local files or direct text input and writing session metadata. No networking, external APIs, or environment-variable access are present. Note: the skill records sessions (file paths and operation types) and does store text-derived outputs in a local history file, which may retain sensitive content.
Install Mechanism
No install spec; instruction-only with included Python scripts. Requires only a local python3 binary and no external packages. No downloads or third-party installers are used.
Credentials
The skill requests no credentials or env vars (proportional). It does create and update ~/.openclaw/workspace/memory/reader/history.json to record sessions and metadata — this is reasonable for a local reader but means processed inputs (or references to file paths) are persisted locally.
Persistence & Privilege
always is false; the skill only writes to its own directory under the user's home. It does not modify other skills, system settings, or request elevated privileges.
Assessment
This skill appears coherent and local-only: it reads files or pasted text, summarizes/extracts/compares, and logs sessions to ~/.openclaw/workspace/memory/reader/history.json. Before installing, consider whether you want processed text or file paths retained there — the history can contain sensitive material. If you prefer not to retain data, inspect or delete that file (or modify the scripts to disable logging) after running init_storage.py. Verify python3 is available and, if you want extra caution, run the scripts in a restricted environment (container or VM) and review the source files yourself. There is no networking, no credential requests, and no external dependencies in the provided code.Like a lobster shell, security has layers — review code before you run it.
latestvk976jrhjg0g9q2m3kyweh8ba3h82r3rh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
