ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Reading Book

Skill by buruqinshouburu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/buruqinshouburu/reading-book
Or

What 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

  1. "Reading Book: Start the learning process for the document located at F:\book\Security Analysis\Security Analysis.docx."
  2. "Check the current progress of my ongoing book study and provide a summary of the latest completed chapter."
  3. "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>.docx convention 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 (neo4j and book-extractor) to be correctly configured; if these are missing, the orchestration will fail.
  • Limitation: Currently, it is optimized for .docx files. PDF or other formats may require manual conversion before being processed by the agent.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-buruqinshouburu-reading-book": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#knowledge-management#automation#neo4j#obsidian#productivity
Safety Score: 4/5

Flags: file-write, file-read, code-execution