Bookmarks

built-in

Save URLs as bookmarks inside Clyde and find them instantly by keyword. Title is derived from the URL hostname if not provided. Stores up to 200 bookmarks.

Download Clyde

WHAT IT DOES

  • Save a URL as a bookmark
  • List all bookmarks (up to 20 shown, 200 stored)
  • Search bookmarks by URL or title
  • Open a bookmark
  • Clear all bookmarks

TRIGGERS

bookmarks / my bookmarksbookmark https://github.combookmark create https://linear.appsave bookmark https://notion.sofind bookmark githubsearch bookmarks linearclear bookmarks

DATA

local only
// UserDefaults["bookmarks"]
[
  {
    "id": "A1B2C3D4-...",
    "url": "https://linear.app/clyde/issues",
    "title": "linear.app",
    "createdAt": "2026-03-06T09:00:00Z"
  },
  {
    "id": "E5F6G7H8-...",
    "url": "https://github.com/ColorfulDots/clyde-registry",
    "title": "github.com",
    "createdAt": "2026-03-05T16:20:00Z"
  }
]

Bookmarks are stored in UserDefaults under key `bookmarks`. Max 200 bookmarks. No sync, no server, no account.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.