nodata404/dsh-env-probe0

dsh-env-probe

无依赖的 DSH 插件:探测本地机器环境(系统、Shell、运行环境、工具、代理等)并注入到系统提示词中,让 Agent 了解当前电脑配置。

AI 分析

核心用途是让 AI 自动感知本地开发环境。适合需要 AI 编写和运行依赖本地特定工具链代码的开发者。支持缓存探测结果,并提供 /env-refresh 等命令。

包名
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