# Fastfetch

> Use this skill when the user wants to display system information, check hardware specs, view OS details, or get system diagnostics in JSON format.

- Skill: `javimosch/fastfetch` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/fastfetch`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/fastfetch/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/fastfetch

---


# fastfetch Plugin

A maintained, feature-rich, performance-oriented system information tool.

## Commands

### System
- `fastfetch system info` — Display system information
- `fastfetch system json` — Display system info as JSON
- `fastfetch modules list` — List all supported modules

## Usage Examples
- "Show my system information"
- "Get system info in JSON format"
- "What hardware am I running?"

## Installation

```bash
brew install fastfetch
```

## Examples

```bash
# Basic system info
fastfetch

# JSON output
fastfetch --format json

# Specific modules
fastfetch -s os:kernel:cpu:gpu:memory:disk

# List all modules
fastfetch -c all.jsonc
```

## Key Features
- 100+ system modules (OS, kernel, CPU, GPU, memory, disk, network, etc.)
- JSON output for scripting
- Highly customizable via JSONC config
- Active development (neofetch successor)

