LaunchKit · 2026

Setup & Installation

openclaw skills install @jakes420/link-brain

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install link-brain

Version History

v4.3.0Feb 15, 2026 - Version note by skill developer:

Quickstart command auto-detects and imports browser bookmarks in one shot. Setup now shows available browsers. Better GUI empty states.

What This Skill Does

Local bookmark manager that saves URLs with titles, summaries, and tags to a SQLite database. Supports natural language search, spaced repetition review, collections, and a standalone HTML knowledge graph. Everything runs on disk with no accounts or external services.

All data stays local in SQLite with no API keys, accounts, or telemetry required, unlike cloud-based bookmark services.

When to use it

  • Saving articles to read later with auto-generated summaries
  • Finding a half-remembered link using natural language search
  • Importing years of browser bookmarks from Chrome or Firefox
  • Reviewing a backlog of saved links with spaced repetition
  • Organizing a reading list into a shareable HTML collection

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: save this URL and find me something unread from last week

AGENT
  1. 1Run `python3 scripts/brain.py save <url> --auto` to fetch, summarize, and tag the page
  2. 2Confirm the link was saved and display the generated summary and tags
  3. 3Run `python3 scripts/brain.py search "last week unread"` to query the database
  4. 4Return the list of matching unread links with titles and summaries
OUTPUT

Saved link with auto-tags confirmed, plus a filtered list of unread links from the past week