AI Agent Hub
Back to plugins
🧰

dsh-tool-sysinfo

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install shiyi-0x7f/dsh-tool-sysinfo

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install shiyi-0x7f/dsh-tool-sysinfo inside DeepSeek Harness to install this plugin; source code is available at https://github.com/shiyi-0x7f/dsh-tool-sysinfo

About this plugin

DeepSeek Harness agents often lack a single read-only entry point for inspecting the host they run on. dsh-tool-sysinfo fills that gap by registering a system_info tool that returns a complete environment snapshot in one call.

The snapshot covers OS and architecture, hostname, uptime, CPU model and core count, memory usage, Node version, and non-loopback IPv4 addresses. The plugin is a single-file implementation with zero external dependencies, zero network requests, and zero write operations. All data comes from node:os and process, making it both safe and lightweight.

It suits developers who need their agent to quickly sense the target machine in a web-tools profile, whether diagnosing performance bottlenecks, checking resource headroom, or writing hardware-aware logic. Install and go, with no extra configuration required.

Use Cases

  • Agents inspecting target machine specs and resource headroom
  • Verifying Node version, CPU cores, and memory usage
  • Checking non-loopback IPv4 addresses for network diagnostics

Best For

  • Developers who need agents to sense host environment
  • Engineers diagnosing performance bottlenecks
  • Technicians writing hardware-aware logic