| name | buku |
| description | Use this skill when the user wants to manage bookmarks from the command line. |
Buku Plugin
Powerful bookmark manager and personal textual mini-web with auto-fetched metadata.
Commands
Bookmark Management
buku bookmark add — Add a bookmark
buku bookmark search — Search bookmarks
buku bookmark list — List all bookmarks
buku bookmark open — Open bookmark in browser
Usage Examples
- "buku bookmark add --url https://example.com --tags dev,tools"
- "buku bookmark search --query python"
- "buku bookmark list"
- "buku bookmark open --id 1"
Installation
pip install buku
brew install buku
Examples
buku --add https://example.com --tags dev,tools
buku --add https://example.com --title "My Site" --tag personal
buku --sdb tag:dev
buku --sdb python
buku --print
buku --print 1
buku --open 1
buku --import browser=firefox
buku --export bookmarks.md
Key Features
- Auto-fetch titles, tags, and descriptions from URLs
- Powerful search with regex and deep scan mode
- Import/export from HTML, XBEL, Markdown, RSS/Atom
- Portable SQLite database
- Tag management with smart redirection
- Privacy-aware (no user data collection)
- Can be used as Python library
- Browser integration