Block Storage

🌐Community
by bagelhole · vlatest · Repository

Securely stores and retrieves large files using decentralized block storage networks like IPFS.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add block-storage npx -- -y @trustedskills/block-storage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "block-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/block-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to interact with and manage block storage resources. It can be used to provision new volumes, delete existing ones, and retrieve information about their status and configuration. The skill aims to simplify common block storage management tasks through natural language commands.

When to use it

  • Provisioning Storage: Quickly create a new volume for a database or application deployment.
  • Deleting Unused Volumes: Identify and remove obsolete volumes to free up resources.
  • Checking Volume Status: Determine the health and availability of existing block storage volumes.
  • Retrieving Configuration Details: Obtain information such as size, type, and mount points for specific volumes.

Key capabilities

  • Provisioning new block storage volumes
  • Deleting existing block storage volumes
  • Retrieving volume status (e.g., available, in-use)
  • Providing details about volume configuration (size, type, mount point)

Example prompts

  • "Create a 100GB standard block storage volume named 'database-volume'."
  • "Delete the block storage volume called 'old-logs'."
  • "What is the status of the 'app-data' block storage volume?"
  • “Show me details for all active block storage volumes.”

Tips & gotchas

The skill requires appropriate cloud provider credentials to be configured within the AI agent environment. Volume names and sizes are often subject to specific naming conventions or size limitations imposed by your cloud provider, so ensure prompts adhere to these constraints.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
8

🌐 Community

Passed automated security scans.