← 返回 Skills 市场
thesethrose

Notebook

作者 Seth Rose · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
3004
总下载
8
收藏
14
当前安装
3
版本数
在 OpenClaw 中安装
/install notebook
功能描述
Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type you define. YAML-based with no cloud lock-in.
安全使用建议
This skill is a local, filesystem-based notebook and appears coherent with its description. Before installing, note: - It will create and write files under WORKSPACE/notebook (the code uses CLAWD_WORKSPACE if set, otherwise infers the workspace). Ensure you are comfortable with files being created there and that the agent has write permission. - The code reads an optional CLAWD_WORKSPACE env var but the skill metadata does not list it; if you rely on a custom workspace set that env var. - There are no network calls or credential requests in the code. Dependencies (js-yaml, uuid) are in package.json; if you plan to run the CLI, install dependencies in a controlled environment (or review package-lock) before running. - If you want extra assurance, run the CLI in a sandboxed environment or inspect/execute the files locally rather than granting the agent broad runtime access.
功能分析
Type: OpenClaw Skill Name: notebook Version: 1.0.2 The OpenClaw Notebook skill is designed as a local-first personal knowledge base. All file system operations in `cli.js` and `lib/store.js` are strictly confined to the skill's designated data directory (`/data/notebook/` within the workspace), preventing arbitrary file access. There are no external network calls, dynamic code execution, or attempts to access sensitive system resources. The `SKILL.md` provides clear instructions for the AI agent on how to interact with the user and utilize the skill's CLI, without any evidence of prompt injection designed to subvert the agent's behavior or exfiltrate data.
能力评估
Purpose & Capability
Name/description (local-first personal knowledge base) match the code: store.js implements local YAML object types, index.json, and per-type object files under a workspace 'notebook' directory. No unrelated cloud APIs or unexpected capabilities are present.
Instruction Scope
SKILL.md instructs the agent to define types and manage objects via the CLI. The runtime code performs only filesystem operations to manage types and objects; the instructions do not ask the agent to read unrelated files, network endpoints, or credentials.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The package.json/package-lock list js-yaml and uuid as dependencies; if a user chooses to run the CLI they may need to install those. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill declares no required env vars, but the code reads process.env.CLAWD_WORKSPACE to locate the workspace (optional fallback behavior exists). This is a minor mismatch: the env var is optional and reasonable for configuring workspace location, but it isn't documented in requires.env.
Persistence & Privilege
always is false; the skill does not request persistent system privileges or modify other skills. It writes data into a workspace-level 'notebook' directory only and does not alter global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notebook
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notebook 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 - Removed unused data files: data/index.json and data/types.yaml. - Updated internal storage logic in lib/store.js to remove reliance on the deleted files. - No user-facing feature changes; all core workflows remain unchanged. - Documentation (SKILL.md) updated for consistency, with no major content changes.
v1.0.1
- Added a YAML frontmatter section with name and description to SKILL.md. - Clarified description to emphasize local-first, YAML-based knowledge base with no cloud lock-in. - No changes to skill logic; documentation only.
v1.0.0
Initial release: introduces a guided object-based personal knowledge base. - Onboards users step-by-step to define and use custom object types (ideas, projects, tasks, or custom). - Provides interactive setup, including field customization and first object creation. - Offers commands for adding, linking, listing, expanding, and editing objects. - Stores data locally in YAML and JSON (no cloud dependencies). - Supports extensible object types, inter-object linking, and customizable workflows.
元数据
Slug notebook
版本 1.0.2
许可证
累计安装 14
当前安装数 14
历史版本数 3
常见问题

Notebook 是什么?

Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type you define. YAML-based with no cloud lock-in. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3004 次。

如何安装 Notebook?

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

Notebook 是免费的吗?

是的,Notebook 完全免费(开源免费),可自由下载、安装和使用。

Notebook 支持哪些平台?

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

谁开发了 Notebook?

由 Seth Rose(@thesethrose)开发并维护,当前版本 v1.0.2。

💬 留言讨论