Skip to content

Commit 478619f

Browse files
authored
Add multiple plugins to plugins.json
1 parent 3103191 commit 478619f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

plugins.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"astrbot_plugin_opencode": {
3+
"display_name": "OpenCode Bridge",
4+
"desc": "让 AstrBot 对接 OpenCode,通过自然语言远程指挥电脑干活。使用此插件,意味着你已知晓相关风险。",
5+
"author": "singularity2000",
6+
"repo": "https://github.com/singularity2000/astrbot_plugin_opencode",
7+
"tags": [
8+
"AI",
9+
"Agent",
10+
"vibe coding",
11+
"OpenCode"
12+
]
13+
},
214
"astrbot_plugin_claudecode": {
315
"display_name": "Claude Code CLI",
416
"desc": "将 Claude Code CLI 作为 LLM 函数工具集成到 AstrBot",
@@ -7,6 +19,27 @@
719
"tags": ["AI", "Claude", "Claude Code"],
820
"social_link": "https://github.com/YukiRa1n"
921
},
22+
"astrbot_plugin_sudoku": {
23+
"display_name": "数独游戏",
24+
"desc": "功能:生成唯一解数独题目(简单/中等/困难)对局持久化与超时清理 图片渲染展示棋盘(优先使用PIL本地渲染)填错扣生命值(默认 3 次,归零结束)",
25+
"author": "金幺",
26+
"repo": "https://github.com/wangyingxuan383-ai/astrbot_plugin_sudoku",
27+
"tags": [
28+
"数独",
29+
"游戏",
30+
"娱乐"
31+
],
32+
"social_link": "846994183@qq.com"
33+
},
34+
"astrbot_plugin_daily_stock_analysis_adapter": {
35+
"display_name": "DailyStockAnalysis",
36+
"desc": "接收股票分析HTML报告并通过Astrbot发送给指定群组或用户",
37+
"author": "棒棒糖",
38+
"repo": "https://github.com/zhoufan47/astrbot_plugin_daily_stock_analysis_adapter",
39+
"tags": [
40+
"股票"
41+
]
42+
},
1043
"astrbot_plugin_emby": {
1144
"display_name": "Emby 助手",
1245
"desc": "关联自部署 Emby 媒体库。支持 LLM 自动检索影片、获取元数据及最近更新。",

0 commit comments

Comments
 (0)