Nonebot Plugin Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Nonebot Plugin Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <a href="https://v2.nonebot.dev/store"> <img src="https://raw.githubusercontent.com/fllesser/nonebot-plugin-template/refs/heads/resource/.docs/NoneBotPlugin.svg" width="310" alt="logo"></a>
<a href="./LICENSE"> <img src="https://img.shields.io/github/license/X-Zero-L/nonebot-plugin-mcp.svg" alt="license"> </a> <a href="https://pypi.python.org/pypi/nonebot-plugin-mcp"> <img src="https://img.shields.io/pypi/v/nonebot-plugin-mcp.svg" alt="pypi"> </a> <img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python"> <a href="https://github.com/astral-sh/ruff"> <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="ruff"> </a> <a href="https://github.com/astral-sh/uv"> <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv"> </a> </div>
[!IMPORTANT] 收藏项目 ~⭐️
<img width="100%" src="https://starify.komoridevs.icu/api/starify?owner=X-Zero-L&repo=nonebot-plugin-mcp" alt="starify" />
施工中,请勿使用
<details open> <summary>使用 nb-cli 安装</summary> 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-mcp --upgrade 使用 pypi 源安装
nb plugin install nonebot-plugin-mcp --upgrade -i "https://pypi.org/simple" 使用清华源安装
nb plugin install nonebot-plugin-mcp --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
</details>
<details> <summary>使用包管理器安装</summary> 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
<details open> <summary>uv</summary>
uv add nonebot-plugin-mcp 安装仓库 master 分支
uv add git+https://github.com/X-Zero-L/nonebot-plugin-mcp@master </details>
<details> <summary>pdm</summary>
pdm add nonebot-plugin-mcp 安装仓库 master 分支
pdm add git+https://github.com/X-Zero-L/nonebot-plugin-mcp@master </details> <details> <summary>poetry</summary>
poetry add nonebot-plugin-mcp 安装仓库 master 分支
poetry add git+https://github.com/X-Zero-L/nonebot-plugin-mcp@master </details>
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_mcp"]
</details>
在 nonebot2 项目的.env文件中添加下表中的必填配置
| 配置项 | 必填 | 默认值 | 说明 |
|---|---|---|---|
| 配置项1 | 是 | 无 | 配置说明 |
| 配置项2 | 否 | 无 | 配置说明 |
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
| 指令1 | 主人 | 否 | 私聊 | 指令说明 |
| 指令2 | 群员 | 是 | 群聊 | 指令说明 |
如果有效果图的话
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.