docs/skill

agent skill

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.

install

npx playbooks add skill keep.md/docs

For non-interactive installs (CI or automation):

npx playbooks add skill keep.md/docs -y -g

what agents can do

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.

requirements

The keep CLI must be installed and authenticated. See the cli docs for setup instructions.