dsh-plugin-bilibili
DeepSeek Harness 插件:提供哔哩哔哩视频搜索、视频元数据及字幕提取工具
AI 分析
核心用途是赋予 DSH 智能体检索 B 站视频、获取视频信息及下载字幕文本的能力。适合需要让 Agent 总结、分析 B 站视频内容的特定任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:moxingovo/dsh-bilibili说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
| cookieEnv | BILIBILI_SESSDATA | Environment variable naming the optional SESSDATA token. |
| requestTimeoutMs | 30000 | Per-request timeout in ms. |
| subtitleLanguage | zh-CN | Preferred subtitle language tag; exact match wins, else the first track. |
| searchMaxPageSize | 20 | Page-size ceiling for bilibili_search. |
| subtitleMaxChars | 80000 | Transcript 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.