dsh-video-downloader
Run the following command in DeepSeek Harness:
dsh plugin install zimai233/dsh-video-downloader
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness, run the following command: dsh plugin install zimai233/dsh-video-downloader. Source: https://github.com/zimai233/dsh-video-downloader
About this plugin
Within the DeepSeek Harness ecosystem, browser-automation plugins exist, but a dedicated media downloader tool was missing, making it inconvenient to directly grab videos or audio from Bilibili, YouTube, Douyin, or Xiaohongshu right from an agent conversation. The dsh-video-downloader plugin steps in to fill this gap by extracting the media-detection logic originally embedded in a browser extension and transforming it into pure Node.js functions, exposed as three streamlined tools for the model. Its core capabilities unfold across three layers: first, the video_analyze tool enables pure offline analysis of a URL to determine if it's media, identify the source platform, and retrieve metadata like quality and format; second, the video_download tool lets you stream media to disk with browser-like request headers, supporting redirects and a timeout; and third, video_quality_parse offers a quick regex-based extraction of quality and extension. Built as a zero-build-step pure ESM package, the published module is the runtime code itself, and its core pure functions (e.g., isMedia, detectSite) are exported for testing or extension. It is ideally suited for DeepSeek Harness developers, content creators, or researchers—anyone needing to integrate media detection and downloading into automated agent workflows. Whether you're building an automated content collection pipeline or simply want to quickly save online videos within a conversation, dsh-video-downloader provides a lightweight, reliable, and extensible solution.
Use Cases
- Quickly save online videos from web pages within an agent conversation.
- Batch-analyze multiple video links for platform and quality information.
- Seamlessly integrate media download capabilities into custom automation workflows.
Best For
- DeepSeek Harness developers needing to integrate media download functions into agents.
- Content creators and researchers who regularly save video or audio from multiple platforms.
- Technical users seeking a lightweight, pure-code alternative to browser extensions.
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.