Object Storage

🌐Community
by bagelhole · vlatest · Repository

Securely stores and retrieves files of any type within a designated cloud storage location.

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 object-storage npx -- -y @trustedskills/object-storage
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with object storage services. It facilitates tasks like uploading files, downloading files, listing objects within a bucket, and deleting objects. The agent can manage data stored in cloud-based or on-premise object stores.

When to use it

  • Automating backups: Regularly upload database dumps or application archives to secure offsite storage.
  • Content delivery: Retrieve images or videos from object storage for a website or application.
  • Data archival: Move infrequently accessed data to cheaper, long-term storage tiers.
  • Disaster recovery: Restore files and configurations from object storage in case of system failure.

Key capabilities

  • Upload files
  • Download files
  • List objects (files) within a bucket
  • Delete objects

Example prompts

  • "Upload this log file to my S3 bucket named 'logs'."
  • "List all the images in the 'website/images' folder of my object storage."
  • "Delete the file 'temp.txt' from my Azure Blob Storage container."

Tips & gotchas

The agent will require appropriate credentials (API keys, access tokens) to authenticate with your object storage service. Ensure these are securely managed and have the necessary permissions for the requested operations.

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.