3 Create bookmark by AI
ZHAO Xudong edited this page 2026-02-20 13:25:47 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

AIGenerated Bookmark Guide / AI 生成书签指南

Links: English · 中文

English

⚠️ IMPORTANT SECURITY NOTICE
The AI feature sends the userprovided description to a thirdparty AI API (OpenAI, Claude, etc.).
Never include real passwords, private keys, passphrases, API keys, or any other sensitive credential in the description unless you are using a secure environment such as a local LLM.
The data travels over the internet and could be logged by the AI provider.

How to use

  1. Click “Create Bookmark by AI” on the New Bookmark screen.

  2. In the textarea, type a naturallanguage description, for example:

    SSH to 192.168.0.10 as admin, enable X11, forward remote port 5900 to local 5900,
    start in /home/admin, use the sshagent, and add a tunnel 127.0.0.1:8080 → remote 10.0.0.5:80.
    
  3. Press Generate.

  4. A modal appears with the prettyprinted JSON.

    • You can edit the JSON directly in the editor.
    • Use Copy to copy the JSON to clipboard.
    • Use Download to save a JSON file (single or multiple bookmarks).
  5. Click Confirm to create bookmarks.

    • If the AI returned multiple bookmarks (an array), they will be created in batch.

中文

⚠️ 重要安全提示
AI 功能会把您输入的描述发送到第三方 AI 接口(例如 OpenAI、Claude 等)。 请不要在描述中包含真实密码、私钥、口令短语、API 密钥或其他敏感凭证,除非您在本地可控的 LLM 环境中运行。 这些数据会通过互联网传输,可能会被 AI 提供方记录或存储。

使用方法

  1. 在“新建书签”界面点击“通过 AI 创建书签”。

  2. 在文本区域输入自然语言描述,例如:

    SSH 连接到 192.168.0.10,用户名 admin启用 X11
    将远程 5900 端口转发到本地 5900起始目录 /home/admin使用 sshagent添加隧道 127.0.0.1:8080 → 10.0.0.5:80。
    
  3. 点击“生成”。

  4. 弹窗会显示格式化后的 JSON

    • 可以直接在编辑器中修改 JSON 内容。
    • 使用“复制”按钮将 JSON 复制到剪贴板。
    • 使用“下载”按钮将 JSON 保存为文件(单个或多个书签)。
  5. 点击“确认”以创建书签。

    • 如果 AI 返回的是多个书签(数组),将会批量创建。