-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathplugins.json
More file actions
612 lines (612 loc) · 32.7 KB
/
Copy pathplugins.json
File metadata and controls
612 lines (612 loc) · 32.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
{
"schemaVersion": 1,
"generatedAt": "2026-08-15T14:27:42.644209+00:00",
"source": {
"name": "VCP 官方插件商店",
"repository": "https://github.com/lioensky/VCPDistributedServer",
"branch": "main"
},
"plugins": [
{
"name": "1PanelInfoProvider",
"displayName": "1Panel 信息提供器",
"description": "从1Panel服务器获取Dashboard基础信息和操作系统信息,并通过独立的系统提示词占位符提供这些数据。",
"version": "1.0.0",
"author": "B3000Kcn",
"icon": "extension",
"category": "data-provider",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/1PanelInfoProvider/1PanelInfoProvider.zip"
},
{
"name": "AnkiSearch",
"displayName": "Anki 搜索与查询",
"description": "VCP 体系下的独立 Anki 查询工具。支持使用 Anki 强大的查询语法搜索卡片,获取牌组统计数据,以及查询笔记类型(Model)。",
"version": "1.2.0",
"author": "VCPAnki Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/AnkiSearch/AnkiSearch.zip"
},
{
"name": "AnkiManage",
"displayName": "Anki 管理与操作",
"description": "VCP 体系下的独立 Anki 管理工具。支持添加笔记、更新字段、挂起卡片及重新调度。",
"version": "1.2.0",
"author": "VCPAnki Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/AnkiManage/AnkiManage.zip"
},
{
"name": "SynBiliVision",
"displayName": "B站用户信息综合查询",
"description": "获取当前登录 B 站账号的综合信息,包括浏览历史、收藏夹、最近收藏、投币记录和观看偏好分析。",
"version": "2.3.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SynBiliVision/SynBiliVision.zip"
},
{
"name": "ComfyCloudGen",
"displayName": "Comfy Cloud 云端图像/视频生成",
"description": "通过Comfy Cloud云端GPU生成图像或视频。数据驱动架构,自动匹配模型生态,支持895+云端模型。三种模式:auto(默认)、template、raw。",
"version": "0.4.0",
"author": "Rosa",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/ComfyCloudGen/ComfyCloudGen.zip"
},
{
"name": "FRPSInfoProvider",
"displayName": "FRPS 设备信息提供器",
"description": "定期从FRPS服务器获取所有类型的代理设备信息,并整合成一个文本文件供占位符使用。",
"version": "1.0.0",
"author": "B3000Kcn",
"icon": "extension",
"category": "data-provider",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/FRPSInfoProvider/FRPSInfoProvider.zip"
},
{
"name": "NanoBananaGenOR",
"displayName": "Gemini 2.5 NanoBanana 图像生成 (OpenRouter)",
"description": "使用 OpenRouter 接口调用 Google Gemini 2.5 Flash Image Preview 模型进行高级的图像生成和编辑。支持代理和多密钥随机选择。",
"version": "1.0.0",
"author": "Kilo Code",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/NanoBananaGenOR/NanoBananaGenOR.zip"
},
{
"name": "GitOperator",
"displayName": "Git 仓库管理器",
"description": "基于配置档驱动的智能 Git 管理器。支持多仓库 Profile 管理、凭证注入、串行调用和 Token 脱敏输出。",
"version": "1.1.0",
"author": "Nova & hjhjd",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GitOperator/GitOperator.zip"
},
{
"name": "GodotBridge",
"displayName": "Godot MCP 桥接器",
"description": "作为标准 MCP Client 连接 Godot MCP Native 插件(默认 http://127.0.0.1:9080/mcp),让 VCP Agent 通过渐进式工具发现来读写 Godot 项目的场景、脚本、节点、资源,并控制编辑器与运行时调试。",
"version": "1.0.0",
"author": "ATRI",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GodotBridge/GodotBridge.zip"
},
{
"name": "GodotEventReceiver",
"displayName": "Godot 事件接收器",
"description": "二期反向通道:作为 WebSocket 服务端接收来自 Godot 侧 godot_vcp_bridge 插件主动推送的运行时/编辑器事件(服务器启停、工具执行、错误、日志、游戏内自定义事件),并转发到 VCP 前端广播。与 GodotBridge(请求-响应)物理隔离。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GodotEventReceiver/GodotEventReceiver.zip"
},
{
"name": "GrokVideoGen",
"displayName": "Grok 视频生成器",
"description": "使用 Grok API 进行视频生成(支持文生视频、图生视频、视频续写、视频拼接)。",
"version": "1.3.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GrokVideo/GrokVideoGen.zip"
},
{
"name": "HealthQuery",
"displayName": "HealthQuery (Fitbit)",
"description": "Integrated Google Fitbit health data query tool. Supports Steps, Heart Rate, Sleep analysis via Fitbit Web API.",
"version": "2.1.0",
"author": "VCP Developer",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/HealthQuery/HealthQuery.zip"
},
{
"name": "IMAPSearch",
"displayName": "IMAP 邮件本地搜索",
"description": "一个同步 VCP 插件,用于在 IMAPIndex 插件生成的本地邮件存储中执行全文搜索。它支持分页和可配置的索引目录。",
"version": "1.1.0",
"author": "B3000Kcn",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/IMAPSearch/IMAPSearch.zip"
},
{
"name": "IMAPIndex",
"displayName": "IMAP 邮件本地索引插件",
"description": "静态插件:定期通过 IMAP 拉取白名单匹配邮件到本地(.eml -> .md 转换),合并生成索引文本并输出到 stdout,供占位符注入系统提示词使用。仅邮件链路支持 HTTP(S) CONNECT 代理(可选)。",
"version": "1.0.0",
"author": "B3000Kcn",
"icon": "extension",
"category": "data-provider",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/IMAPIndex/IMAPIndex.zip"
},
{
"name": "KarakeepSearch",
"displayName": "Karakeep 搜索书签",
"description": "在 Karakeep 中全文搜索书签。参数:\\n- query (字符串, 必需): 搜索关键词,支持 is:fav, #tag 等高级语法。\\n- limit (数字, 可选, 默认 10): 返回结果数量。\\n- nextCursor (字符串, 可选): 用于分页的游标。\\n\\n调用格式示例:\\n<<<[TOOL_REQUEST]>>>\\ntool_name:「始」KarakeepSearch「末」,\\nquery:「始」machine learning is:fav「末」,\\nlimit:「始」5「末」\\n<<<[END_TOOL_REQUEST]>>>",
"version": "0.1.0",
"author": "Kilo Code",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/KarakeepSearch/KarakeepSearch.zip"
},
{
"name": "KEGGSearch",
"displayName": "KEGG 数据库查询",
"description": "一个用于查询 KEGG 数据库的 VCP 插件,提供通路、基因、化合物等多维度的数据检索与分析功能。",
"version": "1.0.0",
"author": "B3000Kcn & DBL1F7E5",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/KEGGSearch/KEGGSearch.zip"
},
{
"name": "MCPO",
"displayName": "MCPO 工具桥接器",
"description": "基于 mcpo 的 MCP 工具桥接插件,能够自动发现、缓存和调用 MCP 工具,支持多种 MCP 服务器类型。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/MCPO/MCPO.zip"
},
{
"name": "MCPOMonitor",
"displayName": "MCPO 服务状态监控器",
"description": "监控 MCPO 服务器状态并提供所有可用 MCP 工具的详细信息,通过 {{MCPOServiceStatus}} 占位符集成到系统提示词中。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "data-provider",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/MCPOMonitor/MCPOMonitor.zip"
},
{
"name": "MIDITranslator",
"displayName": "MIDI翻译器",
"description": "一个高性能的MIDI文件解析与生成插件,可以从midi-input目录读取MIDI文件并解析为DSL格式,也可以从DSL生成MIDI文件到midi-output目录。核心引擎由Rust编写,确保性能与安全。提供DSL语法验证、事件提取和双向转换测试等功能。",
"version": "0.3.0",
"author": "ATRI",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/MIDITranslator/MIDITranslator.zip"
},
{
"name": "NovelAIGen",
"displayName": "NovelAI 图片生成器",
"description": "通过 NovelAI API 使用 NovelAI Diffusion 模型生成高质量的动漫风格图片。支持多种模型和参数调节。",
"version": "1.0.0",
"author": "VCP-Assistant",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/NovelAIGen/NovelAIGen.zip"
},
{
"name": "ObsidianBridge",
"displayName": "Obsidian 笔记桥接器",
"description": "通过 Obsidian CLI (v1.12+) 桥接 VCP 与 Obsidian 笔记库。支持笔记读写、全文搜索(含上下文)、每日笔记、文件/文件夹浏览、任务管理、反向链接/出站链接查询、标签统计、属性管理、大纲查看、字数统计、模板列表等 22 项能力。v1.3.0 安全加固:execSync→execFileSync 迁移,消除 Shell 注入面;.bat/.cmd 自动降级兼容。",
"version": "1.3.0",
"author": "Nova & 小夜 | 扩展: infinite-vector",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/ObsidianBridge/ObsidianBridge.zip"
},
{
"name": "PubMedSearch",
"displayName": "PubMed 文献检索插件",
"description": "提供基于 NCBI E-utilities 和 PMC 的 PubMed 文献检索、详情获取、引用/相似文献分析与标识符转换等能力。实现参考 PubMed-MCP-Server 原始实现,保持结果结构和语义尽量一致,便于从 MCP 平滑迁移。",
"version": "1.0.0",
"author": "B3000Kcn & DBL1F7E5",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/PubMedSearch/PubMedSearch.zip"
},
{
"name": "PyScreenshot",
"displayName": "Python截图插件",
"description": "一个使用Python和Pillow从桌面截取屏幕图像的同步插件。",
"version": "1.0.0",
"author": "Cline",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/PyScreenshot/PyScreenshot.zip"
},
{
"name": "PyCameraCapture",
"displayName": "Python摄像头插件",
"description": "一个使用Python和OpenCV从摄像头捕获图像的同步插件。",
"version": "1.0.0",
"author": "Cline",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/PyCameraCapture/PyCameraCapture.zip"
},
{
"name": "SenseGen",
"displayName": "SenseGen 图文文档型图片生成器",
"description": "通过 SenseNova 的 sensenova-u1-fast 模型生成适合 PPT、PDF、杂志、信息图、海报等图文并茂风格的高分辨率图片文档。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SenseGen/SenseGen.zip"
},
{
"name": "SerpSearch",
"displayName": "Serp API 搜索引擎",
"description": "一个使用SerpApi提供多种搜索引擎(如Bing, DuckDuckGo, Google Scholar)的插件。",
"version": "1.0.0",
"author": "Your Name",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SerpSearch/SerpSearch.zip"
},
{
"name": "SunoGen",
"displayName": "Suno AI 音乐生成",
"description": "使用 Suno API 生成原创歌曲。该版本为Newapi代理的通用版本。支持通过歌词、风格、标题进行自定义创作,或通过描述获取灵感创作,还可以继续生成已有的歌曲片段。",
"version": "0.1.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SunoGen/SunoGen.zip"
},
{
"name": "SunoMusicGen",
"displayName": "Suno音乐生成器(新API)",
"description": "使用新的Suno API(sunoapi.org)生成高质量AI音乐、支持音乐延长和音频处理(异步版本)",
"version": "2.2.0",
"author": "Ava",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SunoMusicGen/SunoMusicGen.zip"
},
{
"name": "TinyFishBrowser",
"displayName": "TinyFish 搜索与网页抓取",
"description": "基于 TinyFish API 的搜索与网页内容抓取插件。支持网络搜索(返回结构化结果)和网页内容抓取(真实浏览器渲染,支持JS页面,返回Markdown/HTML/JSON)。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/TinyFishBrowser/TinyFishBrowser.zip"
},
{
"name": "DomainSafetyChecker",
"displayName": "URL/域名安全核查器",
"description": "低交互、静态、非侵入式 URL/域名安全核查工具。可帮助 AI 对用户提供的网址、域名、短链落地页、疑似钓鱼站、下载页、登录页、支付页进行安全风险初筛,并返回合并完整 JSON 证据的详细 Markdown 报告。",
"version": "1.2.0",
"author": "VCPToolBox",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/DomainSafetyChecker/DomainSafetyChecker.zip"
},
{
"name": "VCPQQBotServer",
"displayName": "VCP QQBot 单聊/群聊桥接服务",
"description": "常驻连接腾讯 QQBot Gateway,接收 QQ 单聊与群聊 @ 消息后转发到 VCP 主服务器 /v1/chat/completions,并将非流式 AI 回复拆分为 QQ 文本与真正的 QQ 图片消息发回用户。",
"version": "0.1.0",
"author": "VCPToolBox",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VCPQQBotServer/VCPQQBotServer.zip"
},
{
"name": "VCPRedisOperator",
"displayName": "VCP Redis 操作工具",
"description": "VCP Redis 操作插件。AI 通过 ExecuteRedis 命令安全操作 Redis,插件做三道安全闸:命令白名单 / Key 前缀白名单 / 按 Agent 分桶限频。核心用途:SQL大师写入通知后 INCR 未读计数,触发前端实时角标更新。",
"version": "1.0.0",
"author": "pioneer798",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VCPRedisOperator/VCPRedisOperator.zip"
},
{
"name": "VCPWeCom",
"displayName": "VCP 企业微信桥接",
"description": "混合服务插件:常驻企微 WebSocket 长连接,收到文本消息后自动唤醒 config.env 中指定的 AgentAssistant Agent,生成回复后通过流式回复推回企微。同时提供 WeComSend 工具供其他 Agent 主动推送企微消息。",
"version": "0.1.0",
"author": "小夜",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VCPWeCom/VCPWeCom.zip"
},
{
"name": "SynapsePusher",
"displayName": "VCP 日志 Synapse 推送器",
"description": "将 VCP 工具调用日志实时推送到指定的 Synapse (Matrix) 房间。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SynapsePusher/SynapsePusher.zip"
},
{
"name": "VCPFeishu",
"displayName": "VCP 飞书桥接",
"description": "混合服务插件:常驻飞书 WebSocket 长连接,收到消息后在绑定 Agent 下创建或复用 VCPChat 话题会话,并通过系统 settings 与 Agent 配置调用 VCP 后端生成回复。",
"version": "0.1.0",
"author": "VCP Team",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VCPFeishu/VCPFeishu.zip"
},
{
"name": "DistributeFileOperator",
"displayName": "VCP分布式文件操作器",
"description": "VCP服务器专用的一个强大的文件系统操作插件,允许AI对受限目录进行读、写、列出、移动、复制、删除等多种文件和目录操作。特别增强了文件读取能力,可自动提取PDF、Word(.docx)和表格(.xlsx, .csv)文件的纯文本内容。",
"version": "1.0.1",
"author": "VCPToolBox",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/FileOperator/DistributeFileOperator.zip",
"license": "MIT"
},
{
"name": "VCPDatabaseOperator",
"displayName": "VCP数据库操作工具",
"description": "VCP数据库操作插件(SQL-First)。AI 直接写原生 MySQL 语句,插件做 AST 解析 + 五道安全闸(动词过滤/表白名单/CRUD权限矩阵/参数化绑定/写操作熔断)。推荐用 ExecuteSQL;保留 QueryTable/InsertRow/UpdateRow/DeleteRow 结构化命令做兼容。",
"version": "1.0.3",
"author": "pioneer798",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VCPDatabaseOperator/VCPDatabaseOperator.zip"
},
{
"name": "WebUIGen",
"displayName": "WebUI云算力生图",
"description": "调用云算力API生成高质量图像,支持多种模型和自定义参数。",
"version": "1.0.0",
"author": "Kilo Code",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/WebUIGen/WebUIGen.zip"
},
{
"name": "YoucomSearch",
"displayName": "You.com 搜索插件",
"description": "使用 You.com API 进行网络搜索。AI可以指定搜索查询、返回结果数量、时效范围、国家及语言,获取网页与新闻结果。支持使用 || 分隔多个关键词进行并发搜索,所有结果同时返回。",
"version": "0.1.0",
"author": "Emos21",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/YoucomSearch/YoucomSearch.zip"
},
{
"name": "YTFetch",
"displayName": "YouTube Gemini Fetch",
"description": "Use Gemini API to directly read public YouTube URLs and return multimodal video/audio analysis without downloading the video locally.",
"version": "0.1.0",
"author": "VCP Community",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/YTFetch/YTFetch.zip"
},
{
"name": "YoutubeFetch",
"displayName": "YouTube 内容获取插件",
"description": "YouTube 内容获取插件。基于 YouTube Data API v3 获取视频信息、搜索结果、频道信息、频道投稿、热门视频与评论,并通过 youtube-transcript-api 获取字幕/自动字幕。支持 youtube.com、youtu.be、Shorts、embed、live 链接与直接 videoId。",
"version": "1.0.0",
"author": "Bocchi777",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/YoutubeFetch/YoutubeFetch.zip"
},
{
"name": "ZImageGen",
"displayName": "Z-Image 文生图(阿里通义)",
"description": "通过 Hugging Face Spaces API 使用阿里巴巴通义实验室的 Z-Image-Turbo 模型生成高质量图片。支持中英文提示词,8步推理,亚秒级延迟。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/ZImageGen/ZImageGen.zip"
},
{
"name": "GitSearch",
"displayName": "代码托管平台聚合搜索",
"description": "聚合 GitHub、GitLab、Gitee 三大代码托管平台的纯读取操作,提供统一的工具名和调用方式。",
"version": "1.0.0",
"author": "VCPToolBox",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GitSearch/GitSearch.zip"
},
{
"name": "XiaohongshuFetch",
"displayName": "小红书爬虫",
"description": "用于抓取小红书图文/视频笔记内容的专属爬虫。",
"version": "3.0.0",
"author": "VCP",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/XiaohongshuFetch/XiaohongshuFetch.zip"
},
{
"name": "WorkspaceInjector",
"displayName": "工作区动态注入",
"description": "通过在系统提示词中使用 {{Workspace::alias}} 占位符,将预设的本地文件夹目录树动态注入到上下文中。",
"version": "1.2.0",
"author": "Gemini & User",
"icon": "extension",
"category": "system-integration",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/WorkspaceInjector/WorkspaceInjector.zip"
},
{
"name": "SVCardFinder",
"displayName": "影之诗查卡器(WB)",
"description": "一个用于查询《影之诗:世界超越》卡牌信息的插件。",
"version": "1.0.0",
"author": "greyfilm",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SVCardFinder/SVCardFinder.zip"
},
{
"name": "JapaneseHelper",
"displayName": "日语学习助手",
"description": "日语学习增强插件(纯Python基础层 + optional增强层)。支持深度语法解析、动态句型识别(含部分活用补偿)、错题本分析推荐、复习调度、汉字查询、资源状态检查、JLPT统计(jlpt_stats)与可选 OJAD 声调接口。结构化接口支持 Lookup/KanjiInfo/JLPTCheck/ReadingAid/ParseTree/SchemaProbe。SemanticEnhance 默认使用 rule 风格判定,已修复礼貌体被误判为 mixed 的问题;SyntaxEnhance 默认 heuristic,可选 GiNZA 增强;ReadingEnhance 支持可选 romaji 后端。已补齐 SentenceSplit/ReadingEnhance/SyntaxEnhance/SemanticEnhance/TeachingAssetsStatus 五项分层命令。Romanize/Furigana 已修复促音拆裂与活用显示问题;已完成全命令回归与重复旧函数清理。",
"version": "2.14.2",
"author": "Nova",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/JapaneseHelper/JapaneseHelper.zip"
},
{
"name": "TagFolder",
"displayName": "标签折叠器",
"description": "读取 list.md 中的标签白名单,生成折叠行为指令注入系统提示词,实现对 nvim 系列标签包裹内容的上下文折叠管理。",
"version": "1.0.0",
"author": "ATRI & Lucifer",
"icon": "extension",
"category": "data-provider",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/TagFolder/TagFolder.zip"
},
{
"name": "TicktickManager",
"displayName": "滴答清单管理器",
"description": "混合插件:提供滴答清单/TickTick/Dida365 任务同步调用和白名单项目静态任务快照注入。",
"version": "1.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/TicktickManager/TicktickManager.zip"
},
{
"name": "VolcSearch",
"displayName": "火山引擎搜索插件",
"description": "使用火山引擎联网搜索 API 进行中文网络搜索。AI可以指定搜索查询、返回结果数量,并可选择包含正文内容、设置搜索时间范围等。支持使用 || 分隔多个关键词进行并发搜索,所有结果同时返回。",
"version": "0.3.0",
"author": "Roo",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/VolcSearch/VolcSearch.zip"
},
{
"name": "TomatoNovel",
"displayName": "番茄小说增强器",
"description": "提供多功能搜书、全本精准下载、以及极速下载大纲目录等功能。",
"version": "1.0.0",
"author": "Antigravity",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/TomatoNovel/TomatoNovel.zip"
},
{
"name": "ZhihuSearch",
"displayName": "知乎搜索插件",
"description": "调用知乎开放平台 zhihu_search 与 global_search API 搜索知乎内容,返回面向 AI 阅读的 Markdown content、sources,以及标题、链接、作者、摘要、编辑时间等结构化结果;站内搜索额外返回点赞数和评论数。",
"version": "1.1.2",
"author": "OpenClaw / VCP",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/ZhihuSearch/ZhihuSearch.zip"
},
{
"name": "SciCalculator",
"displayName": "科学计算器",
"description": "执行数学表达式计算。AI应使用特定格式请求此工具。",
"version": "1.1.1",
"author": "UserProvided (Adapted by Roo)",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SciCalculator/SciCalculator.zip"
},
{
"name": "NeteaseMusic",
"displayName": "网易云音乐助手",
"description": "网易云音乐 VCP 同步插件,支持搜索、歌单、歌曲详情、歌词、分享短链解析、每日推荐、红心、歌单操作、个人数据查询、下载与多模态音乐分析。",
"version": "1.2.0",
"author": "VCP Team",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/NeteaseMusic/NeteaseMusic.zip"
},
{
"name": "ServerTencentCOSBackup",
"displayName": "腾讯云COS备份插件",
"description": "一个功能完整的腾讯云对象存储(COS)插件,支持文件上传、下载、复制、移动、删除和列出操作,具有权限控制和自动压缩功能。动态读取config.env中的AGENT_FOLDERS_CONFIG,带有对AGENT_FOLDERS_CONFIG中子文件夹权限的文字描述。",
"version": "1.1.1",
"author": "VCP Developer",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/TencentCOSBackup/ServerTencentCOSBackup.zip"
},
{
"name": "GuanLan",
"displayName": "观澜-A股数据引擎",
"description": "A股智能数据引擎,38+专业命令。支持双数据源容灾(Tushare+AKShare)、真实费率引擎(佣金/印花税/过户费)、filelock跨进程并发安全。核心模块:实时行情与技术指标(MA/MACD/RSI/布林带/KDJ等)、基本面数据(PE/PB/ROE/市值)、资金流向分析、板块排名与轮动追踪、持仓管理与交易记录(含胜率统计)、组合压力测试(5场景)、选股框架v4.0(五风格组分路由+三问+禁买清单+版本戳)、策略回测引擎(4种策略)、事件型异动扫描(龙虎榜/大宗交易/解禁/业绩预告)、舆情分析(5维度)、盘中异动扫描与持仓监控、盘后日报。作者:观澜 & 冬竹子(翔)",
"version": "4.0.0",
"author": "观澜 & 冬竹子(翔)",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GuanLan/GuanLan.zip"
},
{
"name": "SynchroVision",
"displayName": "视界同调 (SynchroVision)",
"description": "全面浏览器感知系统:实时页面感知、浏览历史、书签、下载记录、打开标签页、搜索记录(含 ChatGPT/Grok 网页与浏览器 App/PWA 提问轨迹)、系统窗口状态、B站精准历史、AI意图捕获。让Agent完全了解你的上网情况。",
"version": "2.0.0",
"author": "VCP Team",
"icon": "extension",
"category": "service",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/SynchroVision/SynchroVision.zip"
},
{
"name": "GoogleSearch",
"displayName": "谷歌搜索 (API版)",
"description": "一个使用Google Custom Search API进行搜索的同步插件。",
"version": "2.0.0",
"author": "Kilo Code",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/GoogleSearch/GoogleSearch.zip"
},
{
"name": "Randomness",
"displayName": "随机事件生成器",
"description": "一个多功能后端插件,用于生成各种可信的随机事件。支持无状态的单次随机事件(如抽牌、掷骰)和有状态的、可持久化的牌堆管理(创建、抽取、重置、销毁),适用于需要连续操作的场景。",
"version": "5.2.0",
"author": "VincentHDLee & Gemini",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/Randomness/Randomness.zip"
},
{
"name": "ProjectAnalyst",
"displayName": "项目分析器",
"description": "分析指定的项目文件夹,生成详细的分析报告,并支持后续查询分析结果。",
"version": "1.0.0",
"author": "Roo",
"icon": "extension",
"category": "tool",
"downloadUrl": "https://raw.githubusercontent.com/lioensky/VCPDistributedServer/main/Plugin/ProjectAnalyst/ProjectAnalyst.zip"
}
]
}