moxingovo/dsh-bilibili0

dsh-plugin-bilibili

DeepSeek Harness 插件:提供哔哩哔哩视频搜索、视频元数据及字幕提取工具

AI 分析

核心用途是赋予 DSH 智能体检索 B 站视频、获取视频信息及下载字幕文本的能力。适合需要让 Agent 总结、分析 B 站视频内容的特定任务。

包名
dsh-plugin-bilibili
版本
0.1.1
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:moxingovo/dsh-bilibili

Configuration

KeyDefaultMeaning
cookieEnvBILIBILI_SESSDATAEnvironment variable naming the optional SESSDATA token.
requestTimeoutMs30000Per-request timeout in ms.
subtitleLanguagezh-CNPreferred subtitle language tag; exact match wins, else the first track.
searchMaxPageSize20Page-size ceiling for bilibili_search.
subtitleMaxChars80000Transcript character cap for bilibili_subtitles, value-level with a truncated flag.

Override any field in profiles/web/cordis.patch.yml — later layers win per row.