Alibaba Cloud OSS (Object Storage Service)

Manage Alibaba Cloud OSS buckets, objects, and configurations via TypeScript SDK.

7|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/agents-infrastructure/licell --skill alibaba-cloud-oss-object-storage-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Alibaba Cloud OSS (Object Storage Service)
Source: https://github.com/agents-infrastructure/licell/tree/main/.claude/skills/alicloud-oss
Command: npx skills add https://github.com/agents-infrastructure/licell --skill alibaba-cloud-oss-object-storage-service

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @alicloud/oss20190517, @alicloud/openapi-client, @alicloud/gateway-oss, @alicloud/gateway-spi, @alicloud/tea-util, @alicloud/openapi-util, @alicloud/tea-typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive management capabilities for Alibaba Cloud Object Storage Service (OSS), enabling users to interact with buckets, objects, and their configurations programmatically.

Core Features & Use Cases

  • Bucket Management: Create, list, delete, and configure OSS buckets.
  • Object Operations: Upload, download, copy, delete, and manage object metadata and ACLs.
  • Advanced Configurations: Set up lifecycle rules, CORS, versioning, replication, and WORM policies.
  • Use Case: Automate the deployment of static website assets to an OSS bucket, configure CDN for the bucket, and manage object versioning for disaster recovery.

Quick Start

Use the Alibaba Cloud OSS skill to upload the local file '/path/to/your/file.txt' to the bucket 'your-bucket-name' with the key 'remote/path/file.txt'.

Frequently Asked Questions about Alibaba Cloud OSS (Object Storage Service)

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

FAQPage Schema
How do I manage Alibaba Cloud OSS buckets and objects programmatically?

You can manage Alibaba Cloud OSS buckets and objects programmatically by utilizing the @alicloud/oss20190517 TypeScript SDK to handle uploads, downloads, and bucket configurations. This Skill covers all 90 APIs for the 2019-05-17 version.

Can I configure lifecycle rules and CORS for Alibaba Cloud Object Storage Service?

Yes, you can configure lifecycle rules, CORS, versioning, encryption, and WORM policies for Alibaba Cloud Object Storage Service. The Skill applies these advanced bucket configurations directly through the OSS 2019-05-17 TypeScript SDK.

What is the best way to automate static website asset uploads to Alibaba Cloud OSS?

The best way to automate static website asset uploads to Alibaba Cloud OSS is using this Skill to upload local files to designated buckets, configure object ACLs, and manage object metadata for deployment.

Does this OSS Skill support multipart uploads for large files in Alibaba Cloud?

Yes, this OSS Skill supports multipart uploads for large files in Alibaba Cloud. It manages multipart uploads alongside core object operations like copying, deleting, and downloading using the official TypeScript SDK.

How do I set up cross-region replication for Alibaba Cloud OSS buckets?

You set up cross-region replication for Alibaba Cloud OSS buckets by applying the replication configuration APIs included in the 2019-05-17 version. This Skill manages replication rules to synchronize data across regions for disaster recovery.