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.
WHAT IT DOES
TRIGGERS
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.