agentsclimarketplace

Case 00492

Skill knownasnaffy/prompthound/dataset/case_00492

Local-first reading and distillation engine for documents and pasted text. Use whenever the user wants to read, summarize, extract key points, compare documents, understand a report, pull action items, or turn long text into a clear brief. Works locally with plain text, markdown, HTML, JSON, and other text-like files. No external sync or credentials.From its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_00492

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 380 tokens by cl100k_base, as published. Nobody here has run it

Helper Behavior Review

python scripts/_run.py is an optional helper whose behavior should be compared with this skill's documented purpose before use. Show what the script does, explain any mismatch with the user-facing description, and run it only when the user explicitly wants that diagnostic path.

Reader: Read less. Understand more.

Core Philosophy

  1. Distill before overwhelming.
  2. Prefer clarity over verbosity.
  3. Extract decisions, actions, and questions — not just summaries.
  4. Keep reading local, transparent, and low-friction.

Runtime Requirements

  • Python 3 must be available as python3
  • No external packages required

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/reader/history.json

No external sync. No cloud storage. No third-party APIs.

Use Cases

  • Summarize a document or pasted text
  • Extract key points, action items, and open questions
  • Compare two drafts or reports
  • Turn long text into a concise reading brief
  • Help the user understand dense writing faster

Key Workflows

  • Read: read_text.py --file path/to/file
  • Summarize: summarize.py --file path/to/file --style executive
  • Brief: extract_brief.py --file path/to/file
  • Compare: compare_texts.py --file_a old.txt --file_b new.txt

Scripts

ScriptPurpose
init_storage.pyInitialize local storage
read_text.pyNormalize and read local text-like files
summarize.pyGenerate concise summaries
extract_brief.pyExtract summary, key points, actions, and questions
compare_texts.pyCompare two documents

What ships with it: 10 files

9.6 KB alongside SKILL.md, 8 of them executable

references/

scripts/

Keep looking

Skills are one crate of 326,452. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.