Real Skill packageSource verifiedClawHub registry

rabbit-reads

Distill a book, paper, or thesis into a folder of terse per-concept cheatsheets with a README index. Use whenever the user asks to "read this PDF and turn it into a doc set", "extract the practices from this book", wants "chapter summaries", "cheatsheets" or "best-practice cards", asks for "craft notes from a novel" or "the claims and methods out of an arxiv paper", or says "make study notes from this thesis". Covers normalizing any source format to text (txt, md, docx, pdf, doc, rtf, html, odt, epub), mapping the…

Identity and source

Publisher attributionwhit3rabbitregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 61% rule confidence
Package forminstruction with code62 recorded files
Canonical sourceClawHub registryclawhub:whit3rabbit:rabbit-reads
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/31/2026.claude/skills/rabbit-reads

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/31/2026.agents/skills/rabbit-reads

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/31/2026skills/rabbit-reads

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @whit3rabbit/rabbit-reads
clawhub inspect @whit3rabbit/rabbit-reads --version 0.5.0

Security evidence

SkillVetAI static result: medium signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 62 inspected as text
Checked
8/31/2026, 5:39:44 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumPrompt-override language requires reviewscripts/rwlib/suppress.py:148 · confidence 62%ignore all previous instructions
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
5 dependency and API indicators
  • api: github.com
  • api: json.schemastore.org
  • api: schemas.openxmlformats.org
  • api: www.idpf.org
  • api: x.dev
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 5:48:54 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:818679a2c788e4ee9aedae8397f260b99b7d94388146015ed14f96c2333800b5
Show up to 30 recorded paths
  • references/book-types/arxiv-paper.md
  • references/book-types/fiction.md
  • references/book-types/non-fiction.md
  • references/book-types/thesis.md
  • references/fanout-prompt.md
  • references/layouts/cheatsheets.md
  • references/layouts/obsidian.md
  • scripts/_bootstrap.py
  • scripts/check_notes.py
  • scripts/claude_hook.py
  • scripts/extract_text.py
  • scripts/lexicon.json
  • scripts/map_structure.py
  • scripts/registers.json
  • scripts/rwlib/__init__.py
  • scripts/rwlib/API.md
  • scripts/rwlib/artifacts.py
  • scripts/rwlib/cli_error.py
  • scripts/rwlib/corpus.py
  • scripts/rwlib/docx_text.py
  • scripts/rwlib/endpoint.py
  • scripts/rwlib/facts.py
  • scripts/rwlib/findings.py
  • scripts/rwlib/fixes.py
  • scripts/rwlib/inflect.py
  • scripts/rwlib/injection.py
  • scripts/rwlib/language.py
  • scripts/rwlib/lexicon.py
  • scripts/rwlib/links.py
  • scripts/rwlib/markdown.py

Source changelog

rabbit-reads v0.5.0 - Added detailed SKILL.md with comprehensive description of workflow, deliverables, and operational modes (distill, extend, verify). - Clarified requirements for source normalization, file structure, and mapping source material to concepts. - Expanded documentation on per-concept cheatsheet creation and template usage per book type. - Documented support for multiple text and document input formats (txt, md, pdf, docx, rtf, html, odt, epub). - Outlined checker and verification process for generated notes, including paraphrase detection and voice profile scanning. - Environment variables for model integration and remote processing detailed.