# System

> 系统信息查询，包括CPU、内存、磁盘等

- **Type:** Skill
- **Install:** `agentstack add skill-baizeagent-baize-system`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [BaiZeAgent](https://agentstack.voostack.com/s/baizeagent)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [BaiZeAgent](https://github.com/BaiZeAgent)
- **Source:** https://github.com/BaiZeAgent/Baize/tree/main/skills/system

## Install

```sh
agentstack add skill-baizeagent-baize-system
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# System

查询系统信息。

## When to Use

✅ **USE this skill when:**

- "系统信息"
- "查看内存"
- "CPU使用率"
- "磁盘空间"
- "系统配置"

## Commands

### 查看系统信息 (Windows)

```bash
systeminfo
```

### 查看系统信息 (Linux/macOS)

```bash
uname -a
```

### 查看内存 (Linux)

```bash
free -h
```

### 查看磁盘 (Linux/macOS)

```bash
df -h
```

### 查看CPU信息 (Linux)

```bash
cat /proc/cpuinfo | head -20
```

### 查看进程

```bash
ps aux | head -20
```

## Notes

- 根据操作系统选择合适的命令
- Windows 使用 systeminfo
- Linux/macOS 使用 uname/free/df

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [BaiZeAgent](https://github.com/BaiZeAgent)
- **Source:** [BaiZeAgent/Baize](https://github.com/BaiZeAgent/Baize)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-baizeagent-baize-system
- Seller: https://agentstack.voostack.com/s/baizeagent
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
