← 返回 Skills 市场
brorlandi

OpenClaw YouTube Upload

作者 BrOrlandi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
401
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-youtube-upload
功能描述
Uploads a video to YouTube using the official YouTube Data API v3 and OAuth 2.0. Use this skill when the user asks to upload a video to YouTube. It supports...
安全使用建议
This skill appears to do exactly what it says: upload videos to YouTube via the official API using OAuth. Before installing or running it, review and follow these precautions: (1) Protect your client_secret.json and the generated token.pickle — they contain credentials/refresh tokens and should not be stored in public/shared directories. (2) Be aware the OAuth scope grants upload rights to the linked YouTube account; use a dedicated account or confirm permissions if you have multiple accounts. (3) First run requires interactive authentication (a browser or following a URL); the script opens a local server to complete the flow. (4) The README asks you to pip-install Google libraries from PyPI — ensure your environment's pip is trustworthy. (5) If you want token storage elsewhere or more restrictive handling, inspect/modify scripts/upload.py (token_file variable) before use. Overall the skill is internally consistent and coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: openclaw-youtube-upload Version: 1.0.0 The OpenClaw YouTube Upload skill is benign. It uses official Google API client libraries and standard OAuth 2.0 for its stated purpose of uploading videos to YouTube. The `scripts/upload.py` handles credentials (`client_secret.json`, `token.pickle`) securely and interacts solely with the YouTube Data API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md` that would lead to unauthorized actions or compromise the agent or system.
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md. Required binaries (python3, pip3) and the client_secret.json OAuth file are appropriate and expected for interacting with the YouTube Data API.
Instruction Scope
SKILL.md and the script only reference the video file, the client_secret.json file, and a local token.pickle for OAuth credentials. The auth flow uses an installed-app local server and requires user interaction on first run — this is expected. There are no instructions to read unrelated files, access unrelated environment variables, or send data to third-party endpoints outside Google APIs.
Install Mechanism
No automated install spec is provided (instruction-only). The README instructs installing standard Google API packages via pip from PyPI — a normal, proportional dependency for this functionality. No remote arbitrary downloads or archive extraction are present.
Credentials
No environment variables or unrelated credentials are requested. The single external secret required is a Google OAuth client_secret.json, which is necessary for the described OAuth flow. The script writes token.pickle locally (contains OAuth tokens) — this is expected but should be protected by the user.
Persistence & Privilege
The skill does not request always:true, nor does it modify other skills or system-wide settings. It stores OAuth tokens in token.pickle in the working directory, which is normal for installed-app flows and limited in scope to the user's environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-youtube-upload
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-youtube-upload 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug openclaw-youtube-upload
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw YouTube Upload 是什么?

Uploads a video to YouTube using the official YouTube Data API v3 and OAuth 2.0. Use this skill when the user asks to upload a video to YouTube. It supports... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 401 次。

如何安装 OpenClaw YouTube Upload?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-youtube-upload」即可一键安装,无需额外配置。

OpenClaw YouTube Upload 是免费的吗?

是的,OpenClaw YouTube Upload 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw YouTube Upload 支持哪些平台?

OpenClaw YouTube Upload 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw YouTube Upload?

由 BrOrlandi(@brorlandi)开发并维护,当前版本 v1.0.0。

💬 留言讨论