Alicloud Storage Oss Ossutil

🌐Community
by cinience · vlatest · Repository

Automates Aliyun OSS object management tasks using ossutil, streamlining backups, transfers, and lifecycle policies.

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 alicloud-storage-oss-ossutil npx -- -y @trustedskills/alicloud-storage-oss-ossutil
2

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

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

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

About This Skill

The alicloud-storage-oss-ossutil skill provides command-line access to Alibaba Cloud Object Storage Service (OSS) for AI agents. It enables automation of file management tasks such as uploading, downloading, listing, and deleting objects within OSS buckets directly from terminal environments.

When to use it

  • Automating the migration of large datasets into OSS for training pipelines.
  • Scripting routine backups of critical files stored in cloud buckets.
  • Cleaning up obsolete logs or temporary assets to manage storage costs.
  • Verifying file integrity by listing and inspecting object metadata remotely.

Key capabilities

  • Uploads and downloads objects between local systems and OSS buckets.
  • Lists directory contents and retrieves detailed object information.
  • Deletes specific files or entire prefixes within a bucket.
  • Supports batch operations for efficient handling of multiple files.
  • Manages ACLs (Access Control Lists) to control object permissions.

Example prompts

  • "Upload the latest model weights from my local directory to the 'ai-models' OSS bucket."
  • "List all log files older than 30 days in the 'app-logs' bucket and delete them."
  • "Download the configuration file named 'config.json' from the production bucket to my working directory."

Tips & gotchas

Ensure your AI agent has valid Alibaba Cloud credentials (AccessKey ID/Secret) configured with appropriate permissions before executing storage commands. This tool operates via CLI, so agents must be able to execute shell commands or interact with a terminal interface to function correctly.

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
cinience
Installs
127

🌐 Community

Passed automated security scans.