← Back to Skills Marketplace
bytesagain3

Notelane

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install notelane
Description
Organize notes as a personal knowledge base with tagging and full-text search. Use when capturing notes, searching entries, building a knowledge base.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notelane
  3. After installation, invoke the skill by name or use /notelane
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug notelane
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Notelane?

Organize notes as a personal knowledge base with tagging and full-text search. Use when capturing notes, searching entries, building a knowledge base. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Notelane?

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

Is Notelane free?

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

Which platforms does Notelane support?

Notelane is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Notelane?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments