π¦ ClawHub
YOUKU API
by @justoneapi
Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile.
TERMINAL
clawhub install justoneapi-youkuπ About This Skill
name: YOUKU API description: Analyze YOUKU workflows with JustOneAPI, including video Search, video Details, and user Profile. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_youku"}}
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
keyword, page, uid, videoId.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 crmRequest Pattern
GET.keyword, page, uid, videoId.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 "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
searchVideoV1, explain why the returned fields answer the user's question.keyword, page, uid, echo those back so the scope is explicit.