Add plugin: Bilibili Video Info Fetching

This commit is contained in:
Sheng Fan
2024-04-06 17:23:14 +08:00
parent aea5bedb68
commit 5a6e386440
4 changed files with 164 additions and 0 deletions

View File

@@ -95,4 +95,14 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
enable: false,
onlyNodeRuntime: false,
},
{
name: "Bilibili视频信息获取",
toolName: "bilibili_video_info",
lang: "cn",
description: "通过Bilibili视频ID获取视频信息如标题、简介等。",
builtin: true,
createdAt: 1712394126000,
enable: true,
onlyNodeRuntime: true,
},
];