← 返回 Skills 市场
harrylabsj

Reading Notes Skill

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
465
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install reading-notes
功能描述
Expand reading insights into detailed notes using local templates only. SAFE VERSION: No external API calls, no filesystem access, no secrets required.
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reading-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reading-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial safe release: local templates only, no external APIs, no filesystem access, no secrets required
元数据
Slug reading-notes
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 465 次。

如何安装 Reading Notes Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reading-notes」即可一键安装,无需额外配置。

Reading Notes Skill 是免费的吗?

是的,Reading Notes Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reading Notes Skill 支持哪些平台?

Reading Notes Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reading Notes Skill?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论