Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: save this URL and find me something unread from last week
- 1Run `python3 scripts/brain.py save <url> --auto` to fetch, summarize, and tag the page
- 2Confirm the link was saved and display the generated summary and tags
- 3Run `python3 scripts/brain.py search "last week unread"` to query the database
- 4Return the list of matching unread links with titles and summaries
Saved link with auto-tags confirmed, plus a filtered list of unread links from the past week