|
1 | 1 | { |
| 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 | + }, |
2 | 14 | "astrbot_plugin_claudecode": { |
3 | 15 | "display_name": "Claude Code CLI", |
4 | 16 | "desc": "将 Claude Code CLI 作为 LLM 函数工具集成到 AstrBot", |
|
7 | 19 | "tags": ["AI", "Claude", "Claude Code"], |
8 | 20 | "social_link": "https://github.com/YukiRa1n" |
9 | 21 | }, |
| 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 | + }, |
10 | 43 | "astrbot_plugin_emby": { |
11 | 44 | "display_name": "Emby 助手", |
12 | 45 | "desc": "关联自部署 Emby 媒体库。支持 LLM 自动检索影片、获取元数据及最近更新。", |
|
0 commit comments