AI Agent Hub
Back to plugins
🧠

dsh-link-collect

Memory Updated 2026.09.11

Run the following command in DeepSeek Harness:

dsh plugin install suomir1995/dsh-link-collect

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install suomir1995/dsh-link-collect in your terminal (source at https://github.com/suomir1995/dsh-link-collect ), then restart your profile to see the Bookmarks entry in the sidebar.

About this plugin

Bookmarks scattered across browser profiles are out of sync, loosely structured, and invisible to your AI agent. dsh-link-collect brings a local-first bookmark library into DeepSeek Harness: every collection is a plain .md file, every entry carries a title, URL, one-line description, tags, and free-form body text, so your data stays portable, version-controllable, and fully yours.

The plugin offers full CRUD on collections and links, automatically fetches and caches site icons (favicon.ico, then HTML extraction, then DuckDuckGo fallback) into an icons/ folder, and provides keyword, tag, and collection-scoped search across the whole library. You can hot-swap the library directory from the UI without restarting. Three agent tools—link_collect_search, link_collect_add, and link_collect_list—let an AI assistant query existing bookmarks, add or update links with automatic URL deduplication, and even create a collection on the fly when one does not yet exist.

It is built for DeepSeek Harness users who prefer a Markdown-native, self-hosted bookmark workflow over cloud services, and who want their agent to help organize and retrieve links during conversations. Every HTTP route is guarded by loopback and same-origin checks, and all Markdown writes go through an atomic rename with a single-writer queue to prevent concurrent corruption.

Use Cases

  • Ask your agent to search saved articles by keyword or tag mid-conversation
  • Create themed collections and locate pages instantly via tag and full-text search
  • Hot-swap library directories to isolate bookmarks per project or role without restarting

Best For

  • Developers who prefer Markdown-based, fully self-hosted bookmark management
  • DeepSeek Harness users who want their agent to organize and retrieve links
  • Privacy-conscious users who avoid cloud-synced browser bookmarks