Bookmark manager with tags, dead link checking, and multi-format export. Use when you need to save bookmarks, organize with tags, search saved links, check for dead URLs, or export bookmarks as HTML/Markdown. Triggers on: bookmark, link, URL, save link, favorites, reading later.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill bookmark-keeper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bookmark Keeper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-bookmark-keeper)More formats (shields.io, HTML) on the badges page.
---
name: bookmark-keeper
description: "Bookmark manager with tags, dead link checking, and multi-format export. Use when you need to save bookmarks, organize with tags, search saved links, check for dead URLs, or export bookmarks as HTML/Markdown. Triggers on: bookmark, link, URL, save link, favorites, reading later."
---
# Linkwarden
Bookmark Manager — save & organize links
## Why This Skill?
- Designed for personal daily use — simple and practical
- No external dependencies — works with standard system tools
- Data stored locally — your data stays on your machine
- Original implementation by BytesAgain
## Commands
Run `scripts/linkwarden.sh <command>` to use.
- `add` — <url> [title] [tags] Save bookmark
- `list` — [n] List recent (default 20)
- `search` — <query> Search bookmarks
- `tag` — <tag> Filter by tag
- `tags` — Show all tags
- `check` — Check dead links
- `export` — [format] Export (md/html/json)
- `import` — <file> Import from file
- `delete` — <url> Remove bookmark
- `stats` — Statistics
- `info` — Version info
## Quick Start
```bash
linkwarden.sh help
```
> **Disclaimer**: This is an independent, original implementation by BytesAgain. Not affiliated with or derived from any third-party project. No code was copied.
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
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!