Crabsticksalad/open-notebook-skill — reverse-engineered prompt

Reverse engineered prompt

Build me a working Open Notebook skill for OpenClaw that lets my agent save research into themed notebooks, add sources from plain text, links, or files, search across everything I have saved, and ask my notes questions with cited answers.

This should only kick in when I explicitly ask to save, search, or retrieve notebook content. It also needs to work through a local bridge service on 127.0.0.1:5077 with per agent access control and audit logging, since this repo is just the skill and bridge client, not the notebook app itself. Please wire up the setup so it can talk to an existing open notebook deployment, use a Python fallback if jq is missing, and include the basic commands for health checks, creating notebooks, adding sources, searching, asking questions, and deleting sources or notebooks.

Please make the setup clear and usable, including the env values and service config I need, and keep the privacy warning that notebook data is not encrypted at rest. Look up current docs online if you need to.

Want more depth? Deep Reverse