Skip to content

Commit 6ce1381

Browse files
authored
Merge pull request #208 from anka-afk/main
add plugins
2 parents aab1e48 + dad42b7 commit 6ce1381

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

plugins.json

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,95 @@
11
{
2+
"astrbot_plugin_context_enhancer": {
3+
"desc": "智能上下文增强插件,它能让您的机器人在群聊中“知晓前文,见机行事”,实现真正意义上的流畅对话。",
4+
"author": "木有知",
5+
"repo": "https://github.com/muyouzhi6/astrbot_plugin_context_enhancer",
6+
"tags": [
7+
"上下文增强",
8+
"群聊分析",
9+
"读空气",
10+
"角色扮演",
11+
"智能对话",
12+
"LLM增强"
13+
],
14+
"social_link": "https://github.com/muyouzhi6"
15+
},
16+
"astrbot_plugin_bilibili_up_notifier": {
17+
"desc": "这是一个AstrBot的插件,用于检测B站UP主发布的新视频并自动发送通知给订阅的用户",
18+
"author": "CN-CQ-Z",
19+
"repo": "https://github.com/CN-CQ-Z/astrbot_plugin_bilibili_up_notifier"
20+
},
21+
"persistent_history": {
22+
"desc": "基本无需设置的简单永久记忆插件",
23+
"author": "komeiji_shiki",
24+
"repo": "https://github.com/Komeiji-Shiki/astrbot_plugin_persistent_history",
25+
"tags": ["记忆", "永久记忆"]
26+
},
27+
"randomtoken": {
28+
"desc": "一个Token生成管理器,支持生成、导出、删除和查看Token列表。",
29+
"author": "LumineStory",
30+
"repo": "https://github.com/oyxning/astrabot-plugin-randomtoken",
31+
"tags": ["token", "generator", "management"]
32+
},
33+
"GUGUblack": {
34+
"desc": "用户/群聊黑名单,也可以拦截 AstrBot 错误信息发送特定提示",
35+
"author": "YUNYUN",
36+
"repo": "https://github.com/huangyuzhe/astrbot_plugin_GUGUblack",
37+
"tags": ["黑名单", "错误"]
38+
},
39+
"astrbot_plugin_shoubanhua": {
40+
"desc": "通过第三方api,实现手办化、cos化等等功能",
41+
"author": "shskjw",
42+
"repo": "https://github.com/shskjw/astrbot_plugin_shoubanhua"
43+
},
44+
"astrbot_plugin_group_chat": {
45+
"desc": "一个先进的群聊交互插件,采用AI算法实现智能回复决策,能像真人一样主动参与对话,实现拟人化的主动交互体验。",
46+
"author": "qa296",
47+
"repo": "https://github.com/qa296/astrbot_plugin_group_chat",
48+
"tags": ["主动回复", "拟人"],
49+
"social_link": "https://github.com/qa296/"
50+
},
51+
"astrbot_plugin_sha": {
52+
"desc": "获取GitHub仓库最后5次提交SHA的插件",
53+
"author": "IGCrystal",
54+
"repo": "https://github.com/IGCrystal-NEO/astrbot_plugin_sha",
55+
"tags": ["工具", "GitHub"],
56+
"social_link": "https://wenturc.com"
57+
},
58+
"input_state_by_napcat": {
59+
"desc": "[仅NapCat]输入状态显示",
60+
"author": "ctrlkk",
61+
"repo": "https://github.com/ctrlkk/astrbot_plugin_input_state_by_nc",
62+
"tags": ["napcat"]
63+
},
64+
"model_mcp_bridge": {
65+
"desc": "用于为不支持tool_use的模型提供一个调用MCP的途径的插件。",
66+
"author": "Dt8333",
67+
"repo": "https://github.com/Dt8333/astrbot_plugin_model_mcp_bridge"
68+
},
69+
"Codex": {
70+
"desc": "AstrBot_Codex 是一个基于 Docker 的 Linux 命令执行插件,专为 AstrBot 开发,能够安全地在隔离的 Docker 容器中执行多种编程语言的代码并返回结果。",
71+
"author": "TuF3i",
72+
"repo": "https://github.com/TuF3i/astrBot_plugin_Codex",
73+
"tags": ["命令执行", "docker"]
74+
},
75+
"openai-image-command": {
76+
"desc": "修改自喵喵的openrouter生图插件。使用openai格式的免费api生成图片(使用指令调用插件)",
77+
"author": "薄暝",
78+
"repo": "https://github.com/xiaoxi68/AstrBot_plugin_openai_image-command"
79+
},
80+
"astrbot_plugin_sleep_tracker": {
81+
"desc": "一个基于 AstrBot 的睡眠记录插件,帮助用户记录和分析睡眠作息情况",
82+
"author": "SHOOTING-STAR-C",
83+
"repo": "https://github.com/SHOOTING-STAR-C/astrbot_plugin_sleep_tracker",
84+
"tags": ["睡眠", "记录"]
85+
},
86+
"astrbot_plugin_snap_translator": {
87+
"desc": "自动获取并翻译 Marvel Snap 开发者问答",
88+
"author": "sic",
89+
"repo": "https://github.com/Sic-x/astrbot_plugin_snap_translator",
90+
"tags": ["marvel", "snap"],
91+
"social_link": "https://github.com/Sic-x"
92+
},
293
"astrbot_plugin_m": {
394
"desc": "AI自动识别对话中的歌名,支持发送音乐卡片、链接、语音、音频文件,集成网易云音乐数据接口",
495
"author": "Mnbqq",

0 commit comments

Comments
 (0)