DeepSeek Harness plugin

dsh-tool-sysinfo

System information tool for DeepSeek Harness: OS, CPU, memory, uptime, and network facts the agent can read when diagnosing the local environment

Jump to install

Source facts

Repository
shiyi-0x7f/dsh-tool-sysinfo
Latest update
Aug 18, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/shiyi-0x7f/dsh-tool-sysinfo
Plugin: dsh-tool-sysinfo
Author: shiyi-0x7f

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

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 plugin --profile web add github:shiyi-0x7f/dsh-tool-sysinfo

重启 dsh --profile web(或 dsh-shell)后,在聊天里让 agent「调用 system_info 工具」即可看到效果。

> Windows + pnpm 10.x 用本地路径安装有已知 junction bug,建议 pnpm ≥ 11 或直接用上面的 github 规格。

输出示例

OS: win32 10.0.26200 (x64)
Host: my-machine
Uptime: 2d 5h 13m
CPU: 13th Gen Intel(R) Core(TM) i7-13700K × 24 logical cores
Memory: 21.3 GiB used / 63.8 GiB total (42.5 GiB free)
Node: v22.20.0
Network (IPv4): 以太网 192.168.1.23

实现

单文件(index.js)零构建插件:inject: ['tools'] 后经 ctx.effect(() => ctx.tools.register(defineTool({...}))) 注册;数据全部来自 node:osprocesscordis.patch.yml 声明组合层(dsh.bundle),安装即入 profile 层栈。

License

MIT