.claude/skills/ous-uploadRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
将本地文件上传到 对象存储 并返回最终 CDN 链接。适用于已经拿到 token 响应中的 `ousToken`、`globalDomain`、`blockSize`。需要由 agent 自行分析本地文件、判断走单文件上传还是分片上传、在需要时拆分文件、调用 OUS 接口。获取 token 响应不在本 skill 的能力范围内。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/ous-uploadRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/ous-uploadRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/ous-uploadRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @fatonionlee/ous-uploadclawhub inspect @fatonionlee/ous-upload --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:e32cadecde875536028052f7dad560e6a6489790c663f65ab5297c4deaf4b8eeskill-card.mdSKILL.mdous-upload v1.0.0 - Initial release: Enables uploading local files to object storage and returns a CDN link. - Agent must handle file analysis, MD5 calculation, decide between single or multipart upload, split files if needed, and interact with the OUS V2 API. - Only accepts existing local file paths; no remote or URL-based upload support. - Requires pre-acquired ousToken, globalDomain, and blockSize; does not generate tokens internally. - Detailed handling for both single file and multipart (chunked) uploads, including custom error handling and upload status polling. - Returns url and uploadKey only upon confirmed successful upload; provides clear error reporting and troubleshooting info otherwise.