A local AI research assistant integration that provides agents with a persistent, private second brain for saving and querying thematic knowledge.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install open-notebook-integration
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install open-notebook-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This integration bridges the gap between autonomous agents and private knowledge management. By leveraging open-notebook—a local alternative to NotebookLM—this skill allows agents to store insights, thematic research, and personal data locally using Docker and Ollama. It ensures that Openclaw Skills can maintain high-fidelity context across sessions without incurring external API costs or compromising data privacy.
Technically, the skill connects your agent to a local stack consisting of a SurrealDB instance and a web-based UI. This setup enables your agents to perform complex vector searches and retrieve synthesized answers from their own dedicated research notebooks. It is the perfect solution for users looking to build a self-hosted, intelligent knowledge ecosystem.
To begin using this capability within your Openclaw Skills library, follow these steps:
docker compose -f docker-compose-host-ollama.yml up -d
http://localhost:8502 and ensure the API is listening on port 5055.$NotebookId variables in your PowerShell scripts to point to your unique notebook identifiers.The skill organizes information using a structured API schema to ensure compatibility between the agent and the storage layer:
| Component | Description | Format |
|---|---|---|
| Notebook | The primary container for a knowledge domain. | notebook:ID_STRING |
| Source Content | Raw text or JSON data added to a specific notebook. | JSON (text/type) |
| Search Query | Multi-model strategy requests for RAG (Retrieval-Augmented Generation). | JSON (question/model_ids) |
| Metadata | Descriptive tags and naming for notebook discovery. | String |
Loading
A versatile implementation of the Model Context Protocol (MCP) enabling AI agents to interact with standardized tools, data sources, and prompt templates.

A command-line interface for the askia.io platform that enables AI agents to register, ask questions, and provide answers within a hybrid human-AI ecosystem.

A specialized research utility for searching, filtering, and downloading scientific preprints from arXiv.org.

A research-focused skill for OpenClaw agents to programmatically search, filter, and download scientific papers from the arXiv repository.

A high-performance text extraction tool designed to bridge the gap between static PDF documents and AI-ready data structures.

SimpleMem provides efficient lifelong memory for LLM agents through semantic compression and intent-aware retrieval.








































