Overview
The Bookmarkjar skill lets you search and save bookmarks directly from Claude Code (CLI or VS Code) using a simple slash command — no MCP configuration needed.You’ll need an API key. Create one in Dashboard → Profile → API Keys.
Install
1
Create the skill directory
2
Create the skill file
Copy the content from the Skill Source section below and save it as:
3
Set your API key
Add to your shell profile (Then reload your shell:
~/.zshrc, ~/.bashrc, etc.):4
Use it
Open Claude Code and type:Claude will search your bookmarks and return results. You can also ask it to save URLs:
What it does
The skill gives Claude Code two capabilities:
Claude interprets your natural language query and calls the Bookmarkjar API automatically.
Examples
Skill Source
If you prefer to create the file manually, save this as~/.claude/skills/bookmarkjar/SKILL.md: