
Lorainwings Oss Uploader Skills
- 1 repo stars
- Updated January 31, 2026
- lorainwings/oss-uploader-skills
lorainwings-oss-uploader-skills is a Claude Code plugin that uploads files and directories to Aliyun OSS from your agent session.
About
lorainwings-oss-uploader-skills is a Claude Code plugin that wraps Aliyun OSS upload workflows so developers can push files and folders to object storage while coding. If you ship a landing page, mobile bundle, or user-generated content path that must land on OSS, repeating AccessKey setup, endpoint URLs, and path prefixes in throwaway scripts wastes time and invites credential leaks in chat logs. The plugin exposes uploader-oriented skills the agent can invoke when you describe what to upload and where it should live in the bucket. You still need valid OSS credentials and bucket policy discipline; the plugin automates the upload ritual, not governance or lifecycle rules. Treat it as a focused integration helper—compare with generic S3 skills if you are multi-cloud.
- Claude Code plugin skills for Aliyun Object Storage Service (OSS)
- Upload individual files or whole directories to configured buckets
- Bridges local build outputs and cloud-hosted static or media assets
- Targets China-region Aliyun OSS, not generic S3-compatible flows unless you adapt config
- Single-plugin bundle from lorainwings/oss-uploader-skills
Lorainwings Oss Uploader Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install lorainwings-oss-uploader-skills@lorainwings/oss-uploader-skillsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | January 31, 2026 |
| Repository | lorainwings/oss-uploader-skills ↗ |
What it does
Upload local files or directories from your dev session to Aliyun OSS buckets without writing one-off SDK scripts each time.
Who is it for?
Best when you're on Aliyun and want agent-assisted OSS uploads during integration and asset deploy work.
Skip if: Projects on AWS S3-only stacks or teams that forbid cloud credentials in local agent environments.
What you get
You can direct Claude Code to push local files or trees into OSS buckets with consistent, skill-driven steps.
- Files or directories uploaded to specified OSS bucket prefixes
- Repeatable upload workflow the agent can rerun for new build outputs
By the numbers
- Plugin bundle count: 1
- Cloud provider: Aliyun OSS
- Source repository: lorainwings/oss-uploader-skills
Recommended Plugins
How it compares
Aliyun OSS upload integration plugin, not a full CDN, IAM, or multi-cloud storage abstraction.
FAQ
Who is Lorainwings Oss Uploader Skills for?
Developers and small teams using Claude Code and Aliyun OSS who need repeatable uploads of build artifacts, media, or static files.
When should I use Lorainwings Oss Uploader Skills?
While building features that persist files to OSS, syncing directories after a build, or testing bucket paths before production cutover.
How do I add Lorainwings Oss Uploader Skills to my agent?
Register the plugin from the lorainwings/oss-uploader-skills marketplace listing in Claude Code, configure OSS credentials per Aliyun docs, then invoke the uploader skills with local paths and bucket targets.