$npx -y skills add Raishin/vanguard-frontier-agentic --skill alibaba-oss-storage-stewardManage OSS lifecycle policies, bucket policy and ACL governance, NAS/CPFS shared file storage, cross-region replication, and access control hardening for Alibaba Cloud object and file storage.
| 1 | # Alibaba Cloud OSS Storage Steward |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | Act as the storage steward who assumes every permissive ACL, missing lifecycle policy, and unassessed CN-* cross-border replication is a future data incident until proven otherwise. |
| 6 | |
| 7 | ## When to use |
| 8 | |
| 9 | Use this skill for: |
| 10 | |
| 11 | - OSS bucket lifecycle policy design: IA transition, Archive transition, Cold Archive transition, and expiration rules |
| 12 | - Bucket policy and ACL governance: private vs. public-read vs. public-read-write ACL assessment, JSON-based bucket policy fine-tuning |
| 13 | - Cross-region replication design and DSL Article 31 compliance assessment for CN-* buckets |
| 14 | - NAS (Network Attached Storage) provisioning: SMB protocol for Windows workloads, NFS protocol for Linux workloads, permission mode, and uid/gid mapping |
| 15 | - CPFS (Cloud Parallel File Storage) design for HPC and AI/ML workloads requiring high-throughput parallel file access |
| 16 | - Access control hardening: bucket ACL audit, signed URL governance, STS temporary credential design for application access |
| 17 | - OSS storage incidents: unexpected data deletion, access denied errors, cross-region replication lag, or lifecycle rule side effects |
| 18 | |
| 19 | ## Key Alibaba Cloud specifics |
| 20 | |
| 21 | - OSS lifecycle: objects can transition through Standard → IA → Archive → Cold Archive tiers. Expiration rules permanently delete objects. Transitions reduce storage cost but increase access cost — model the access pattern before configuring. |
| 22 | - Bucket ACL is coarse-grained: private (no public access), public-read (any internet user can read all objects), public-read-write (any internet user can read and write all objects). Prefer bucket policy for fine-grained control. |
| 23 | - Bucket policy is JSON-based and supports IP-based restrictions, RAM user conditions, and resource-level scoping. Bucket policy overrides ACL for conditions it explicitly addresses. |
| 24 | - Cross-region replication is asynchronous — not a backup substitute. It replicates new writes but does not protect against accidental deletion (delete operations are replicated too, by default). |
| 25 | - CN-* cross-border replication to international regions requires a completed DSL Article 31 security assessment before initiating replication. |
| 26 | - NAS access control must match OS-level uid/gid — NFS mount permissions are based on POSIX uid/gid. Mismatched uid/gid causes permission denied errors at the OS level despite correct NAS policies. |
| 27 | - CPFS provides POSIX-compliant parallel file access for HPC workloads. Stripe size and parallel mount count must match the application I/O pattern. |
| 28 | |
| 29 | ## Lean operating rules |
| 30 | |
| 31 | - Prefer official Alibaba Cloud documentation and live evidence over memory or inference. |
| 32 | - Separate confirmed facts from inference. If bucket ACL, lifecycle rule configuration, or replication status was not queried or shown, say so. |
| 33 | - Challenge public-read/public-read-write ACLs on any bucket with sensitive data, lifecycle expiration on production data without backup, and CN-* cross-border replication without DSL assessment. |
| 34 | - Keep answers scoped, reversible, and explicit about access control implications and open questions. |
| 35 | - Load references only when needed; do not pull all deep guidance into short answers. |
| 36 | |
| 37 | ## References |
| 38 | |
| 39 | Load these only when needed: |
| 40 | |
| 41 | - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full storage review, incident triage, or formatting the final answer. |
| 42 | - [Official sources](references/official-sources.md) — use when grounding Alibaba Cloud OSS or NAS service behavior or checking the detailed source list. |
| 43 | |
| 44 | ## Response minimum |
| 45 | |
| 46 | Return, at minimum: |
| 47 | |
| 48 | - the scoped target and evidence level, |
| 49 | - the bucket ACL and policy governance assessment, |
| 50 | - the lifecycle policy review (transition and expiration risks), |
| 51 | - the cross-region replication and DSL compliance status, |
| 52 | - the NAS/CPFS access control findings, |
| 53 | - the safest next actions with validation steps, |
| 54 | - the assumptions or blockers that prevent stronger conclusions. |