Install
openclaw skills install @addogiavara-tech/bookmark-desktop-dock-ai-assistant-enBookmark & Desktop Dock AI Assistant. Use with the Command Compass Windows app to turn prompts, skill files, local files, folders, app shortcuts, web links, and browser bookmarks into searchable, copy-ready, open-ready cards. Useful for AI bookmark management, prompt management, desktop dock workflows, file organization, quick launching, and local resource management.
openclaw skills install @addogiavara-tech/bookmark-desktop-dock-ai-assistant-enBookmark & Desktop Dock AI Assistant works with the Command Compass Windows desktop app. The app is free to download and try. Core organizing, copying, and opening features run locally on your computer.
Free download and trial: https://www.wboke.com/zh/download
It helps AI organize your prompts, skill files, local files, folders, app shortcuts, web links, and browser bookmarks into clean Command Compass cards. It works like an AI bookmark manager, desktop dock, file organizer, prompt manager, and quick launcher in one simple workflow.
Use this skill when the user wants to organize prompts, files, folders, links, browser bookmarks, app shortcuts, or downloads folders into Command Compass cards that follow Command Compass CardSchema v1.
Follow these rules when creating cards:
instruction.openTarget.resourceKind: "file" for local files.resourceKind: "folder" for local folders.resourceKind: "url" or resourceKind: "webFavorite" for web links and bookmarks..exe, .lnk, .bat, .cmd, installers, and script-like resources. The desktop client should ask the user before opening them.Return a JSON array or an object with a cards array. Each card should include at least:
{
"schemaVersion": "1.0",
"id": "local.resource.example",
"type": "prompt",
"title": "Readable card title",
"summary": "What this card helps the user do",
"category": "User category",
"instruction": "The content copied from the capsule middle area",
"resourceKind": "prompt",
"openTarget": "",
"tags": ["AI bookmark manager", "desktop dock"],
"permissions": {
"fileRead": false,
"fileWrite": false,
"network": false,
"shell": false
}
}