alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-storage-oss-ossutilWhat This Skill Does
The alicloud-storage-oss-ossutil skill provides a robust interface for interacting with Alibaba Cloud Object Storage Service (OSS) directly from your command line. Built upon the official OSSUTIL 2.0 tool, this skill enables seamless management of your cloud storage resources. It simplifies the complex processes of authentication, bucket discovery, and data transfer. Whether you need to synchronize large local datasets to the cloud, configure bucket permissions, or automate maintenance tasks, this agent acts as your expert assistant, handling the nuances of region endpoints, signature versions, and configuration file management.
Installation
To begin, ensure you have the OpenClaw environment active. You can install the skill by executing: clawhub install openclaw/skills/skills/cinience/alicloud-storage-oss-ossutil. Once installed, you should initialize your credentials. The skill supports multiple methods: interactive configuration via ossutil config, defining environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and ALICLOUD_REGION_ID), or utilizing the standard ~/.alibabacloud/credentials file. For security, we recommend using RAM user credentials with limited permissions rather than root account keys.
Use Cases
This skill is ideal for DevOps engineers and data analysts who need to manage cloud storage without navigating the GUI console. Common use cases include:
- Bulk data migration: Transferring thousands of files from local servers to OSS buckets using the high-performance
synccommand. - Environment Automation: Deploying static assets or backups as part of a CI/CD pipeline.
- Resource Auditing: Listing and verifying bucket contents, checking object metadata, or validating permissions.
- Cross-Region Management: Managing resources across multiple global regions by accurately configuring endpoint parameters.
Example Prompts
- "List all my OSS buckets and then show me the files in the 'production-backup-data' bucket located in the cn-shanghai region."
- "Synchronize the folder '/data/logs' to the oss://my-app-logs bucket, and make sure to delete files from the bucket that no longer exist locally."
- "I'm getting an 'Invalid signing region' error when trying to upload files. Can you help me fix my endpoint configuration for this bucket?"
Tips & Limitations
- Regional Accuracy: Always specify the correct
--regionand-e(endpoint) parameters. Mismatched regions often cause 'Invalid signing region' errors. - Performance: For extremely large buckets, always use
--limited-numto prevent command timeouts. - Security: Never share your AccessKey Secret in plain text. Prefer environment variables or configuration files for automated agent tasks.
- Scope: This skill covers OSSUTIL 2.0 commands. If you are performing operations outside the scope of standard CLI tasks (like complex identity management), you may need to supplement this with the Alibaba Cloud SDK.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cinience-alicloud-storage-oss-ossutil": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-observability-sls-log-query
Query and troubleshoot logs in Alibaba Cloud Log Service (SLS) using query|analysis syntax and the Python SDK. Use for time-bounded log search, error investigation, and root-cause analysis workflows.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.