nodata404/dsh-env-probe0

dsh-env-probe

Zero-dependency DeepSeek Harness (dsh) plugin: probes the local machine environment (OS / shells / runtimes / tools / disks / proxy) once, caches the report, and injects it into every session's system prompt so the agent starts each conversation already knowing what this computer offers. Adds /env-refresh and /env-suggest slash commands where a command adapter is composed.

包名
dsh-env-probe
版本
1.0.1
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nodata404/dsh-env-probe

Configuration

KeyDefaultMeaning
cacheTtlHours168Cache lifetime; re-probes in background on next assembly after expiry
order30System-prompt section order (-100 identity / 0 persona / 100-199 tool guidance)
language'en'Injected text language: 'en' / 'zh'
cacheDir'~/.dsh-env-probe'Cache directory (env-profile.json + env-profile.md)
runtimesgit, node, npm, python, python3, pip, docker, java, go, rustcRuntimes to probe
toolscurl, wget, ffmpeg, 7z, pandoc, tar, unzip, make, gcc, pwshTools to probe
perProbeTimeoutMs5000Per-probe timeout
totalTimeoutMs30000Total probe budget
concurrency4Probe concurrency
marker'ENV-PROBE'Section marker text