← 返回 Skills 市场
YouTube API
作者
justoneapi
· GitHub ↗
· v1.0.4
· MIT-0
153
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install justoneapi-youtube
功能描述
Analyze YouTube workflows with JustOneAPI, including video Details and channel Videos.
使用说明 (SKILL.md)
YouTube
This skill wraps 2 YouTube operations exposed by JustOneAPI. It is strongest for video Details and channel Videos. Expect common inputs such as channelId, cursor, videoId.
When To Use It
- The user needs video Details or channel Videos on YouTube.
- The user can provide identifiers or filters such as
channelId,cursor,videoId. - The user wants an exact API-backed answer instead of a freeform summary.
Representative Operations
getYoutubeVideoDetailV1: Video Details — Get YouTube video Details data, including its title, description, and view counts, for tracking video engagement and statistics, extracting video metadata for content analysis, and verifying video availability and statusgetChannelVideosV1: Channel Videos — Retrieve a list of videos from a specific YouTube channel, providing detailed insights into content performance and upload history
Request Pattern
- 2 operations are available in this skill.
- HTTP methods used here:
GET. - The most common non-token parameters are
channelId,cursor,videoId. - All operations in this skill are parameter-driven requests; none require a request body.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
getYoutubeVideoDetailV1,getChannelVideosV1. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Start with a plain-language answer tied to the YouTube task the user asked for.
- Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
- When using
getYoutubeVideoDetailV1, explain why the returned fields answer the user's question. - If the user gave filters such as
channelId,cursor,videoId, echo those back so the scope is explicit. - If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears coherent: it needs node and a JUST_ONE_API_TOKEN to call JustOneAPI endpoints and returns JSON results. Before installing, confirm you trust https://api.justoneapi.com (review their docs/privacy) and issue a token with minimal scope. Note the helper sends the token in the URL query string — such tokens can be logged by intermediaries, so avoid using long-lived high-privilege tokens and rotate them if needed. If you require stricter token handling, request or implement use of an Authorization header rather than a query parameter.
能力标签
能力评估
Purpose & Capability
Name/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) match the actual behavior: the included runner calls JustOneAPI endpoints (api.justoneapi.com) to retrieve video details and channel videos.
Instruction Scope
SKILL.md limits actions to selecting an operation, collecting required parameters, and invoking the bundled bin/run.mjs helper. It does not instruct reading arbitrary host files or other environment variables. The helper only parses CLI args, builds a request, and fetches JSON from the declared API host.
Install Mechanism
There is no install spec (instruction-only), only a small included Node script. This is low-risk: nothing is downloaded from unknown URLs and no archives are extracted. The runtime requirement is simply that 'node' be present.
Credentials
Only JUST_ONE_API_TOKEN is required and is used for calls to JustOneAPI, which is proportionate. One caveat: the token is sent as a query parameter named 'token' (not an Authorization header), which can increase risk of token leakage via server logs, proxy logs, or referer headers — consider whether the token scope/permissions are limited and rotate it if exposed.
Persistence & Privilege
The skill does not request permanent/always-on presence (always: false) and does not modify other skills or system-wide configs. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-youtube - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-youtube触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- The operation name for YouTube video details was updated from getVideoDetailV1 to getYoutubeVideoDetailV1 across documentation and operation metadata.
- All usage instructions, representative operations, and endpoint references now consistently use the new operation name.
- No behavioral or parameter changes; this update aligns documentation and endpoint identifiers.
v1.0.3
justoneapi-youtube 1.0.3
- Updated the Just One API usage guide link in SKILL.md to a tracking URL with referral parameters.
- No functionality changes; documentation-only update.
v1.0.2
- Updated the Just One API Dashboard link to a new format with UTM parameters for clearer referral tracking.
- No changes to functionality or API usage; only documentation updated in SKILL.md.
v1.0.1
- Added specific guidance to keep JUST_ONE_API_TOKEN private and not share it in chat messages, screenshots, or logs.
- Clarified that JUST_ONE_API_TOKEN is only used for authenticated requests to Just One API.
- No changes to functionality; documentation updated to improve security awareness.
v1.0.0
init
元数据
常见问题
YouTube API 是什么?
Analyze YouTube workflows with JustOneAPI, including video Details and channel Videos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 YouTube API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-youtube」即可一键安装,无需额外配置。
YouTube API 是免费的吗?
是的,YouTube API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
YouTube API 支持哪些平台?
YouTube API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.4。
推荐 Skills