The keep skill gives AI agents access to your saved bookmarks as markdown context. Once installed, agents can search, list, and read your content using the keep CLI and API.
npx playbooks add skill keep.md/docs
For non-interactive installs (CI or automation):
npx playbooks add skill keep.md/docs -y -g
With the skill installed, your agent can search your bookmarks by keyword, retrieve the full markdown of any saved page, list recent items, and mark items as processed. This turns your bookmark library into a knowledge base the agent can draw on during conversations.
The keep CLI must be installed and authenticated. See the cli docs for setup instructions.