n8nspace

Monitors and cleans up disk space for Ubuntu n8n instances.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill n8nspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8nspace
Source: https://github.com/NewEarthAI/vibecode-project-template/tree/main/.claude/skills/n8nspace
Command: npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill n8nspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages disk space on Ubuntu VPS, helping to keep n8n and associated services running smoothly by monitoring and cleaning up disk usage.

Core Features & Use Cases

  • Disk Space Monitoring: Monitors disk usage and triggers actions when thresholds are reached.
  • Cleanup Operations: Cleans up logs, APT cache, Docker images, and binary data to reclaim disk space.
  • Emergency Mode: Provides an option to perform a full disk cleanup if needed.
  • Use Case: Use this Skill to automatically manage disk space for your n8n instances, ensuring they don't run out of disk space and remain operational.

Quick Start

Run the n8nspace command in Claude Code to start the disk space management process.

Frequently Asked Questions about n8nspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage disk space on an Ubuntu VPS running n8n and Docker Compose?

You can manage disk space by running a command in Claude Code to monitor disk usage and trigger cleanup operations for Docker images, logs, and APT cache on your Ubuntu VPS.

What is the best way to clean up Docker images and logs when my n8n VPS runs out of disk space?

Use an emergency cleanup mode to reclaim disk space by targeting and removing accumulated logs, APT cache, Docker images, and binary data on your n8n VPS.

Do I need sudo access to monitor disk usage and clean up an n8n VPS?

Yes, sudo access is required to perform disk space management and cleanup operations on an Ubuntu VPS, as removing system logs and Docker images requires administrative privileges.

Can I automatically trigger disk cleanup operations when my n8n instance reaches a certain storage threshold?

Yes, the disk space management process monitors disk usage and automatically triggers cleanup actions when predefined thresholds are reached to keep your n8n instance operational.

What does emergency mode do for n8n disk cleanup on Ubuntu?

Emergency mode performs a full disk cleanup on your Ubuntu VPS by removing logs, APT cache, Docker images, and binary data to quickly reclaim storage space during critical storage shortages.