Overview
- Skill Key
- cinience/alicloud-storage-oss-ossutil
- Author
- cinience
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/cinience/alicloud-storage-oss-ossutil
- Latest Commit SHA
- 14e8efc44a72ba96c10631457ed52366ce98dd2d
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 alicloud-storage-oss-ossutil 技能。 若已安装,则直接安装 alicloud-storage-oss-ossutil 技能。
Category: tool # OSS (ossutil 2.0) CLI Skill ## Validation ```bash python skills/storage/oss/alicloud-storage-oss-ossutil/scripts/check_ossutil.py --output output/alicloud-storage-oss-ossutil/validate.txt ``` Pass criteria: command exits 0 and `output/alicloud-storage-oss-ossutil/validate.txt` is generated. ## Output And Evidence - Save command outputs, object listings, and sync logs under `output/alicloud-storage-oss-ossutil/`. - Keep at least one upload or listing result as evidence. ## Goals - Use ossutil 2.0 to manage OSS: upload, download, sync, and resource management. - Provide a unified CLI flow for install, config, credentials, and region/endpoint handling. ## Quick Start Flow 1. Install ossutil 2.0. 2. Configure AK/SK and default region (`ossutil config` or config file). 3. Run `ossutil ls` to list buckets, then list objects using the bucket region. 4. Execute upload/download/sync or API-level commands. ## Install ossutil 2.0 - See `references/install.md` for platform-specific install steps. ## Configure ossutil - Interactive configuration: ```bash ossutil config ``` - Default config file paths: - Linux/macOS:`~/.ossutilconfig` - Windows:`C:\Users\issuser\.ossutilconfig` Main configuration fields include: - `AccessKey ID` - `AccessKey Secret` - `Region`(example default `cn-hangzhou`; ask the user if the best region is unclear) - `Endpoint`(optional; auto-derived from region if omitted) ## AccessKey configuration notes Use RAM users/roles with least privilege and avoid passing AK in plain text on command line. Recommended method (environment variables): ```bash export ALICLOUD_ACCESS_KEY_ID="<your-ak>" export ALICLOUD_ACCESS_KEY_SECRET="<your-sk>" export ALICLOUD_REGION_ID="cn-beijing" ``` `ALICLOUD_REGION_ID` can be used as default region; if unset choose the most reasonable region, ask user if unclear. Or use the standard shared credentials file: `~/.alibabacloud/credentials` ```ini [default] type = access_key access_key...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.