https://github.com/AstrBotDevs/AstrBot_Plugins_Collection
AstrBot Plugin 插件集合站
https://github.com/AstrBotDevs/AstrBot_Plugins_Collection
ai astrbot bot plugin qq
Last synced: 8 months ago
JSON representation
AstrBot Plugin 插件集合站
- Host: GitHub
- URL: https://github.com/AstrBotDevs/AstrBot_Plugins_Collection
- Owner: Soulter
- License: agpl-3.0
- Created: 2024-10-07T07:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T08:16:13.000Z (over 1 year ago)
- Last Synced: 2025-02-16T09:20:05.310Z (over 1 year ago)
- Topics: ai, astrbot, bot, plugin, qq
- Homepage: https://soulter.github.io/AstrBot_Plugins_Collection/plugins.json
- Size: 229 KB
- Stars: 12
- Watchers: 1
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstrBot_Plugins_Collection
AstrBot Plugin 插件集合站,用于在 AstrBot 仪表盘-插件页中作为插件市场显示。
## 提交插件
1. Fork 本仓库
2. 修改 `plugins.json` 文件,添加你的插件信息
1. key 为你的插件名
2. value 为插件信息,必须包括 `repo`, `desc`, `author` 等字段。
3. 例子:
```json
"astrbot_plugin_essential": {
"desc": "随机动漫图片、以图搜番、Minecraft服务器、一言、今天吃什么、群早晚安记录、EPIC喜加一。帮助:https://github.com/Soulter/astrbot_plugin_essential",
"author": "Soulter",
"repo": "https://github.com/Soulter/astrbot_plugin_essential"
}
```