deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Give your DeepSeek Harness agent the ability to download a video straight from a URL.
Registers a single tool, fetch_video, that the model can call to download the main video from any URL.
ok plus the list of files it wrote. Or a short error cause if the URL is unsupported.dir somewhere writable.dsh plugin --profile web add dsh-vidfetch
From this repository:
git clone https://github.com/anaksunamu/dsh-vidfetch.git
npm install --prefix ./dsh-vidfetch
npm run build --prefix ./dsh-vidfetc
dsh plugin --profile web add ./dsh-vidfetch
The model calls fetch_video with two required parameters:
| Parameter | Type | Description |
|---|---|---|
url |
string | The URL where the video is located. |
dir |
string | Output directory for the downloaded file. |
Example call the agent makes:
{ "url": "https://example.com/watch/abc123", "dir": "~/downloads" }
Output:
{ "message": "ok", "files": ["downloads/video.mp4"] }
On failure, message contains a short error cause and files is empty:
{ "message": "Unsupported URL", "files": [] }
0.1.1-rc.x line.^22.19.0 || >=24.0.0.Clear the risk explicitly before trusting an agent tool:
dir the model supplies (default: current working directory if empty). The model decides the path — point dir at a sandboxed or scratch folder if you don't want arbitrary writes.yt-dlp process per call; it inherits the host's environment.0.1.1-rc.x.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。