We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ca706 commit 6191e00Copy full SHA for 6191e00
1 file changed
plugins.json
@@ -1,4 +1,21 @@
1
{
2
+ "astrbot-plugin-inaturalist-search": {
3
+ "display_name": "iNaturalist自然观察数据查询插件",
4
+ "desc": "一个基于 iNaturalist API 的 AstrBot 插件,支持物种分类信息查询和观察记录搜索。",
5
+ "author": "CecilyGao",
6
+ "repo": "https://github.com/CecilyGao/astrbot_plugin_inaturalist_search",
7
+ "tags": [
8
+ "自然",
9
+ "生物",
10
+ "生态",
11
+ "照片",
12
+ "观察",
13
+ "科学",
14
+ "记录",
15
+ "数据库"
16
+ ],
17
+ "social_link": "https://github.com/CecilyGao"
18
+ },
19
"astrbot-plugin-command-router": {
20
"display_name": "智能指令路由器",
21
"desc": "基于AI的自然语言指令解析,允许用户使用自然语言调用 AstrBot 中已注册的指令。",
0 commit comments