hyperdu
v0.4.0Disk usage for agents: find what is filling a drive and what can safely be freed. Bundles the HyperDU MCP server and a disk-space triage skill.
By automationjpLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 7, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/automationjp/HyperDiskUsageClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/disk-space-triage/SKILL.md└── mcp.json
Included Skills1
Find out why a disk is full and what can safely be freed, using the HyperDU scanner. Use when a drive is out of space, a build fails with "no space left on device", or the user asks what is using their disk, which directories are largest, or what is safe to delete. Covers per-volume free space, largest-directory scans, and separating regenerable build output (Cargo target, node_modules, virtualenvs) from data that cannot be rebuilt.
MCP servers1
- command
- hyperdu-mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "hyperdu",
"version": "0.4.0",
"description": "Disk usage for agents: find what is filling a drive and what can safely be freed. Bundles the HyperDU MCP server and a disk-space triage skill.",
"author": {
"name": "automationjp",
"url": "https://github.com/automationjp"
},
"homepage": "https://github.com/automationjp/HyperDiskUsage#readme",
"repository": "https://github.com/automationjp/HyperDiskUsage",
"license": "MIT",
"keywords": [
"disk-usage",
"storage",
"cleanup",
"build-artifacts",
"filesystem"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hyperdu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hyperdu)