> For the complete documentation index, see [llms.txt](https://finchain.gitbook.io/finchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finchain.gitbook.io/finchain-docs/ai-agent-services/finchain-skill.md).

# finchain-skill

[finchain-skill](https://clawhub.ai/joyboy-sats/finchain-skill)  現已在 clawhub.ai 上發佈， 直接通過 clawhub 安裝即可。我們在此提供一些常用的安裝方法：

### AI自主安裝

如果您已經擁有了一個可以和你對話的Agent（OpenClaw）你可以嘗試將以下指令發送給Agent，完成自主安裝：

{% hint style="success" %}
請從這個網址 <https://clawhub.ai/joyboy-sats/finchain-skill> 安裝skill
{% endhint %}

### 手動安裝

（1）打開 [Finchain-skill](https://clawhub.ai/joyboy-sats/finchain-skill)， 下載 ZIP 文檔。

<figure><img src="https://2980593429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGyughdDxICZn91xNKvxU%2Fuploads%2FoSGN3DtdbTgCxme01GzP%2Fimage.png?alt=media&amp;token=5b3b4ade-dade-474c-9218-bc44a015a9db" alt=""><figcaption></figcaption></figure>

（2）將ZIP文檔解壓縮，並將skill文件夾放在 Agent 的工作目錄下：

<figure><img src="https://2980593429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGyughdDxICZn91xNKvxU%2Fuploads%2FSnM7ZKc39rSqUZQVM5Zn%2Fimage.png?alt=media&amp;token=f31e3832-7bf1-4e57-a39a-fbb3603341c1" alt=""><figcaption></figcaption></figure>

（3）如果您不知道 Agent 的工作目錄在哪個位置，可以嘗試直接詢問你的 Agent

### 命令行安裝

#### 最新版OpenClaw 安裝指引：在 cmd / Terminal （根據系統）輸入

```json
// 搜索 finchain-skill
npx clawhub search finchain-skill

// 直接安裝
npx clawhub install finchain-skill
```

如果遇到 "Rate limit exceeded" 的報錯信息，可以嘗試切換網絡再次嘗試，或者您還可以：

#### （1）使用瀏覽器打開 [clawhub](https://clawhub.ai/) 网站，註冊/登錄。

#### （2）點&#x64CA;**「賬戶 - Settings」**，在 API tokens 创建一个 api token，點&#x64CA;**「复制」**

<figure><img src="https://2980593429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGyughdDxICZn91xNKvxU%2Fuploads%2F5S6J3c3iI5CgW6d2D6vE%2Fimage.png?alt=media&amp;token=27d45875-3e78-4e43-8ed7-b65e61dd9da3" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2980593429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGyughdDxICZn91xNKvxU%2Fuploads%2F7R56kks7DurlGKpF1o1Q%2Fimage.png?alt=media&amp;token=3baebda0-b849-48a8-95f3-8fafd1970e5f" alt=""><figcaption></figcaption></figure>

#### （3）终端中运行

```json
clawhub login --no-browser --token <替换为个人 api token>
```

#### （4）重新安装 skill

```json
npx clawhub install finchain-skill
```
