# Dysk

> Use this skill when the user wants to get filesystem information like df but with better formatting and JSON/CSV output.

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

---


# dysk Plugin

Linux utility to get information on filesystems, like df but better.

## Commands

### Filesystem Info
- `dysk self version` — Print dysk version
- `dysk filesystem info` — Get filesystem information
- `dysk output json` — Output filesystem information in JSON format
- `dysk _ _` — Passthrough to dysk CLI

## Usage Examples

- "Show filesystem information"
- "Get disk usage in JSON format"
- "Check available disk space"

## Installation

```bash
cargo install dysk
```

## Examples

```bash
# Show filesystem info
dysk

# Output as JSON
dysk --json

# Output as CSV
dysk --csv

# Show specific mount point
dysk /home
```

## Key Features
- Better than df with cleaner output
- JSON and CSV output support
- Color-coded output
- Detailed filesystem information
- Script-friendly output formats

