One-click install
npx skills add https://github.com/sepivip/SeekerClaw --skill bookmark-sepivip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bookmark
Source: https://github.com/sepivip/SeekerClaw/tree/main/app/src/main/assets/default-skills/bookmark
Command: npx skills add https://github.com/sepivip/SeekerClaw --skill bookmark-sepivip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving and organizing important links across devices is tedious and prone to being lost in chat histories or scattered notes. This section helps users centralize URLs, add optional metadata, and quickly retrieve saved items when needed.

Core Features & Use Cases

  • Save bookmarks with optional metadata
  • Organize, tag, and search saved URLs
  • Sync/bookmark sharing across sessions and devices

Quick Start

Add a URL to bookmarks and confirm it saves with a title.

Frequently Asked Questions about bookmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save and organize URLs in a local bookmarks file?

You can save and organize URLs in a local bookmarks file by adding links with optional metadata like titles and tags to a bookmarks.json file, then searching or listing entries for quick retrieval.

What is the best way to manage a reading list across different sessions?

Managing a reading list across sessions involves centralizing your saved URLs in a local bookmarks.json file, allowing you to curate and retrieve links consistently rather than scattering them in chat histories.

Can I search and delete specific entries within my saved bookmarks?

Yes, you can search and delete specific entries within your saved bookmarks using basic validation commands that query the stored URLs and metadata in the local bookmarks file.

How does local-storage link management work for personal knowledge bases?

Local-storage link management for personal knowledge bases works by enforcing a bookmarks.json file to centralize URLs, enabling you to save, list, search, and delete links to streamline information gathering.

Do I need a specific file format to sync my bookmark sharing across devices?

Yes, you need a bookmarks.json file format to sync your bookmark sharing across devices, serving as the enforced local storage structure to maintain and validate your saved URL entries.

Are there limitations to using a local bookmarks file for cross-device link curation?

Using a local bookmarks file for cross-device link curation requires manual synchronization of the bookmarks.json file across devices, as it relies on local storage rather than an automated cloud database.