← 返回 Skills 市场
nerveband

YouTube API CLI

作者 nerveband · GitHub ↗ · v1.0.2
darwinlinux ✓ 安全检测通过
2700
总下载
3
收藏
7
当前安装
3
版本数
在 OpenClaw 中安装
/install yt-api-cli
功能描述
Manage your YouTube account from the command line. Complete CLI for YouTube Data API v3 - list/search videos, upload, manage playlists, and more.
安全使用建议
This skill appears to be what it claims (a YouTube Data API CLI). Before installing: 1) Verify the upstream GitHub repository and releases (owner, commit history, signed tags or checksums) since the registry metadata lacks a homepage; 2) Prefer building from source (go install) if you don't trust a release binary; 3) Protect OAuth client_secret and tokens (store config/tokens with restrictive permissions and avoid committing them); 4) If using service-account credentials, ensure the key file is stored securely and has least privilege; 5) Be cautious when running downloaded binaries (scan them, validate checksums). If you need higher assurance, request the repository URL/commit checksum from the publisher or inspect the source before use.
功能分析
Type: OpenClaw Skill Name: yt-api-cli Version: 1.0.2 The OpenClaw AgentSkills skill bundle for `yt-api-cli` appears benign. The `SKILL.md` provides standard instructions for installing and configuring a YouTube Data API CLI tool from a public GitHub repository (github.com/nerveband/youtube-api-cli). It requires YouTube API credentials as environment variables, which is expected for an API client. Installation involves `go install` or `curl` to download a binary, followed by `chmod +x` and `sudo mv` to `/usr/local/bin`, all standard procedures for CLI tool setup. There are no signs of data exfiltration, malicious execution patterns (e.g., `curl|bash`), persistence mechanisms, obfuscation, or prompt injection attempts against the agent that would lead to unauthorized actions or deviation from the stated purpose.
能力评估
Purpose & Capability
Name/description, listed commands, and declared required env vars (YT_API_AUTH_TYPE, YT_API_CLIENT_ID, YT_API_CLIENT_SECRET) all match a CLI that wraps the YouTube Data API. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md contains typical install and usage instructions (go install or GitHub release download), config file layout (~/.yt-api/config.yaml) and token storage (~/.yt-api/tokens.json). It also documents additional optional env vars (YT_API_OUTPUT, YT_API_CREDENTIALS) that were not listed in requires.env — this is reasonable but a minor mismatch to note. Instructions do not request reading unrelated system files or exfiltrating data.
Install Mechanism
The skill is instruction-only (no install spec in registry). The README suggests installing via `go install` or downloading releases from GitHub, which is an expected/traceable source. Downloading and running binaries carries normal operational risk — verify the release and checksum before use.
Credentials
Requested env vars are limited and appropriate for OAuth/service-account usage. Storing client_id/client_secret and tokens locally (as documented) is expected for this tool; be aware these secrets are sensitive and should be protected (0600 is recommended for tokens).
Persistence & Privilege
Skill does not request elevated or persistent platform-wide privileges. always is false and the tool stores credentials under its own config directory (~/.yt-api). It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yt-api-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yt-api-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial release
v1.0.1
Initial release
v1.0.0
Initial release
元数据
Slug yt-api-cli
版本 1.0.2
许可证
累计安装 9
当前安装数 7
历史版本数 3
常见问题

YouTube API CLI 是什么?

Manage your YouTube account from the command line. Complete CLI for YouTube Data API v3 - list/search videos, upload, manage playlists, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2700 次。

如何安装 YouTube API CLI?

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

YouTube API CLI 是免费的吗?

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

YouTube API CLI 支持哪些平台?

YouTube API CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 YouTube API CLI?

由 nerveband(@nerveband)开发并维护,当前版本 v1.0.2。

💬 留言讨论