storage-management

Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.

242 stars

Best use case

storage-management is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.

Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "storage-management" skill to help with this workflow task. Context: Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/storage-management/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/dataknifeai/storage-management/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/storage-management/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How storage-management Compares

Feature / Agentstorage-managementStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Storage Management Skill

Manage and optimize storage in your Proxmox environment.

## What this skill does

This skill enables you to:
- List all storage devices in the cluster
- Get storage device details and capacity
- Monitor storage usage and utilization
- Track storage allocation per VM/container
- Analyze storage performance
- Plan storage expansion
- Manage storage pools
- Monitor storage health
- Identify storage bottlenecks
- Generate storage reports

## When to use this skill

Use this skill when you need to:
- Check available storage capacity
- Monitor storage utilization
- Plan storage expansion
- Analyze storage performance
- Troubleshoot storage issues
- Allocate storage to VMs/containers
- Monitor storage device health
- Generate capacity planning reports
- Optimize storage allocation

## Available Tools

- `get_storage` - Get all storage devices in the cluster
- `get_node_storage` - Get storage devices for a specific node

## Typical Workflows

### Storage Capacity Planning
1. Use `get_storage` to view all storage devices
2. Use `get_node_storage` for node-specific analysis
3. Analyze current usage and growth trends
4. Plan storage expansion or upgrades
5. Generate capacity report

### Storage Monitoring
1. Use `get_storage` to view overall utilization
2. Use `get_node_storage` for detailed per-node analysis
3. Monitor critical thresholds
4. Track usage trends over time
5. Alert on capacity issues

### Storage Optimization
1. Use `get_storage` to identify underutilized storage
2. Use `get_node_storage` to analyze node-level usage
3. Rebalance storage allocation
4. Archive or consolidate data
5. Optimize storage pool configuration

### Storage Troubleshooting
1. Use `get_storage` to verify device availability
2. Use `get_node_storage` to diagnose node-specific issues
3. Check for I/O errors or performance degradation
4. Verify RAID status and redundancy
5. Analyze performance metrics

## Example Questions

- "Show me all storage devices and their capacity"
- "What's the storage usage per node?"
- "Which storage devices are near capacity?"
- "How much free space do we have across all storage?"
- "Get storage capacity and planning report"
- "Are there any storage performance issues?"
- "Show storage allocation across the cluster"

## Response Format

When using this skill, I provide:
- Storage device listings with capacity/usage
- Per-node storage analysis
- Utilization percentages and trends
- Available capacity summary
- Bottleneck identification
- Expansion recommendations

## Best Practices

- Monitor storage capacity regularly
- Maintain 20-30% free space for performance
- Plan storage expansion proactively
- Implement redundancy for critical storage
- Monitor RAID health and status
- Use appropriate storage tiers for workload types
- Implement data archival policies
- Monitor I/O performance and latency
- Document storage configuration
- Test disaster recovery procedures
- Plan for future growth
- Use snapshots for backup and recovery

Related Skills

track-management

242
from aiskillstore/marketplace

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

server-management

242
from aiskillstore/marketplace

Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.

secrets-management

242
from aiskillstore/marketplace

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

react-state-management

242
from aiskillstore/marketplace

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.

monorepo-management

242
from aiskillstore/marketplace

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

istio-traffic-management

242
from aiskillstore/marketplace

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

dependency-management-deps-audit

242
from aiskillstore/marketplace

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

context-window-management

242
from aiskillstore/marketplace

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

context-management-context-save

242
from aiskillstore/marketplace

Use when working with context management context save

context-management-context-restore

242
from aiskillstore/marketplace

Use when working with context management context restore

azure-storage-queue-ts

242
from aiskillstore/marketplace

Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout".

azure-storage-queue-py

242
from aiskillstore/marketplace

Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue".