🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Pywayne Aliyun Oss

by @wangyendt

Manage Aliyun OSS buckets in Python with upload, download, list, read, delete, copy, and move operations supporting authenticated and anonymous access.

Versionv0.1.0
πŸ’‘ Examples

from pywayne.aliyun_oss import OssManager

Initialize with write permissions

oss = OssManager( endpoint="https://oss-cn-xxx.aliyuncs.com", bucket_name="my-bucket", api_key="your_api_key", api_secret="your_api_secret" )

Initialize with read-only (anonymous) access

oss = OssManager( endpoint="https://oss-cn-xxx.aliyuncs.com", bucket_name="my-bucket", verbose=False # Disable verbose output )

View on ClawHub
TERMINAL
clawhub install aliyun-oss-2

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’