← Back to Skills Marketplace
justoneapi

YOUKU API

by justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install justoneapi-youku
Description
Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile.
README (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 research
  • getYoukuVideoDetailV1: 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 dashboards
  • getYoukuUserDetailV1: 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

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: searchVideoV1, getYoukuVideoDetailV1, getYoukuUserDetailV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. 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_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-youku
  3. After installation, invoke the skill by name or use /justoneapi-youku
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug justoneapi-youku
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is YOUKU API?

Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install YOUKU API?

Run "/install justoneapi-youku" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YOUKU API free?

Yes, YOUKU API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does YOUKU API support?

YOUKU API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YOUKU API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.4.

💬 Comments