keep-markdown
SKILL.md
keep-markdown
Search and retrieve saved web content as clean Markdown from the keep.md API. Users save web pages via the keep.md browser extension or CLI, and this skill lets you search, list, and read that content.
Authentication
You need an API key to use keep.md. The user must provide one or have it set in their environment.
- Sign up at https://keep.md
- Go to https://keep.md/dashboard
- Create a personal API token
- Save the key:
npx keep-markdown key <your-token>
This persists the key to ~/.config/keep-markdown/config.json. Alternatively set the KEEP_API_KEY environment variable.