← 返回 Skills 市场
bytesagain3

Notelane

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install notelane
功能描述
Organize notes as a personal knowledge base with tagging and full-text search. Use when capturing notes, searching entries, building a knowledge base.
安全使用建议
This skill appears to be a simple, local Bash CLI for note-taking that stores all data under ~/.local/share/notelane and does not reach outside your machine. Two things to consider before installing: (1) the bundle includes a script but no install instructions — decide where to place it and inspect the script before running, and (2) it will create and append to files in your home directory (history.log and per-command .log files), so if you have sensitive data don't store it there. If you want extra caution, open the script (scripts/script.sh) and review it yourself, or run it in a disposable account/container first.
功能分析
Type: OpenClaw Skill Name: notelane Version: 2.0.0 The Notelane skill bundle is a local-first productivity toolkit for note-taking and task tracking. The implementation in `scripts/script.sh` consists of standard Bash operations for logging timestamped entries to `~/.local/share/notelane/`, searching logs with grep, and exporting data. There is no evidence of network activity, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
The name/description (local knowledge base, tagging, search) match the included script and SKILL.md. Required binaries/env vars are none and the operations (date, grep, sed, tail, wc, du, cat) are appropriate for the stated functionality.
Instruction Scope
Runtime instructions and the script only create and read files under the user's data directory (~/.local/share/notelane) and use standard Unix tools; there are no instructions to read unrelated system configuration, send data externally, or access credentials.
Install Mechanism
There is no install spec (SKILL.md is instruction-heavy), yet a runnable script (scripts/script.sh) is included. That's not harmful but is an inconsistency: the package doesn't say how the script gets installed into PATH or invoked. A user or integrator will need to decide how/where to place and execute the script.
Credentials
The skill requests no environment variables or credentials. The script uses HOME to build a per-user data directory, which is proportional to a local note tool.
Persistence & Privilege
always is false and the skill writes only to its own user-scoped data directory. It does not modify system-wide configuration or other skills. Autonomous invocation is allowed by platform default but does not increase privilege beyond writing user files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notelane
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notelane 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug notelane
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Notelane 是什么?

Organize notes as a personal knowledge base with tagging and full-text search. Use when capturing notes, searching entries, building a knowledge base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Notelane?

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

Notelane 是免费的吗?

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

Notelane 支持哪些平台?

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

谁开发了 Notelane?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论