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

# 查看插件详情

> 在命令行中查看插件的详细信息

使用 `42plugin info` 命令查看插件的详细信息。

## 基础用法

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

## 输出信息

命令会显示插件的完整信息：

* **名称和描述**
* **版本号**
* **作者信息**
* **活水指数（42score）**
* **下载次数**
* **插件类型**（skill、command、hook、agent）
* **所属套包**
* **依赖关系**
* **最近更新时间**

## 示例

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

📦 42ailab/sci/psych-review
  描述: 心理学文献检索与综述助手
  版本: 2.1.0
  类型: skill
  作者: 42ailab
  活水指数: 4.7
  下载: 1,234
  更新: 2025-03-01
  套包: 42ailab/kit/sci
```

## JSON 输出

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

以 JSON 格式输出，方便脚本处理。

## 下一步

<Card title="安装插件" icon="download" href="/install/cli-install">
  安装你感兴趣的插件
</Card>
