← Back to Skills Marketplace
justoneapi

YOUKU User Profile API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-youku-get-user-detail
Description
Call GET /api/youku/get-user-detail/v1 for YOUKU User Profile through JustOneAPI with uid.
README (SKILL.md)

YOUKU User Profile

Use this focused JustOneAPI skill for user Profile in YOUKU. It targets GET /api/youku/get-user-detail/v1. Required non-token inputs are uid. OpenAPI describes it as: 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.

Endpoint Scope

  • Platform key: youku
  • Endpoint key: get-user-detail
  • Platform family: YOUKU
  • Skill slug: justoneapi-youku-get-user-detail
Operation Version Method Path OpenAPI summary
getYoukuUserDetailV1 v1 GET /api/youku/get-user-detail/v1 User Profile

Inputs

Parameter In Required by Optional by Type Notes
uid query all n/a string The unique identifier for the user

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getYoukuUserDetailV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getYoukuUserDetailV1.

node {baseDir}/bin/run.mjs --operation "getYoukuUserDetailV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"uid":"\x3Cuid>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getYoukuUserDetailV1 on /api/youku/get-user-detail/v1.
  • Echo the required lookup scope (uid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
Usage Guidance
Review the token-handling approach before installing. The endpoint behavior is narrowly scoped and consistent with the description, but you should avoid running it in environments where other users or tools can inspect process arguments, and consider modifying the helper to read the token directly from JUST_ONE_API_TOKEN.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-youku-get-user-detail Version: 1.0.0 The skill is a standard API wrapper for the JustOneAPI service to retrieve YOUKU user profiles. The execution logic in `bin/run.mjs` uses safe URL construction and parameter handling, and the instructions in `SKILL.md` are well-aligned with the stated purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
The artifacts consistently describe and implement one GET endpoint for YOUKU user profile lookup by uid through JustOneAPI, with no hidden extra endpoints or unrelated behavior shown.
Instruction Scope
The documented run command expands JUST_ONE_API_TOKEN into a --token command-line argument, which is an avoidable credential exposure pattern.
Install Mechanism
There is no install script or package download; the included Node helper is directly reviewable and purpose-aligned.
Credentials
Requiring a JustOneAPI token is proportional to the stated API purpose, but the token is handled through process argv rather than being read directly from the environment or another safer channel.
Persistence & Privilege
The artifacts show no persistence, background service, file writes, privilege escalation, or local credential storage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-youku-get-user-detail
  3. After installation, invoke the skill by name or use /justoneapi-youku-get-user-detail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-youku-get-user-detail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is YOUKU User Profile API?

Call GET /api/youku/get-user-detail/v1 for YOUKU User Profile through JustOneAPI with uid. It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install YOUKU User Profile API?

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

Is YOUKU User Profile API free?

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

Which platforms does YOUKU User Profile API support?

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

Who created YOUKU User Profile API?

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

💬 Comments