Plugin · Claude Code · Automation

Lorainwings Oss Uploader Skills

lorainwings-oss-uploader-skills is a Claude Code plugin for the Build phase that uploads files and directories to Aliyun OSS from your agent session.

by lorainwings · github.com/lorainwings/oss-uploader-skills

Upload local files or directories from your dev session to Aliyun OSS buckets without writing one-off SDK scripts each time.

1
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install lorainwings-oss-uploader-skills@lorainwings/oss-uploader-skills
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:lorainwings/oss-uploader-skills") and the paste-ready config with skillselion.get_install_config("plugin:lorainwings/oss-uploader-skills").

About

What it does

lorainwings-oss-uploader-skills is a Claude Code plugin that wraps Aliyun OSS upload workflows so solo builders 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. It fits the build phase when you connect storage to your backend, CDN, or deployment pipeline, especially for teams already on Aliyun rather than AWS S3. 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.

Highlights

  • 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

Why builders use it

Shipping assets to Aliyun OSS means rewriting SDK boilerplate and path logic for every upload task.

You can direct Claude Code to push local files or trees into OSS buckets with consistent, skill-driven steps.

At a glance

  • Type - Plugin in Automation.
  • Adoption - 0 installs, 1 stars, 0 votes.

FAQ

Who is lorainwings-oss-uploader-skills for?

Solo 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.

Discussion

Comments

Share how you use lorainwings-oss-uploader-skills, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.