← 返回 Skills 市场
4553
总下载
1
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install youtube-api
功能描述
Use when YouTube data is needed without Google API quotas or OAuth setup: transcripts, video metadata, channel info, search results, playlists. Triggers on p...
安全使用建议
Install only if you trust TranscriptAPI and are comfortable with an agent sending YouTube-related queries, URLs, handles, and account setup data to that service. Prefer creating the account yourself, providing a dedicated key through a proper secret manager, confirming exactly where it will be stored, and revoking or rotating the key when you stop using the skill.
功能分析
Type: OpenClaw Skill
Name: youtube-api
Version: 1.5.0
The skill contains instructions in `references/auth-setup.md` that explicitly guide the AI agent to bypass security redaction mechanisms (specifically mentioning Hermes and Claude Code) by writing sensitive tokens to temporary files to avoid detection by the runtime's output filters. It also directs the agent to persist environment variables in shell configuration files and defines broad triggers in `SKILL.md` that allow it to activate even when not explicitly requested. While these behaviors are presented as necessary for the `transcriptapi.com` setup, the deliberate guidance on evading platform security controls is a high-risk indicator.
能力评估
Purpose & Capability
The main capability, fetching YouTube transcripts, metadata, channels, search results, and playlists through TranscriptAPI, matches the stated purpose; the credential setup flow is related but high-impact.
Instruction Scope
The trigger text allows use when YouTube content would help even if YouTube is not explicitly mentioned, which can send loosely related queries, links, handles, or creator names to a third-party API and consume credits without a clear confirmation boundary.
Install Mechanism
The artifact contains markdown instructions only and no executable scripts, package install steps, background workers, or hidden code files.
Credentials
Network access and a TranscriptAPI key are expected, but the setup guide also has the agent collect an email address and OTP, perform account registration, and handle raw auth responses; the user-facing disclosure of third-party data flow is incomplete.
Persistence & Privilege
The guide instructs persistent storage of the API key for future and non-interactive sessions, and it tells the agent to use temporary files to avoid runtime redaction of token values before cleaning them up.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
Replace auth.js with agent-native auth-setup.md; fix YAML frontmatter (quote descriptions); add version field; move homepage into metadata.openclaw.
v1.4.1
ClawHub variant: minimal tapi-auth.js v3.0.0, only writes to ~/.openclaw/openclaw.json
v1.4.0
**File write and environment setup improvements for autonomous/background agent use.**
- Adds persistent API key writing to multiple shell/user config files for seamless skill authentication across sessions and shells.
- Backs up existing config files to `.bak` before modification for safety.
- Expands documentation with a new "File Writes" section detailing all config file paths and update logic.
- Updates environment and config requirements in metadata for enhanced compatibility.
- No changes to API endpoints or user-facing commands.
v1.3.4
- SKILL.md metadata formatting simplified to a more compact JSON structure.
- No changes to API usage instructions, examples, or endpoint details.
- Documentation and functionality remain unchanged.
v1.3.3
Major authentication and endpoint improvements.
- Simplified signup: registration now requires only email, no password; verification handles token/OTP, and API key is auto-saved.
- Authentication script updated for improved UX and direct shell profile integration.
- Endpoint reference now describes `channel` and `playlist` parameters, accepting handles, URLs, or IDs for flexibility.
- Added link to official OpenAPI spec for the full, up-to-date API reference.
- Env/binary requirements updated in metadata; skill is now explicitly user-invocable.
v1.3.2
Fix: markdown formatting + blank line between password warning and Step 2
v1.3.1
Fix: register response now echoes password + pre-filled next_command to prevent agents losing the password between register and verify steps
v1.3.0
Bundled auth script for agent-driven signup flow
v1.2.2
Fixed code block widths for proper rendering
v1.2.1
Removed separators
v1.2.0
Cleaned docs — removed internal implementation details
v1.1.0
Full v2 API support: search, channels, playlists. Accurate schemas, validation, cache TTLs.
v1.0.0
Initial release — YouTube transcripts via TranscriptAPI.com
元数据
常见问题
youtube-api 是什么?
Use when YouTube data is needed without Google API quotas or OAuth setup: transcripts, video metadata, channel info, search results, playlists. Triggers on p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4553 次。
如何安装 youtube-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-api」即可一键安装,无需额外配置。
youtube-api 是免费的吗?
是的,youtube-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
youtube-api 支持哪些平台?
youtube-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 youtube-api?
由 Rohit Das(@therohitdas)开发并维护,当前版本 v1.5.0。
推荐 Skills