diff --git a/docs/en/skill/install/index.md b/docs/en/skill/install.md similarity index 82% rename from docs/en/skill/install/index.md rename to docs/en/skill/install.md index 2c657df3..704e61e6 100644 --- a/docs/en/skill/install/index.md +++ b/docs/en/skill/install.md @@ -22,6 +22,8 @@ Also available on [skills.sh](https://skills.sh/longbridge/developers) and [GitH ## Claude Desktop / Claude.ai +> Claude.ai's code execution environment only allows access to a fixed whitelist of domains, so automated installation is not possible. Use the manual method below instead. + 1. Open [Claude.ai](https://claude.ai) and go to **Projects** 2. Create a new project or open an existing one → **Project Settings** 3. Click **Add content** under **Project Knowledge** @@ -34,6 +36,8 @@ The Skill will be active in all conversations within that project. ## ChatGPT +> ChatGPT cannot auto-install Skills during a conversation. Use the GPT configuration page to upload manually. + 1. Go to [ChatGPT](https://chatgpt.com) → **My GPTs** → **Create a GPT** 2. Switch to the **Configure** tab 3. Download [longbridge.zip](/skill/longbridge.zip) and extract it @@ -53,15 +57,11 @@ The Skill will be active in all conversations within that project. ## Claude Code -**Option 1: CLI** - -Run in your project directory: - -```bash -npx skills add longbridge/developers -``` +1. Download [longbridge.zip](/skill/longbridge.zip) and extract it +2. Copy the extracted files into `.claude/skills/` in your project directory (create the folder if it doesn't exist) +3. Restart Claude Code or start a new session -After installation, use Longbridge capabilities directly in your Claude Code sessions. +The Skill will be available in all Claude Code sessions within that project. --- diff --git a/docs/zh-CN/skill/install/index.md b/docs/zh-CN/skill/install.md similarity index 83% rename from docs/zh-CN/skill/install/index.md rename to docs/zh-CN/skill/install.md index 93900895..a0f94d03 100644 --- a/docs/zh-CN/skill/install/index.md +++ b/docs/zh-CN/skill/install.md @@ -22,6 +22,8 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## Claude Desktop / Claude.ai +> Claude.ai 的代码执行环境仅开放固定白名单域名,无法通过命令行自动安装。只能通过以下手动方式完成。 + 1. 打开 [Claude.ai](https://claude.ai) 并进入 **Projects** 2. 创建新项目或选择已有项目 → **Project Settings** 3. 在 **Project Knowledge** 区域点击 **Add content** @@ -34,6 +36,8 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## ChatGPT +> ChatGPT 同样无法在对话中自动安装,需通过 GPT 配置页手动上传。 + 1. 进入 [ChatGPT](https://chatgpt.com) → 左侧 **My GPTs** → **Create a GPT** 2. 切换到 **Configure** 标签 3. 下载 [longbridge.zip](/skill/longbridge.zip) 并解压 @@ -53,15 +57,11 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## Claude Code -**方式一:命令行安装** - -在你的项目目录下执行: - -```bash -npx skills add longbridge/developers -``` +1. 下载 [longbridge.zip](/skill/longbridge.zip) 并解压 +2. 将解压后的文件复制到项目目录下的 `.claude/skills/`(文件夹不存在时手动创建) +3. 重启 Claude Code 或新建会话 -安装后,在该项目的 Claude Code 会话中直接说出需求即可。 +安装后在该项目的 Claude Code 会话中即可直接使用 Longbridge 数据能力。 --- diff --git a/docs/zh-HK/skill/install/index.md b/docs/zh-HK/skill/install.md similarity index 83% rename from docs/zh-HK/skill/install/index.md rename to docs/zh-HK/skill/install.md index 00823183..169e270f 100644 --- a/docs/zh-HK/skill/install/index.md +++ b/docs/zh-HK/skill/install.md @@ -22,6 +22,8 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## Claude Desktop / Claude.ai +> Claude.ai 的程式碼執行環境僅開放固定白名單域名,無法透過命令列自動安裝。只能透過以下手動方式完成。 + 1. 打開 [Claude.ai](https://claude.ai) 並進入 **Projects** 2. 創建新項目或選擇已有項目 → **Project Settings** 3. 在 **Project Knowledge** 區域點擊 **Add content** @@ -34,6 +36,8 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## ChatGPT +> ChatGPT 同樣無法在對話中自動安裝,需透過 GPT 設定頁手動上傳。 + 1. 進入 [ChatGPT](https://chatgpt.com) → 左側 **My GPTs** → **Create a GPT** 2. 切換到 **Configure** 標籤 3. 下載 [longbridge.zip](/skill/longbridge.zip) 並解壓 @@ -53,15 +57,11 @@ description: 在 OpenClaw、Claude、ChatGPT、Cursor、Claude Code 等 AI 工 ## Claude Code -**方式一:命令行安裝** - -在你的項目目錄下執行: - -```bash -npx skills add longbridge/developers -``` +1. 下載 [longbridge.zip](/skill/longbridge.zip) 並解壓 +2. 將解壓後的文件複製到項目目錄下的 `.claude/skills/`(文件夾不存在時手動建立) +3. 重啟 Claude Code 或新建會話 -安裝後,在該項目的 Claude Code 會話中直接說出需求即可。 +安裝後在該項目的 Claude Code 會話中即可直接使用 Longbridge 數據能力。 ---