← 返回 Skills 市场
Open Notebook Skill
作者
Ivan Cetta
· GitHub ↗
· v1.0.1
831
总下载
2
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install open-notebook-integration
功能描述
Integrates OpenClaw agents with local open-notebook for creating, saving, and querying thematic notebooks using local Ollama AI models.
安全使用建议
This skill appears to do what it says: helper PowerShell functions that POST to an open-notebook instance running locally. Before using, verify the sources you install (open-notebook Docker compose and Ollama) come from trusted repositories and inspect the docker-compose file(s) yourself before running docker compose up. Because the skill operates over localhost, it won't directly exfiltrate data to a remote server, but make sure you don't expose the open-notebook or Ollama ports to untrusted networks. Note the README mentions extra .ps1 scripts that aren't bundled here—confirm whether additional files were expected from the author. If you proceed, run the commands and containers in an isolated environment (or host-only network) until you've validated what the services do.
功能分析
Type: OpenClaw Skill
Name: open-notebook-integration
Version: 1.0.1
The skill bundle is classified as benign. All provided code and instructions in SKILL.md and README.md are clearly aligned with the stated purpose of integrating with a local 'open-notebook' AI assistant. The PowerShell functions (Add-ToNotebook, Search-Notebook, New-Notebook) exclusively interact with 'http://localhost:5055', indicating no external data exfiltration or unauthorized network activity. The setup instructions for running 'docker compose up -d' are for a local prerequisite service and do not constitute malicious execution or prompt injection against the agent, as they are transparent and necessary for the skill's functionality.
能力评估
Purpose & Capability
The name/description (integrating agents with a local open-notebook and Ollama models) matches the SKILL.md: it documents running open-notebook via Docker, using local Ollama models, and supplies PowerShell helper functions that POST to local API endpoints (http://localhost:5055 and UI at :8502). Required resources (Docker, Ollama, local containers) are coherent with the stated purpose.
Instruction Scope
The runtime instructions are narrowly scoped: the provided PowerShell functions only call local endpoints and require the user to run docker compose and create notebooks. They do not request system secrets, read arbitrary files, or send data to external hosts. Minor inconsistency: the README references additional .ps1 files (open-notebook-automation.ps1, on-query-handbook.ps1, create-notebooks.ps1) that are not present in the package — the SKILL.md, however, contains the actual function examples. This is a documentation/packaging mismatch but not an obvious security issue.
Install Mechanism
No install spec or code files are included; the skill is instruction-only. That results in a low installation risk surface because nothing is downloaded or written by the skill itself. The user is asked to run docker compose for open-notebook, which is expected and outside the skill's automated install scope.
Credentials
The skill requires no environment variables, no credentials, and no config paths. All API calls are targeted at localhost. There are no requests for unrelated secrets or external tokens. This is proportionate to a local notebook integration.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and contains no install-time scripts to gain persistent presence. It instructs the user to load PowerShell functions into their session, which is normal for a CLI/automation helper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-notebook-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-notebook-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed: included function examples in SKILL.md, improved documentation
v1.0.0
Initial release - local AI research assistant for agents
元数据
常见问题
Open Notebook Skill 是什么?
Integrates OpenClaw agents with local open-notebook for creating, saving, and querying thematic notebooks using local Ollama AI models. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 831 次。
如何安装 Open Notebook Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-notebook-integration」即可一键安装,无需额外配置。
Open Notebook Skill 是免费的吗?
是的,Open Notebook Skill 完全免费(开源免费),可自由下载、安装和使用。
Open Notebook Skill 支持哪些平台?
Open Notebook Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Notebook Skill?
由 Ivan Cetta(@nantes)开发并维护,当前版本 v1.0.1。
推荐 Skills