Cloud Aliyun Oss
This skill enables interaction with Alibaba Cloud OSS for storing and retrieving files, streamlining data workflows and backups.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloud-aliyun-oss npx -- -y @trustedskills/cloud-aliyun-oss
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloud-aliyun-oss": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloud-aliyun-oss"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The cloud-aliyun-oss skill enables AI agents to interact with Alibaba Cloud's Object Storage Service (OSS) for managing digital assets in the cloud. It allows agents to upload, download, and delete files directly from OSS buckets using secure access credentials.
When to use it
- Automating the backup of application logs or user-generated content to a remote storage bucket.
- Retrieving static assets like images or documents from an OSS bucket for processing or display.
- Cleaning up temporary files or expired media stored in an Alibaba Cloud OSS instance.
- Integrating cloud storage workflows into serverless functions deployed on the Alibaba Cloud platform.
Key capabilities
- Uploads and downloads objects to and from specified OSS buckets.
- Deletes specific files or entire directories within a bucket.
- Manages file operations using provided access keys and security tokens.
- Supports standard object storage protocols compatible with Alibaba Cloud infrastructure.
Example prompts
- "Upload the latest dataset file from my local drive to the 'data-backup' OSS bucket."
- "Download all image files from the 'website-assets' bucket and save them to the project folder."
- "Delete any files in the 'temp-logs' bucket that were modified more than 30 days ago."
Tips & gotchas
Ensure you have valid Alibaba Cloud AccessKey ID and SecretAccessKey configured before attempting operations, as unauthorized access will fail. This skill is specific to Alibaba Cloud OSS; it cannot interact with storage services from other providers like AWS S3 or Azure Blob Storage.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.