oss-manager

Automate Alibaba Cloud OSS object management via ossutil CLI.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/liutao96/skill --skill oss-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oss-manager
Source: https://github.com/liutao96/skill/tree/main/oss-manager
Command: npx skills add https://github.com/liutao96/skill --skill oss-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool simplifies managing Alibaba Cloud OSS by providing a compact CLI to list, upload, download, sync, and delete objects across buckets and prefixes.

Core Features & Use Cases

  • List bucket contents with optional recursion to inspect files and prefixes.
  • Upload and download files or directories to OSS with local-path support.
  • Synchronize local directories with OSS to maintain backups, deployments, and mirror data.

Quick Start

Start by running the tool to perform a basic operation on your OSS bucket.

Frequently Asked Questions about oss-manager

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

FAQPage Schema
How do I sync a local directory with Alibaba Cloud OSS?▼

You can sync a local directory with Alibaba Cloud OSS by using the CLI to map local paths to oss:// URLs with optional recursive flags, maintaining identical data for backups and deployments.

How do I list and download objects from an Aliyun OSS bucket?▼

To list and download objects from an Aliyun OSS bucket, the CLI operates on oss:// URLs, allowing you to inspect contents with optional recursion and download files directly to local paths.

Do I need ossutil installed to manage Alibaba Cloud object storage?▼

Yes, you need ossutil v1.7+ installed and a configured ~/.ossutilconfig file to authenticate and manage Alibaba Cloud object storage through the CLI.

How does the CLI handle destructive actions like removing OSS objects?▼

For destructive actions like removing OSS objects, the CLI includes input validation and requires explicit user confirmations to prevent accidental data loss during bucket administration.

Can I upload files to OSS without writing custom scripts?▼

Yes, you can upload files or directories to OSS without writing custom scripts by using the CLI to transfer local paths directly to oss:// URLs, ensuring idempotent operations.