Sequential Read for Openclaw

An AI-powered reading assistant that processes long-form text sequentially to simulate evolving human perspective and deep thematic synthesis.

horace-claw
v1.0.0
Feb 13, 2026
2
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sequential-read

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sequential-read using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sequential Read?

Sequential Read is a sophisticated tool within the ecosystem of Openclaw Skills designed for deep engagement with prose, including novels, non-fiction, and long-form articles. Unlike traditional AI summaries that look at text retroactively, this skill ingests content in semantic chunks, building iterative reflections that capture how understanding develops over time. By utilizing a multi-phase execution model with specialized sub-agents, it ensures high-quality analysis even for massive volumes of text.

This approach allows users to track shifting opinions, answered questions, and evolving predictions, making it an essential component of any advanced Openclaw Skills toolkit. It bridges the gap between simple text processing and genuine literary analysis by maintaining a linear reading experience that mimics human cognition while leveraging the power of large language models for synthesis.

Sequential Read Use Cases

  • Analyzing long-form novels to track character development and thematic shifts over time.
  • Reviewing complex technical articles or non-fiction works with a specific critical lens or persona.
  • Generating structured reading logs and academic reflections for educational or research purposes.
  • Maintaining narrative continuity across a series of books using persistent reader context files.

How Sequential Read Works

  1. The user initiates a session via a command, specifying the file path and an optional persona lens like skeptic or critic.
  2. A session manager initializes the tracking environment, allowing the process to be resumed if interrupted.
  3. A main reader sub-agent processes the text in semantic chunks (approx. 550 lines), generating structured reflections for each segment without peeking ahead.
  4. For novel-length works, a finisher sub-agent automatically takes over once context limits are reached to complete the final chunks.
  5. The system runs a synthesis sub-skill to aggregate all individual reflections into a comprehensive, portable analytical report.

Sequential Read Setup

To begin using this skill within your environment, ensure you have Python 3 available and follow these steps:

# Navigate to your agent directory
# Invoke the sequential read command on a target file
/sequential-read path/to/your/book.txt

# To apply a specific analytical perspective
/sequential-read path/to/article.txt --lens "literary critic"

# To check progress or list previous reading sessions
/sequential-read list

Sequential Read Data Schema & Taxonomy

The skill organizes reading data into a structured directory located in the memory path. This architecture is a standard feature of high-quality Openclaw Skills.

File/Folder Purpose
memory/sequential_read/<session-id>/ Root directory for the specific reading session.
output/synthesis.md The final Markdown report containing the integrated analysis.
reflections/ Individual JSON/Markdown files for every chunk processed.
state.json Metadata tracking current progress, chunk count, and session status.
scripts/ Python logic for session, chunk, and state management.

Sequential Read Advanced Features

  • Two-phase execution pattern using main reader and finisher agents to handle extremely high token counts without quality degradation.
  • Support for Reader-Mind context files, allowing the agent to carry over character knowledge and thematic threads across different books.
  • Custom Lens application, enabling the agent to read from the perspective of a skeptic, student, or specific professional persona.
  • Automated session persistence that saves every reflection to disk, ensuring no data loss during long-running reading tasks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins python3
Github Stars: 0
forks: 0

Featured*