← Back to Skills Marketplace
x-df
by
Edwin.JH.Lee
· GitHub ↗
· v1.0.2
· MIT-0
256
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install x-df
Description
Enhanced `df` combining disk usage and mount info. Supports CSV, TSV, and TUI with filesystem type detection. **Dependency**: This is an x-cmd module. Instal...
Usage Guidance
This skill appears internally consistent for an enhanced df/mount viewer: it will run standard disk and mount commands and format their output. However: (1) there are no code files or install recipe here — it is instruction-only and relies on an external x-cmd module; verify you obtain x-cmd from a trusted source before installing. (2) The skill source/homepage is unknown, so you cannot audit its implementation; that lowers confidence. (3) Running the skill (or allowing an agent to invoke it) will reveal local disk and mount information — consider whether that data is sensitive in your environment. If you need higher assurance, request the x-cmd/x-df implementation or an install manifest (repository or release URL) to review before enabling.
Capability Analysis
Type: OpenClaw Skill
Name: x-df
Version: 1.0.2
The skill bundle for 'x-df' consists of metadata and documentation for an enhanced disk usage utility that integrates with the x-cmd framework. The SKILL.md file provides legitimate instructions for the AI agent to display disk space and mount information in various formats (CSV, TSV, TUI) across Linux, macOS, and Windows. No malicious code, data exfiltration patterns, or prompt injection attacks were identified.
Capability Assessment
Purpose & Capability
Name/description match the actions described: combining df and mount (or /proc/mounts) and producing TSV/CSV/TUI output is coherent. References to x-cmd as a dependency are expected for an x-cmd extension.
Instruction Scope
SKILL.md instructs use of system utilities (df, mount, /proc/mounts, wmic/PowerShell on Windows) and piping into csv/awk/grep — all directly relevant to collecting and formatting disk/mount information. It does not direct reading of unrelated files, environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is included (instruction-only), so nothing will be written or downloaded by this skill itself. It does require x-cmd to be installed separately; the SKILL.md points users to the x-cmd skill for installation options.
Credentials
No required environment variables, credentials, or config paths are requested. The runtime actions (reading /proc/mounts, running df/mount/wmic) are proportional to the stated purpose.
Persistence & Privilege
Skill is not always-on and does not request any special persistent privileges. It does not declare modifications to other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-df - After installation, invoke the skill by name or use
/x-df - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated dependency note: clarified x-cmd must be installed first, with reference to the x-cmd skill for installation options.
- Windows backend description updated: specifies use of `wmic` or PowerShell `Get-Volume` for disk info.
- Metadata version bump to 1.0.2.
v1.0.1
- Updated requirement instructions to clarify that x-cmd must be installed first
- Simplified the "Related" section for brevity
- Minor wording tweaks and description rephrasing for clarity
- Bumped version to 1.0.1
v1.0.0
x-df 1.0.0
- Initial release: Enhanced `df` tool combining disk usage and mount details.
- Supports multiple output formats: TSV, CSV, interactive TUI, and raw system output.
- Auto-detects terminal vs. piped usage for appropriate output format.
- Provides cross-platform support: Linux, macOS (with extra inode details), and Windows.
- Requires and integrates with x-cmd for installation and usage.
Metadata
Frequently Asked Questions
What is x-df?
Enhanced `df` combining disk usage and mount info. Supports CSV, TSV, and TUI with filesystem type detection. **Dependency**: This is an x-cmd module. Instal... It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install x-df?
Run "/install x-df" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is x-df free?
Yes, x-df is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does x-df support?
x-df is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created x-df?
It is built and maintained by Edwin.JH.Lee (@edwinjhlee); the current version is v1.0.2.
More Skills