> ## Documentation Index
> Fetch the complete documentation index at: https://docs.42plugin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 5分钟上手指南

> 快速了解如何使用活水插件

本指南将带你快速上手活水插件，从安装到使用。

## 前置要求

* 已安装 AI 编码助手（目前只支持 [Claude Code](https://claude.ai/download)）

<Tip>
  **新用户？** 推荐使用 [一键安装脚本](/install/one-click)，一条命令自动安装 Claude Code、42plugin 等全套工具。
</Tip>

## 步骤 1：安装 CLI 工具

<CodeGroup>
  ```bash macOS / Linux theme={null}
  curl -fsSL https://get.42plugin.com/cli | bash
  ```

  ```powershell Windows theme={null}
  irm https://get.42plugin.com/cli.ps1 | iex
  ```
</CodeGroup>

验证安装：

```bash theme={null}
42plugin --version
```

## 步骤 2：登录认证

```bash theme={null}
42plugin auth
```

执行后会自动打开浏览器，输入验证码完成登录。

## 步骤 3：浏览插件

访问 [42plugin.com](https://42plugin.com) 浏览插件市场：

* 浏览热门插件和套包
* 搜索你需要的功能
* 收藏感兴趣的插件

## 步骤 4：安装插件

### 安装单个插件

```bash theme={null}
42plugin install 42ailab/sci/psych-review
```

### 安装套包

```bash theme={null}
42plugin install 42ailab/kit/sci
```

### 一键安装收藏

```bash theme={null}
42plugin install like
```

## 步骤 5：使用插件

在 Claude Code 中直接使用：

```
帮我做一个关于青少年心理健康的系统文献综述
```

Claude 会自动激活相关插件完成任务。

## 下一步

<CardGroup cols={2}>
  <Card title="发现你的插件" icon="search" href="/discover/web-browse">
    探索更多插件
  </Card>

  <Card title="成为创作者" icon="wand-magic-sparkles" href="/create/your-first-plugin">
    创作你的插件
  </Card>
</CardGroup>
