Skip to main content

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 (~/.zshrc, ~/.bashrc, etc.):
Then reload your shell:
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:

MCP vs Skill

For the best experience, use both: the MCP server for always-on tool access, and the skill for quick slash-command searches.