Bookworm
v2.0.1Log books, track reading habits, and review reading streaks over time. Use when recording reads, maintaining goals, or analyzing genre preferences.
⭐ 0· 264·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (reading logs, stats, exports) align with the included shell script and SKILL.md. Required capabilities (none) are proportionate to the stated purpose.
Instruction Scope
SKILL.md commands map directly to script behavior. The instructions only direct the agent to run local commands and access the hardcoded data directory; there is no instruction to read unrelated system configs, credentials, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only). A single shell script is bundled; it does not download or execute remote code and relies only on standard Unix utilities.
Credentials
The skill requests no environment variables or credentials. It does read/write files under $HOME (~/.local/share/bookworm), which is expected for a local logger.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent platform-wide privileges or modify other skills or global agent config.
Assessment
This skill appears coherent and implements a local CLI journaling tool. Before installing or running it, you may want to: (1) inspect scripts/script.sh yourself (it is plain Bash and writes to ~/.local/share/bookworm); (2) back up or check for any existing data in ~/.local/share/bookworm to avoid overwriting; (3) be aware the data directory is hardcoded (no env override), so entries will be stored in your home directory; and (4) ensure you trust any agent process that may run the skill since the agent can invoke it and will have filesystem access to that directory. There are no network calls or required credentials in the bundle.Like a lobster shell, security has layers — review code before you run it.
latestvk978wnqs079zbajv8h10mrm1kn8349ct
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
