We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b4650 commit 8734c03Copy full SHA for 8734c03
plugins.json
@@ -1,4 +1,16 @@
1
{
2
+ "astrbot-plugin-ssh": {
3
+ "display_name": "远程SSH执行器",
4
+ "desc": "一个功能弱小的 AstrBot 插件,允许您通过聊天连接远程 SSH 服务器并执行命令。支持交互式 Shell 会话、状态保持、LLM 函数调用,并具备一定的安全保护机制。",
5
+ "author": "5060ti个马力的6999",
6
+ "repo": "https://github.com/HSOS6/astrbot_plugin_ssh",
7
+ "tags": [
8
+ "ssh",
9
+ "远程控制",
10
+ "服务器"
11
+ ],
12
+ "social_link": "https://github.com/HSOS6"
13
+ },
14
"astrbot-plugin-httpadapter": {
15
"display_name": "HTTP平台适配器",
16
"desc": "为 AstrBot 提供 HTTP/HTTPS 接口,支持外部应用通过 HTTP 协议与 AstrBot 交互",
0 commit comments