← 返回 Skills 市场
YOUKU API
作者
justoneapi
· GitHub ↗
· v1.0.4
· MIT-0
156
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install justoneapi-youku
功能描述
Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile.
使用说明 (SKILL.md)
YOUKU
This skill wraps 3 YOUKU operations exposed by JustOneAPI. It is strongest for video Search, video Details, and user Profile. Expect common inputs such as keyword, page, uid, videoId.
When To Use It
- The user needs video Search or video Details on YOUKU.
- The task lines up with user Profile rather than a generic cross-platform workflow.
- The user can provide identifiers or filters such as
keyword,page,uid,videoId. - The user wants an exact API-backed answer instead of a freeform summary.
Representative Operations
searchVideoV1: Video Search — Get YOUKU video Search data, including video ID, title, and cover image, for keyword-based video discovery, monitoring specific topics or trends on youku, and analyzing search results for market researchgetYoukuVideoDetailV1: Video Details — Get YOUKU video Details data, including video ID, title, and description, for fetching comprehensive metadata for a single video, tracking engagement metrics like play counts and likes, and integrating detailed video info into third-party dashboardsgetYoukuUserDetailV1: User Profile — Get YOUKU user Profile data, including user ID, username, and avatar, for analyzing creator influence and audience size, monitoring account growth and verification status, and fetching basic user info for social crm
Request Pattern
- 3 operations are available in this skill.
- HTTP methods used here:
GET. - The most common non-token parameters are
keyword,page,uid,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:
searchVideoV1,getYoukuVideoDetailV1,getYoukuUserDetailV1. - 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 YOUKU task the user asked for.
- Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
- When using
searchVideoV1, explain why the returned fields answer the user's question. - If the user gave filters such as
keyword,page,uid, echo those back so the scope is explicit. - If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to do exactly what it claims: call JustOneAPI endpoints for YOUKU data. Before installing, confirm that you trust api.justoneapi.com and the token provider, and ensure your JUST_ONE_API_TOKEN has only the needed scope. Keep the token secret (do not paste it into chat). Because the skill runs a Node CLI, it requires a Node runtime on the host. If you are concerned about exposure, consider creating a limited or read-only API token, review JustOneAPI's privacy/billing policies, and rotate the token if it is ever shared or logged.
功能分析
Type: OpenClaw Skill
Name: justoneapi-youku
Version: 1.0.4
The YOUKU API skill bundle is a standard wrapper for the JustOneAPI service, providing functionality for video search, video details, and user profiles on Youku. The execution script (bin/run.mjs) follows a transparent logic for constructing and executing HTTP GET requests to the verified domain api.justoneapi.com, and the SKILL.md instructions contain appropriate security warnings regarding the handling of API tokens without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description (YOUKU via JustOneAPI) match the required JUST_ONE_API_TOKEN and the included endpoints. Requesting the 'node' binary is reasonable because the skill ships a Node CLI (bin/run.mjs).
Instruction Scope
SKILL.md instructs the agent to call the bundled CLI with a token and JSON params, to ask the user for missing parameters, and to limit output to API responses. The instructions do not request unrelated files, system state, or extra environment variables.
Install Mechanism
No install spec and no downloads; the skill is instruction-plus-a-small-CLI that runs under an existing Node runtime. No external archives, shorteners, or remote installers are used.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential; the token is used solely to authenticate requests to api.justoneapi.com (passed as a query param). No other secrets or unrelated environment variables are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with elevated persistence or extra credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-youku - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-youku触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated operation IDs for video and user detail endpoints from getVideoDetailV1 / getUserDetailV1 to getYoukuVideoDetailV1 / getYoukuUserDetailV1.
- Refreshed documentation and examples to use the new operation IDs.
- No changes to input parameters or environment variables.
v1.0.3
- Updated Just One API authentication guide link to use custom referral tracking parameters.
- No functionality changes; documentation only.
v1.0.2
- Updated Just One API Dashboard link in the Environment section to include UTM parameters for tracking.
- No changes to functionality or endpoints; this update is documentation-only.
v1.0.1
- Clarified the usage of `JUST_ONE_API_TOKEN` in the Environment section, stating it is only for authenticated requests and emphasizing to keep it private.
- No functional changes to the API or endpoints.
- Expanded security guidance: added instructions not to paste the API token into chat messages, screenshots, or logs.
v1.0.0
init
元数据
常见问题
YOUKU API 是什么?
Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 YOUKU API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-youku」即可一键安装,无需额外配置。
YOUKU API 是免费的吗?
是的,YOUKU API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
YOUKU API 支持哪些平台?
YOUKU API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YOUKU API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.4。
推荐 Skills