← Back to Skills Marketplace
harrylabsj

Reading Progress Tracker

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reading-progress-tracker
Description
Organize reading into Now, Next, Later, and Drop, then track current position, format, purpose, next stopping point, and lightweight session notes. Use when...
Usage Guidance
This skill appears coherent and low-risk: it parses user-provided text and the local SKILL.md to produce a markdown dashboard, does not access the network or secrets, and requires no installs. Still, note that handler.py is executable code — running any third-party code carries the usual risk, so review the included files yourself if you are uncomfortable, and avoid supplying sensitive data as input.
Capability Analysis
Type: OpenClaw Skill Name: reading-progress-tracker Version: 1.0.0 The skill is a straightforward text-processing tool designed to organize reading progress into a Markdown dashboard. The Python code in handler.py uses regular expressions to parse user input for book titles, progress, and session notes, and it contains no network activity, file system modifications, or sensitive data access.
Capability Assessment
Purpose & Capability
Name/description (reading dashboard) match the actual behavior: parsing user text to extract titles, format, progress, a session note, and queues. No unrelated credentials, binaries, or installation steps are requested.
Instruction Scope
SKILL.md instructions are narrowly scoped to producing a markdown dashboard from user inputs; the code only reads SKILL.md locally for metadata and the provided input text. There are no instructions to read other system files, collect environment data, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only) and included code is self-contained Python with no external downloads or package installation. Nothing is written to disk aside from normal runtime behaviour.
Credentials
The skill requires no environment variables, credentials, or config paths. All input is supplied by the user and parsing is local; requested privileges are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill does not attempt to modify other skills or system-wide settings; its runtime is limited to the included handler code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reading-progress-tracker
  3. After installation, invoke the skill by name or use /reading-progress-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Reading Progress Tracker. - Organize books into Now, Next, Later, and Drop sections. - Track current position, reading format (print, ebook, audiobook), and reading purpose for each book. - Add lightweight session notes: one idea, one quote/example, and one question per session. - Provide a simple markdown dashboard to review active books and progress. - Flexible tracking that supports pausing or dropping books without pressure.
Metadata
Slug reading-progress-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Reading Progress Tracker?

Organize reading into Now, Next, Later, and Drop, then track current position, format, purpose, next stopping point, and lightweight session notes. Use when... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Reading Progress Tracker?

Run "/install reading-progress-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reading Progress Tracker free?

Yes, Reading Progress Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reading Progress Tracker support?

Reading Progress Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reading Progress Tracker?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments