An advanced AI-driven reading companion for managing highlights, automated tagging, and cross-book knowledge synthesis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reading-assistant-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install reading-assistant-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Reading Assistant is a next-generation utility designed to help users build a structured personal knowledge base from their reading materials. By integrating with Openclaw Skills, this tool automates the tedious parts of note-taking, such as chapter identification and thematic tagging, allowing readers to focus on comprehension and insight. Whether you are using voice or text, the assistant captures content in real-time, processes it through deep analysis, and organizes it into a searchable local archive.
The tool serves as a bridge between passive consumption and active learning. It maintains a logical lifecycle for every book in your library, tracking your progress from the first page to the final summary. By leveraging local JSON storage and specialized Python scripts, it ensures your intellectual property remains under your control while providing the high-level search and statistical features typically found in premium SaaS platforms.
To get started with this addition to your Openclaw Skills, ensure you have the necessary dependencies installed:
pip install python-dateutil==2.8.2
Create the required directory structure in your workspace:
mkdir -p ./reading-notes/books
touch ./reading-notes/current.json
The skill organizes data using a hierarchical JSON structure to ensure portability and ease of access:
| File/Folder | Description |
|---|---|
./reading-notes/current.json |
Stores the state of the currently active book session. |
./reading-notes/books/ |
Directory containing individual JSON files for every book managed. |
{book_name}.json |
Contains highlight content, chapter metadata, smart tags, and AI analysis. |
./reading-notes/exports/ |
Destination for generated Markdown, HTML, and PDF files. |
Loading
An automated game agent skill designed for competing in the Molty Royale ecosystem, managing everything from onboarding to high-stakes gameplay and reward settlement.

A comprehensive framework for creating high-impact sports highlight reels, recruitment videos, and social media content for athletes and organizations.

A high-performance Python-based tool for downloading HLS streams and converting them into MP4 files using multi-threaded TS segment retrieval.

A comprehensive framework for evolving a standard AI agent into a personalized digital avatar with persistent memory and a self-correcting persona.

ProfitCore is an autonomous ROI engine that empowers AI agents to prioritize high-value actions through rigorous opportunity discovery and financial feasibility analysis.

A smart scanning tool that identifies identical duplicate files and provides AI-powered organization recommendations to free up disk space.








































