Bookmark Ninja banner
SamaritanOC SamaritanOC

Bookmark Ninja

AI community

Description

Turns your browser bookmarks into a searchable resource for your AI Agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

**Turn your browser bookmarks into a knowledge base your AI agent can actually search.**

Bookmark Ninja converts any browser HTML bookmark export into a clean, structured JSON or CSV index with full folder hierarchy preserved, deduplication, merge support, and optional URL liveness verification. One command, no API keys, no external services, no configuration.

**Version:** 1.1.0


Compatibility

Bookmark Ninja works on any platform that supports the Agent Skill standard:

  • Claude.ai
  • Cowork
  • Claude Code
  • Codex
  • OpenClaw
  • Any platform supporting the Agent Skill standard

**Runtime requirements:** Python 3.7+. Optional: `requests` library for URL liveness checking (`pip install requests`).


Installation

Claude.ai / Cowork

  1. Download this repository as a ZIP (green Code button → Download ZIP)
  2. Extract the ZIP
  3. Go to Settings → Capabilities → Skills
  4. Upload the bookmark-ninja folder
  5. Enable the skill

Claude Code

cp -r bookmark-ninja ~/.claude/skills/

OpenClaw Dashboard

  1. Click the green Code button → Download ZIP
  2. Extract the ZIP and locate the bookmark-ninja folder
  3. Open your OpenClaw dashboard → Skills tab
  4. Click Add Skill and select the extracted bookmark-ninja folder
  5. Enable the skill

OpenClaw terminal

cp -r bookmark-ninja ~/.openclaw/skills/
systemctl --user restart openclaw-gateway.service

Standalone (no agent platform)

git clone https://github.com/SamaritanOC/Bookmark-Ninja.git
cd Bookmark-Ninja
python3 scripts/bookmark-parser.py your-bookmarks.html

Quick Start

**1. Export your bookmarks**

Browser Steps
Chrome Menu → Bookmarks → Bookmark Manager → ⋮ → Export bookmarks
Firefox Menu → Bookmarks → Manage Bookmarks → Import and Backup → Export Bookmarks to HTML
Edge Menu → Favorites → ⋮ → Export favorites