zoahdev/dsh-cn-boot0

dsh-cn-boot

DeepSeek Harness 的中国网络引导工具,提供 npm、GitHub、HuggingFace 等源的连通性探测、本地代理检测、镜像推荐及引导脚本生成,支持 CLI 和 Agent 调用。

AI 分析

用于解决国内网络环境下依赖源连接不通的问题。适合需要检测网络连通性并获取镜像配置建议的国内开发者,支持通过 Agent 自动诊断或手动运行脚本。

包名
dsh-cn-boot
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-cn-boot

In-harness usage (agent-callable)

Ask your dsh agent:

检查一下我的网络连 dsh 依赖源通不通,给个引导建议。 Run a China-network bootstrap check: cn_boot.

The tool returns a dsh-cn-boot/v1 result: per-target probe results, current registry config, recommendations, a generated script, and (only with options.apply: true) what was applied.

在 harness 内使用(agent 可调用)

对 agent 说:

检查一下我的网络连 dsh 依赖源通不通,给个引导建议。

工具返回 dsh-cn-boot/v1 结果:各目标探测结果、当前注册表配置、建议、生成脚本,以及(仅当 options.apply: true 时)已执行的操作。