shiyi-0x7f/dsh-tool-sysinfo

shiyi-0x7f★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

Read-only system_info tool plugin for DeepSeek Harness agents (OS/CPU/memory/network snapshot)

README 摘要

dsh-tool-sysinfo DeepSeek Harness 的系统信息工具插件:给 agent 一个只读的本机环境快照工具 system info ——操作系统与架构、主机名、开机时长、CPU 型号与核数、内存占用、Node 版本、非回环 IPv4 地址。零外部依赖、零网络请求、零写操作,agent 排查"我这台机器什么配置 / 内存还够不够"这类问题时直接可用。 A read-only system info tool for DeepSeek Harness agents: OS/arch, hostname, uptime, CPU model and core count, memory usage, Node version, and non-internal IPv4 addresses. Zero dependencies, no network, no writes. 安装 重启 dsh --profile web (或 dsh-shell)后,在聊天里让 agent「调用 system info 工具」即可看到效果。 Windows + pnpm 10.x 用本地路径安装有已知 junction bug,建议 pnpm ≥ 11 或直接用上面的 github 规格。 输出示例 实现 单文件( index.js )零构建插件: inject: ['tools'] 后经 ctx.effect(() = ctx.tools.register(defineTool({...}))) 注册;数据全部来自 node:os 与 process 。 cordis.patch.yml 声明组合层( dsh.bundle ),安装即入 profile 层栈。 License MIT

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdshdsh-pluginagent

分类