← Back to Skills Marketplace
vinhbui3004

Upload video to AIOZ Stream

by vinhbui3004 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1222
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install video-upload-aioz-stream
Description
Quick upload video to AIOZ Stream API. Create video objects with default or custom encoding configurations, upload the file, complete the upload, then return the video link to the user.
Usage Guidance
This skill appears to implement a standard video upload flow, but exercise caution before providing secret keys. Verify the service domain (api-w3stream.attoaioz.cyou) and that it is the legitimate endpoint for the vendor you expect — the package mixes names (AIOZ Stream vs W3Stream), which could indicate repackaging. Do not paste long-lived secret keys into an untrusted chat: prefer using temporary keys, test with a throwaway account, or run the included scripts locally in an isolated environment. If you plan to use it, review the scripts yourself (they are plain shell) and confirm the endpoint and headers are what you expect. If anything looks unfamiliar (domain, owner, or unexpected network calls), don't provide secrets and contact the vendor for an official client or documentation.
Capability Analysis
Type: OpenClaw Skill Name: video-upload-aioz-stream Version: 1.0.1 The skill bundle is designed for uploading videos to the AIOZ Stream API. It requires API keys explicitly provided by the user and uses standard utilities like `curl`, `jq`, `md5sum`, and `stat` for network communication, JSON parsing, file hashing, and file size retrieval, all of which are directly relevant to the stated purpose. The `SKILL.md` instructions are clear, task-oriented, and do not contain any prompt injection attempts or instructions for malicious behavior. File operations are limited to user-specified video and thumbnail paths, and all network requests target the legitimate AIOZ Stream API endpoint (api-w3stream.attoaioz.cyou). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Functionality (create video, upload parts, complete, get details) and required binaries (curl, md5sum) align with an upload skill. However there are inconsistencies in naming/branding: SKILL.md and README call the service AIOZ Stream / W3Stream interchangeably and base URL is api-w3stream.attoaioz.cyou (unusual domain). also metadata declares no required credentials but the skill requires user-provided public/secret keys — this mismatch should be confirmed.
Instruction Scope
Runtime instructions and included scripts focus on creating video objects, multipart upload, and retrieving details. The scripts only read the provided file paths and temporary chunk hashes; they do not access other system files or unrelated environment variables. They do require the user to supply secret API keys which will be sent as headers on every API call.
Install Mechanism
This is an instruction-only skill with bundled shell scripts and no install spec or external downloads. No archive extraction or remote code fetching is performed by the skill itself (lower install risk).
Credentials
The skill legitimately needs an API public and secret key for the streaming service. Those keys are not declared as required env vars in the registry metadata (the scripts expect them as CLI args and SKILL.md instructs the agent to ask the user), which is an inconsistency to be aware of. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence or modification of other skills. It runs on-demand and does not attempt to modify system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-upload-aioz-stream
  3. After installation, invoke the skill by name or use /video-upload-aioz-stream
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Renamed all references from "W3Stream" to "AIOZ Stream" for clarity and consistency. - Updated skill name and description to reflect AIOZ Stream branding. - Adjusted example user prompts and authentication instructions to use the AIOZ Stream name. - No changes to functionality or usage flow.
v1.0.0
Initial release of w3stream-video-upload. - Upload videos to W3Stream via a simple 3-step API flow (create, upload, complete) - Supports both quick (default) and advanced (custom encoding) video object creation - Users can specify video qualities, codecs, metadata, and more for custom uploads - Provides instructions for authentication using W3Stream API keys - Returns direct HLS/DASH streaming links after upload completion - Includes clear response and error handling guidance
Metadata
Slug video-upload-aioz-stream
Version 1.0.1
License
All-time Installs 2
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Upload video to AIOZ Stream?

Quick upload video to AIOZ Stream API. Create video objects with default or custom encoding configurations, upload the file, complete the upload, then return the video link to the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 1222 downloads so far.

How do I install Upload video to AIOZ Stream?

Run "/install video-upload-aioz-stream" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Upload video to AIOZ Stream free?

Yes, Upload video to AIOZ Stream is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Upload video to AIOZ Stream support?

Upload video to AIOZ Stream is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Upload video to AIOZ Stream?

It is built and maintained by vinhbui3004 (@vinhbui3004); the current version is v1.0.1.

💬 Comments