← Back to Skills Marketplace
harrylabsj

Reading Notes Skill

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
465
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install reading-notes
Description
Expand reading insights into detailed notes using local templates only. SAFE VERSION: No external API calls, no filesystem access, no secrets required.
Usage Guidance
This skill appears to do what it claims: local template-based note expansion with no filesystem, network, or secret access. Before installing, consider: 1) verify the OpenClaw runtime sandboxing/policy on your system (to ensure skills can't access files/network unexpectedly); 2) confirm you trust the package author or the registry entry (homepage/source are listed in package.json as a GitHub repo — you can inspect that repo to confirm); 3) note that future updates could change behavior, so review changes in updates; and 4) if you require stronger isolation, run the skill in an environment that restricts network and filesystem access. Overall there are no red flags in the provided code and docs.
Capability Analysis
Type: OpenClaw Skill Name: reading-notes Version: 1.0.0 The 'reading-notes' skill is a template-based utility for expanding text insights into structured notes. Analysis of 'dist/index.js' and 'src/index.ts' confirms the skill operates entirely locally, using hardcoded templates and concept maps without any network calls, filesystem access, or use of sensitive environment variables. The skill's behavior is fully transparent and aligns strictly with the safety claims documented in 'SKILL.md' and 'README.md'.
Capability Assessment
Purpose & Capability
Name/description (expand reading insights into notes) match the code and SKILL.md. The handlers, templates, and helper functions implement exactly that functionality and only require the OpenClaw SDK dependency which is appropriate for an OpenClaw skill.
Instruction Scope
SKILL.md claims 'no external API calls, no filesystem access, no secrets' and the source (src/index.ts and compiled dist/index.js) contains only pure in-memory string/template processing. There are no references to fs, http(s), process.env, child_process, or other system resources.
Install Mechanism
There is no install spec in registry metadata (instruction-only style), but full source and a compiled dist file are included in the package. No downloads or extract operations are present. Development/build scripts will write files during build, which is normal for package authors but not a runtime install concern.
Credentials
The skill declares no required environment variables, no config paths, and the code does not read process.env or other credentials. The single dependency is 'openclaw', which is expected for integration.
Persistence & Privilege
Skill does not request elevated persistence (always:false). It does not modify other skills or system-wide configuration; setup/teardown only log messages. Autonomous invocation is allowed (platform default) but not combined with any broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reading-notes
  3. After installation, invoke the skill by name or use /reading-notes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial safe release: local templates only, no external APIs, no filesystem access, no secrets required
Metadata
Slug reading-notes
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Reading Notes Skill?

Expand reading insights into detailed notes using local templates only. SAFE VERSION: No external API calls, no filesystem access, no secrets required. It is an AI Agent Skill for Claude Code / OpenClaw, with 465 downloads so far.

How do I install Reading Notes Skill?

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

Is Reading Notes Skill free?

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

Which platforms does Reading Notes Skill support?

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

Who created Reading Notes Skill?

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

💬 Comments