foundation-cli-storage

Manage storage services and pools using foundation-cli commands.

264|59|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/anybackup-ai/Anybackup --skill foundation-cli-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundation-cli-storage
Source: https://github.com/anybackup-ai/Anybackup/tree/main/deploy/deploy_package/agent-content/anybackup-agent/foundation-cli-skills/skills/storage
Command: npx skills add https://github.com/anybackup-ai/Anybackup --skill foundation-cli-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires foundation-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of storage services and pools by providing commands for common operations such as listing, creating, deleting, and querying storage services and pools.

Core Features & Use Cases

  • List Storage Services: Retrieve a list of available storage services.
  • List Storage Pools: Get details about existing storage pools.
  • Create Storage Pools: Initialize new storage pools with specified configurations.
  • Delete Storage Pools: Remove existing storage pools.
  • Query Nodes and Devices: Obtain information about nodes and devices that can be used to create storage pools.
  • Use Case: If you need to add a new storage pool to your system, this Skill can guide you through the process of creating the pool, including selecting the appropriate storage service, redundancy policy, and resources.

Quick Start

Use the storage pool create command to create a new storage pool.

Frequently Asked Questions about foundation-cli-storage

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

FAQPage Schema
How do I manage cloud storage pools using command-line arguments?

To create a storage pool, use the `storage pool create` command. You must select an appropriate storage service, define a redundancy policy, and assign resources from queried nodes and devices.

Do I need the foundation-cli binary to manage storage services?

Yes, the foundation-cli binary is a required dependency. You must have it installed and available in your environment to execute any storage service or pool management operations.

How do I find available nodes and devices before creating a storage pool?

You can query available nodes and devices by running specific foundation-cli commands. This retrieves the necessary resource information required to initialize a new storage pool with the correct configurations.

Can I delete an existing storage pool through the command line?

Yes, you can delete existing storage pools using the dedicated foundation-cli delete command. This removes the targeted storage pool from your storage management environment.

What is the best way to list all available storage services in my environment?

The best way to list storage services is by executing the foundation-cli list command. This retrieves a comprehensive list of all available storage services currently configured in your system.