From oss-plugin
Trigger when the user asks to upload, download, list, delete, or sync files on Alibaba Cloud OSS, or to generate signed URLs for private objects. Operates via Python CLI scripts in the scripts/ directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oss-plugin:oss-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage files on Alibaba Cloud OSS through Python helper scripts.
Manage files on Alibaba Cloud OSS through Python helper scripts.
All commands run via python scripts/run.py <script> [args...] from the
skill root directory (skills/oss-skill/).
python -m pip install -r requirements.txt.env.example to .env and fill in credentials:
OSS_ENDPOINT, OSS_BUCKET, OSS_ACCESS_KEY_ID, OSS_ACCESS_KEY_SECRET| Action | Command |
|---|---|
| Upload file | python scripts/run.py upload.py --src ./file.jpg --key remote/path.jpg |
| Upload directory | python scripts/run.py upload.py --src ./dir --prefix remote/prefix |
| List objects | python scripts/run.py list_objects.py --prefix prefix/ --max 200 |
| Download | python scripts/run.py download.py --key remote/path.jpg --dest ./local.jpg |
| Delete single | python scripts/run.py delete.py --key remote/path.jpg |
| Delete by prefix | python scripts/run.py delete.py --prefix remote/temp/ |
| Signed URL | python scripts/run.py sign_url.py --key remote/path.jpg --expires 3600 |
| Sync directory | python scripts/run.py sync.py --src ./dir --prefix remote/prefix |
.env files.See the references/ directory for:
troubleshooting.md -- common OSS errors and fixesexamples.md -- detailed usage examples and initialization checklistIf you encounter any issues with this plugin, please report them following our Support Guide. Your feedback helps improve the community experience!
npx claudepluginhub istarwyh/agent-plugins --plugin oss-pluginManages 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.
Guides file storage and CDN setup with object storage (S3, GCS, Azure Blob), presigned URLs, image/video processing pipelines, lifecycle policies, cost optimization, and backups.
Manages OCI Object Storage with Python SDK: discover namespaces, create/versioned buckets, simple/multipart uploads, PARs, lifecycle policies.