> ## 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.

# 智能推荐

> 让 AI 根据你的项目智能推荐插件

使用 `42plugin suggest` 命令，AI 会分析你当前的项目上下文，从 2.3 万+ 插件中推荐最适合的。

## 基础用法

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

AI 通过五层信号检测分析你的项目：

1. **文件类型** — .pptx、.pdf、.ipynb 等推断使用场景
2. **角色关键词** — 扫描 CLAUDE.md、README.md 中的角色描述
3. **Node.js 依赖** — 读取 package.json
4. **Python 依赖** — 读取 requirements.txt、pyproject.toml
5. **语言特征** — go.mod、Cargo.toml、pubspec.yaml 等

## 按角色推荐

跳过项目扫描，直接描述你的角色或场景：

```bash theme={null}
42plugin suggest --for "我是产品经理，做 B 端 SaaS"
42plugin suggest --for "写报告 PPT"
42plugin suggest --for "数据分析"
```

<Tip>
  不只是开发者！产品经理、设计师、运营、HR 等角色都能获得有针对性的推荐。
</Tip>

## 示例

```bash theme={null}
$ 42plugin suggest
🔍 分析项目上下文...

推荐插件：
  1. 42ailab/dev/code-review    - 代码审查助手
  2. 42ailab/dev/test-gen       - 测试用例生成
  3. 42ailab/dev/doc-gen        - 文档生成工具

输入编号安装，或按 Enter 跳过
```

## 使用配额

| 套餐    | 每日次数  |
| ----- | ----- |
| 免费版   | 5 次   |
| Pro 版 | 420 次 |

## 下一步

<CardGroup cols={2}>
  <Card title="命令行搜索" icon="search" href="/install/cli-search">
    手动搜索你想要的插件
  </Card>

  <Card title="安装插件" icon="download" href="/install/cli-install">
    安装推荐的插件
  </Card>
</CardGroup>
