Use this skill when the user wants to manage bookmarks from the command line.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-3f6899bf)More formats (shields.io, HTML) on the badges page.
---
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
```bash
pip install buku
# or
brew install buku
```
## Examples
```bash
# Add a bookmark with tags
buku --add https://example.com --tags dev,tools
# Add bookmark with custom title
buku --add https://example.com --title "My Site" --tag personal
# Search bookmarks by tag
buku --sdb tag:dev
# Search bookmarks by regex
buku --sdb python
# List all bookmarks
buku --print
# Print specific bookmark
buku --print 1
# Open bookmark in browser
buku --open 1
# Import bookmarks from browser
buku --import browser=firefox
# Export bookmarks to Markdown
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!