Reading Book
Skill by buruqinshouburu
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/buruqinshouburu/reading-bookWhat This Skill Does
The Reading Book skill acts as a sophisticated orchestration agent designed to automate the process of reading, extracting, and mapping knowledge from long-form documents. By integrating with book-extractor, note-generator, neo4j-cypher-generator, and neo4j-importer, it transforms raw .docx files into structured Obsidian markdown notes and Neo4j knowledge graphs. It manages the entire lifecycle of book study, ensuring that every chapter is processed, documented, and visualized without manual intervention, while maintaining a transparent status log via a dedicated tracking file.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/buruqinshouburu/reading-book
Use Cases
- Academic Research: Systematically ingest academic papers or textbooks and map concepts into a graph database for better cross-reference.
- Technical Documentation: Convert lengthy technical manuals or guides into organized knowledge bases within Obsidian.
- Learning Management: For power users who need to track their progress through a library of books, ensuring that every chapter is reviewed and connected to existing knowledge.
Example Prompts
- "Reading Book: Start the learning process for the document located at F:\book\Security Analysis\Security Analysis.docx."
- "Check the current progress of my ongoing book study and provide a summary of the latest completed chapter."
- "Please pause the reading process for 'Security Analysis' and show me the summary report generated for the first five chapters."
Tips & Limitations
- Prerequisites: Ensure that your folder structure strictly follows the
F:\\book\\<book_name>\\<book_name>.docxconvention for the input validation to pass. - Environment: This skill relies on local file system access; ensure the agent has read/write permissions for the target directories.
- Dependency: The skill requires external modules (
neo4jandbook-extractor) to be correctly configured; if these are missing, the orchestration will fail. - Limitation: Currently, it is optimized for
.docxfiles. PDF or other formats may require manual conversion before being processed by the agent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-buruqinshouburu-reading-book": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution