moxingovo/dsh-bilibili0

dsh-plugin-bilibili

DeepSeek Harness plugin: Bilibili keyword video search, video metadata, and subtitle transcript tools (bilibili_search / bilibili_video / bilibili_subtitles). Anonymous by default with risk-control bootstrapping; an optional SESSDATA unlocks login-gated subtitles.

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.