Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/en/skill/install/index.md → docs/en/skill/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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
Expand All @@ -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.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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) 并解压
Expand All @@ -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 数据能力

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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) 並解壓
Expand All @@ -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 數據能力

---

Expand Down
Loading